Mike
commited on
Commit
•
c7e1bf6
1
Parent(s):
56a659a
add better version
Browse files- config.json +3 -28
- pytorch_model.bin +1 -1
- tokenizer_config.json +3 -0
config.json
CHANGED
@@ -1,28 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"RobertaForCustomMaskedLM"
|
5 |
-
],
|
6 |
-
"attention_probs_dropout_prob": 0.1,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"classifier_dropout": null,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"hidden_act": "gelu",
|
11 |
-
"hidden_dropout_prob": 0.1,
|
12 |
-
"hidden_size": 1024,
|
13 |
-
"initializer_range": 0.02,
|
14 |
-
"intermediate_size": 4096,
|
15 |
-
"layer_norm_eps": 1e-05,
|
16 |
-
"max_position_embeddings": 514,
|
17 |
-
"model_type": "xlm-roberta",
|
18 |
-
"num_attention_heads": 16,
|
19 |
-
"num_hidden_layers": 24,
|
20 |
-
"output_past": true,
|
21 |
-
"pad_token_id": 1,
|
22 |
-
"position_embedding_type": "absolute",
|
23 |
-
"torch_dtype": "float32",
|
24 |
-
"transformers_version": "4.20.0",
|
25 |
-
"type_vocab_size": 1,
|
26 |
-
"use_cache": true,
|
27 |
-
"vocab_size": 250002
|
28 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91c1e08a05f2164f2f13b9df9f7974f5776846dda106ac04cd12e8c90ffe93f2
|
3 |
+
size 712
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2244919395
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbe4aaeb611edbd76d9c99fd56ebc078a475f83f70cea3f05b5eb0a45cac27aa
|
3 |
size 2244919395
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49ed5915fb43e5f3a8017fa1139d4206ffcb08c42bdf8ab46f5824732d0b1023
|
3 |
+
size 452
|