Follow-Lang
commited on
Commit
•
45eb890
1
Parent(s):
7aad62b
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
# Generate train data for follow model
|
2 |
|
3 |
-
This repo will generate data of `Follow-Lang/set.mm` in huggingface.
|
4 |
|
5 |
## Format
|
6 |
|
7 |
- The data is located in datasets/train.
|
8 |
-
- Each line is formatted as:
|
9 |
-
-
|
10 |
-
-
|
11 |
-
- All vocabulary words are listed in datasets/words.txt.
|
12 |
- The data was generated with a depth of 2.
|
13 |
|
14 |
If you need additional data, feel free to reach out.
|
15 |
|
16 |
-
This version improves readability and flow while maintaining the original meaning.
|
|
|
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.
|