Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This dataset is a fork of [counsel-chat](https://huggingface.co/datasets/nbertagnolli/counsel-chat) modified to adhere to the alpaca instruction format.
|
2 |
+
|
3 |
+
`alpaca`: instruction; input(optional)
|
4 |
+
```json
|
5 |
+
{"instruction": "...", "input": "...", "output": "..."}
|
6 |
+
```
|