Upload DistilBertForSequenceClassification
Browse files- config.json +3 -2
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "results/checkpoint-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -17,10 +17,10 @@
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
-
"Very Negative": 0,
|
21 |
"Negative": 1,
|
22 |
"Neutral": 2,
|
23 |
"Positive": 3,
|
|
|
24 |
"Very Positive": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
@@ -29,6 +29,7 @@
|
|
29 |
"n_layers": 6,
|
30 |
"output_past": true,
|
31 |
"pad_token_id": 0,
|
|
|
32 |
"qa_dropout": 0.1,
|
33 |
"seq_classif_dropout": 0.2,
|
34 |
"sinusoidal_pos_embds": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "results/checkpoint-1400_best",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
|
|
20 |
"Negative": 1,
|
21 |
"Neutral": 2,
|
22 |
"Positive": 3,
|
23 |
+
"Very Negative": 0,
|
24 |
"Very Positive": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
|
|
29 |
"n_layers": 6,
|
30 |
"output_past": true,
|
31 |
"pad_token_id": 0,
|
32 |
+
"problem_type": "single_label_classification",
|
33 |
"qa_dropout": 0.1,
|
34 |
"seq_classif_dropout": 0.2,
|
35 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 541326604
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bb33a58e6056036c2b396c6971d3c7ebe916c7f2d7fb5bb46aa319ed3288ff8
|
3 |
size 541326604
|