support-tei (#11)
Browse files- update config.json (a6258e9d2b1a11aa7bccdff9efde562bbca4393d)
- rename keys (6b8ab32f84a6414530e025c47958f64e0d2cf0b2)
Co-authored-by: hyeongchan kim <kozistr@users.noreply.huggingface.co>
- config.json +7 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -38,5 +38,11 @@
|
|
38 |
"type_vocab_size": 1,
|
39 |
"unpad_inputs": false,
|
40 |
"use_memory_efficient_attention": false,
|
41 |
-
"vocab_size": 250048
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
}
|
|
|
38 |
"type_vocab_size": 1,
|
39 |
"unpad_inputs": false,
|
40 |
"use_memory_efficient_attention": false,
|
41 |
+
"vocab_size": 250048,
|
42 |
+
"id2label": {
|
43 |
+
"0": "LABEL_0"
|
44 |
+
},
|
45 |
+
"label2id": {
|
46 |
+
"LABEL_0": 0
|
47 |
+
}
|
48 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39fc8bbf4a0dae03f46efc9aef4f59933ce262cd16ac107053a96ea576858dec
|
3 |
+
size 611934122
|