Upload DistilBertForSequenceClassification
Browse files- README.md +3 -0
- config.json +10 -10
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
|
2 |
# Sentiment Analysis Model
|
3 |
|
|
|
1 |
+
---
|
2 |
+
{}
|
3 |
+
---
|
4 |
|
5 |
# Sentiment Analysis Model
|
6 |
|
config.json
CHANGED
@@ -9,19 +9,19 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "Strong Negative",
|
13 |
+
"1": "Mild Negative",
|
14 |
+
"2": "Neutral",
|
15 |
+
"3": "Mild Positive",
|
16 |
+
"4": "Strong Positive"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"label2id": {
|
20 |
+
"Mild Negative": 1,
|
21 |
+
"Mild Positive": 3,
|
22 |
+
"Neutral": 2,
|
23 |
+
"Strong Negative": 0,
|
24 |
+
"Strong Positive": 4
|
25 |
},
|
26 |
"max_position_embeddings": 512,
|
27 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267841796
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070645796b4816b6bafc363c5cab1e9bba7904f01a9da5e937feb846d91aa7b4
|
3 |
size 267841796
|