Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
---
|
| 6 |
+
configs:
|
| 7 |
+
- config_name: default
|
| 8 |
+
data_files:
|
| 9 |
+
- split: seed
|
| 10 |
+
path:
|
| 11 |
+
- "amgm_seed.jsonl"
|
| 12 |
+
- "cauchy_seed.jsonl"
|
| 13 |
+
- "misc_seed.jsonl"
|
| 14 |
+
- split: type1
|
| 15 |
+
path:
|
| 16 |
+
- "amgm_type1.jsonl"
|
| 17 |
+
- "cauchy_type1.jsonl"
|
| 18 |
+
- "misc_type1.jsonl"
|
| 19 |
+
- split: type2
|
| 20 |
+
path:
|
| 21 |
+
- "amgm_type2.jsonl"
|
| 22 |
+
- "cauchy_type2.jsonl"
|
| 23 |
+
- "misc_type2.jsonl"
|
| 24 |
+
---
|