add model
Browse files- config.json +8 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"architectures": [
|
4 |
"RobertaForTokenClassification"
|
5 |
],
|
@@ -224,7 +230,7 @@
|
|
224 |
"pad_token_id": 1,
|
225 |
"position_embedding_type": "absolute",
|
226 |
"torch_dtype": "float32",
|
227 |
-
"transformers_version": "4.
|
228 |
"type_vocab_size": 1,
|
229 |
"use_cache": true,
|
230 |
"vocab_size": 50265
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-large-ttc",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
"architectures": [
|
10 |
"RobertaForTokenClassification"
|
11 |
],
|
|
|
230 |
"pad_token_id": 1,
|
231 |
"position_embedding_type": "absolute",
|
232 |
"torch_dtype": "float32",
|
233 |
+
"transformers_version": "4.11.3",
|
234 |
"type_vocab_size": 1,
|
235 |
"use_cache": true,
|
236 |
"vocab_size": 50265
|
pytorch_model.bin
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:6cd91d4b900ec35dac4726fca112bab9bd8974adf1ca70d0bd52997c21f96cdf
|
3 |
+
size 1417439857
|