kargaranamir
commited on
Commit
•
c85edb7
1
Parent(s):
5f4e07a
add bar_Latn config.
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
configs:
|
4 |
+
- config_name: bar_Latn
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: "bar_Latn/train/*.parquet"
|
8 |
+
- split: test
|
9 |
+
path: "bar_Latn/test/*.parquet"
|
10 |
+
---
|