Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +13 -0
- icl_test_20shot.jsonl +3 -0
- test_20shot.jsonl +3 -0
- train_20shot.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
icl_test_20shot.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
test_20shot.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
train_20shot.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: train_100shot.jsonl
|
| 7 |
+
- split: test
|
| 8 |
+
path: test_100shot.jsonl
|
| 9 |
+
- split: icl_test
|
| 10 |
+
path: icl_test_100shot.jsonl
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
---
|
icl_test_20shot.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10b18ff557a6f9a7be03673bfa6464f06c77b01279ffebf600d6735096094211
|
| 3 |
+
size 173372019
|
test_20shot.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6cb9e6a78b5597971cde3f34ed443e2334f16ed2b0383d25f64fb5d14c1bc89
|
| 3 |
+
size 346505091
|
train_20shot.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ccc1be8feab7b5f84943752c42e7ee54dd2b6a8c58967c4eb963b5c89e1c751
|
| 3 |
+
size 1214575967
|