Upload folder using huggingface_hub
Browse files- README.md +8 -9
- create_yaml.py +0 -0
README.md
CHANGED
@@ -1,19 +1,18 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
- config_name:
|
4 |
data_files:
|
5 |
-
|
6 |
-
|
7 |
- config_name: test
|
8 |
data_files:
|
9 |
-
|
10 |
-
|
11 |
-
- config_name:
|
12 |
data_files:
|
13 |
-
|
14 |
-
|
15 |
---
|
16 |
|
17 |
-
|
18 |
# Cohere-v3-10M
|
19 |
dataset demo
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: train
|
4 |
data_files:
|
5 |
+
- split: train
|
6 |
+
path: train/*
|
7 |
- config_name: test
|
8 |
data_files:
|
9 |
+
- split: test
|
10 |
+
path: test/*
|
11 |
+
- config_name: neighbors
|
12 |
data_files:
|
13 |
+
- split: neighbors
|
14 |
+
path: neighbors/*
|
15 |
---
|
16 |
|
|
|
17 |
# Cohere-v3-10M
|
18 |
dataset demo
|
create_yaml.py
ADDED
File without changes
|