LongfeiYun17 commited on
Commit ·
043de44
1
Parent(s): 12a2fc0
Upload UltraBench dataset
Browse files- .gitattributes +1 -0
- README.md +10 -3
- ultrabench_test.jsonl +3 -0
- ultrabench_train.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# UltraBench Dataset
|
| 2 |
+
|
| 3 |
+
This dataset is part of the UltraBench benchmark for evaluating fine-grained controllable generation.
|
| 4 |
+
It contains training and test examples in JSONL format.
|
| 5 |
+
|
| 6 |
+
- `ultrabench_train.jsonl`: Training data
|
| 7 |
+
- `ultrabench_test.jsonl`: Evaluation set
|
| 8 |
+
|
| 9 |
+
License: CC BY 4.0
|
| 10 |
+
|
ultrabench_test.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ecda1ac4ac1db165aeda4ddceae1b9f3779ec779dc54f4299567d6d671b9da0
|
| 3 |
+
size 19707780
|
ultrabench_train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0cf4cd3cb72d8254d453d19320ec8b26014b5cf4c113e047f90767c11bcafa9
|
| 3 |
+
size 194798711
|