Follow-Lang
commited on
Commit
•
f651b9d
1
Parent(s):
579bf8d
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Generate train data for follow model
|
2 |
+
|
3 |
+
This repo will generate data of `Follow-Lang/set.mm.label` in huggingface.
|
4 |
+
|
5 |
+
## Format
|
6 |
+
|
7 |
+
- The data is located in datasets/train.
|
8 |
+
- Each line is formatted as: `s label arguments`.
|
9 |
+
- The maximum word length is 1024.
|
10 |
+
- All vocabulary words are listed in `words.txt` based on `Follow-Lang/set.mm.proof`.
|
11 |
+
- The data was generated with a depth of 2.
|
12 |
+
|
13 |
+
If you need additional data, feel free to reach out.
|
14 |
+
|
15 |
+
This version improves readability and flow while maintaining the original meaning.
|