Upload 10 files
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +7 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./models/assin-small/",
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 470681769
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:842ec49ad79f68e0f9da7862b84fbb7911814c8d4c0a6ccb5ad18721276fbf68
|
3 |
size 470681769
|
tokenizer_config.json
CHANGED
@@ -11,10 +11,17 @@
|
|
11 |
"rstrip": false,
|
12 |
"single_word": false
|
13 |
},
|
|
|
14 |
"model_max_length": 512,
|
|
|
15 |
"pad_token": "<pad>",
|
|
|
|
|
16 |
"sep_token": "</s>",
|
17 |
"sp_model_kwargs": {},
|
|
|
18 |
"tokenizer_class": "XLMRobertaTokenizer",
|
|
|
|
|
19 |
"unk_token": "<unk>"
|
20 |
}
|
|
|
11 |
"rstrip": false,
|
12 |
"single_word": false
|
13 |
},
|
14 |
+
"max_length": 512,
|
15 |
"model_max_length": 512,
|
16 |
+
"pad_to_multiple_of": null,
|
17 |
"pad_token": "<pad>",
|
18 |
+
"pad_token_type_id": 0,
|
19 |
+
"padding_side": "right",
|
20 |
"sep_token": "</s>",
|
21 |
"sp_model_kwargs": {},
|
22 |
+
"stride": 0,
|
23 |
"tokenizer_class": "XLMRobertaTokenizer",
|
24 |
+
"truncation_side": "right",
|
25 |
+
"truncation_strategy": "longest_first",
|
26 |
"unk_token": "<unk>"
|
27 |
}
|