Update README.md
Browse files
README.md
CHANGED
|
@@ -23,9 +23,11 @@ configs:
|
|
| 23 |
data_files:
|
| 24 |
- split: train
|
| 25 |
path: data/train-*
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
-
***Important!: This dataset is not done
|
| 29 |
|
| 30 |
|
| 31 |
-
This is the dataset to train an AI LLM called Kate.
|
|
|
|
| 23 |
data_files:
|
| 24 |
- split: train
|
| 25 |
path: data/train-*
|
| 26 |
+
- split: test
|
| 27 |
+
path: data/test-*
|
| 28 |
---
|
| 29 |
|
| 30 |
+
***Important!: This dataset is not done!***
|
| 31 |
|
| 32 |
|
| 33 |
+
This is the dataset to train an AI LLM called Kate.
|