steve-cse commited on
Commit
2a10862
1 Parent(s): 168b099

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
+ ```