Datasets:
Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- label_map.json +16 -0
- test.jsonl +0 -0
- train.jsonl +3 -0
- validation.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ 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 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
label_map.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"label2id": {
|
| 3 |
+
"civel": 0,
|
| 4 |
+
"consumidor": 1,
|
| 5 |
+
"tributario": 2,
|
| 6 |
+
"administrativo": 3,
|
| 7 |
+
"penal": 4
|
| 8 |
+
},
|
| 9 |
+
"id2label": {
|
| 10 |
+
"0": "civel",
|
| 11 |
+
"1": "consumidor",
|
| 12 |
+
"2": "tributario",
|
| 13 |
+
"3": "administrativo",
|
| 14 |
+
"4": "penal"
|
| 15 |
+
}
|
| 16 |
+
}
|
test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b0eaff5a6a33cf916c1f3694bd652ae371c14ebe4ac095c8b681379acc5729b
|
| 3 |
+
size 55848696
|
validation.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|