Updated model trained with data augmentation
Browse files- config.json +5 -4
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
@@ -13,12 +13,12 @@
|
|
13 |
"id2label": {
|
14 |
"0": "BIASED",
|
15 |
"1": "NEUTRAL"
|
16 |
-
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
-
|
21 |
-
|
22 |
},
|
23 |
"layer_norm_eps": 1e-05,
|
24 |
"max_position_embeddings": 514,
|
@@ -27,6 +27,7 @@
|
|
27 |
"num_hidden_layers": 6,
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "absolute",
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.11.2",
|
32 |
"type_vocab_size": 1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilroberta-base",
|
3 |
"architectures": [
|
4 |
"RobertaForSequenceClassification"
|
5 |
],
|
|
|
13 |
"id2label": {
|
14 |
"0": "BIASED",
|
15 |
"1": "NEUTRAL"
|
16 |
+
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
+
"BIASED": 0,
|
21 |
+
"NEUTRAL": 1
|
22 |
},
|
23 |
"layer_norm_eps": 1e-05,
|
24 |
"max_position_embeddings": 514,
|
|
|
27 |
"num_hidden_layers": 6,
|
28 |
"pad_token_id": 1,
|
29 |
"position_embedding_type": "absolute",
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
"torch_dtype": "float32",
|
32 |
"transformers_version": "4.11.2",
|
33 |
"type_vocab_size": 1,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 328529001
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2520b151eb20b28c506cd58d77d6da6e3ed022daee63f39b1df68a51aab20cc
|
3 |
size 328529001
|
training_args.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:b2a56615e4193320c97a7aa1847fb9b55d9ac28532db446474cb391598053d0a
|
3 |
+
size 2927
|