Andy Janco
commited on
Commit
•
6c4c5df
1
Parent(s):
da89f49
add model
Browse files- config.json +1 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"_num_labels": 2,
|
4 |
"architectures": [
|
5 |
"RobertaForMaskedLM"
|
6 |
],
|
@@ -18,7 +17,6 @@
|
|
18 |
"model_type": "roberta",
|
19 |
"num_attention_heads": 12,
|
20 |
"num_hidden_layers": 12,
|
21 |
-
"output_past": true,
|
22 |
"pad_token_id": 1,
|
23 |
"position_embedding_type": "absolute",
|
24 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "roberta-base",
|
|
|
3 |
"architectures": [
|
4 |
"RobertaForMaskedLM"
|
5 |
],
|
|
|
17 |
"model_type": "roberta",
|
18 |
"num_attention_heads": 12,
|
19 |
"num_hidden_layers": 12,
|
|
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
22 |
"torch_dtype": "float32",
|
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:37f6d67b1bb77f3fd5b11f1dae70896dbad9b57a76c94b7ff8706bb015e92a10
|
3 |
+
size 749237679
|