finiteautomata
commited on
Commit
•
2be86ba
1
Parent(s):
cf6b0f6
Upload RobertaForSequenceClassification
Browse files- config.json +3 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
|
|
8 |
"eos_token_id": 2,
|
9 |
"gradient_checkpointing": false,
|
10 |
"hidden_act": "gelu",
|
@@ -31,7 +32,8 @@
|
|
31 |
"position_embedding_type": "absolute",
|
32 |
"problem_type": "single_label_classification",
|
33 |
"tokenizer_class": "BertweetTokenizer",
|
34 |
-
"
|
|
|
35 |
"type_vocab_size": 1,
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 64001
|
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
"eos_token_id": 2,
|
10 |
"gradient_checkpointing": false,
|
11 |
"hidden_act": "gelu",
|
|
|
32 |
"position_embedding_type": "absolute",
|
33 |
"problem_type": "single_label_classification",
|
34 |
"tokenizer_class": "BertweetTokenizer",
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.26.0",
|
37 |
"type_vocab_size": 1,
|
38 |
"use_cache": true,
|
39 |
"vocab_size": 64001
|
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:a481474183bf0ca80b485cd8d8dd5f0811fcce3c5ecef84c3ca180ed54918771
|
3 |
+
size 539679413
|