Upload RobertaForSequenceClassification
Browse files- config.json +2 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -30,7 +30,7 @@
|
|
30 |
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
-
"problem_type": "
|
34 |
"tokenizer_class": "BertTokenizer",
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.26.1",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./checkpoint_4/best_model",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
30 |
"num_hidden_layers": 12,
|
31 |
"pad_token_id": 1,
|
32 |
"position_embedding_type": "absolute",
|
33 |
+
"problem_type": "single_label_classification",
|
34 |
"tokenizer_class": "BertTokenizer",
|
35 |
"torch_dtype": "float32",
|
36 |
"transformers_version": "4.26.1",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442555061
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3ecba6cd277492d8f0f7ea5a361f65deb481f1c20fd75d79e51115ae34f9a8d
|
3 |
size 442555061
|