Push model using huggingface_hub.
Browse files- README.md +1 -3
- config.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -5,8 +5,6 @@ tags:
|
|
5 |
- text-classification
|
6 |
- continuous-learning
|
7 |
license: apache-2.0
|
8 |
-
base_model:
|
9 |
-
- distilbert/distilbert-base-uncased
|
10 |
---
|
11 |
|
12 |
# Adaptive Classifier
|
@@ -73,4 +71,4 @@ This model:
|
|
73 |
publisher = {GitHub},
|
74 |
url = {https://github.com/codelion/adaptive-classifier}
|
75 |
}
|
76 |
-
```
|
|
|
5 |
- text-classification
|
6 |
- continuous-learning
|
7 |
license: apache-2.0
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Adaptive Classifier
|
|
|
71 |
publisher = {GitHub},
|
72 |
url = {https://github.com/codelion/adaptive-classifier}
|
73 |
}
|
74 |
+
```
|
config.json
CHANGED
@@ -21,14 +21,14 @@
|
|
21 |
},
|
22 |
"embedding_dim": 768,
|
23 |
"id_to_label": {
|
24 |
-
"0": "
|
25 |
-
"1": "
|
26 |
-
"2": "
|
27 |
},
|
28 |
"label_to_id": {
|
29 |
-
"negative":
|
30 |
-
"neutral":
|
31 |
-
"positive":
|
32 |
},
|
33 |
"model_name": "distilbert-base-uncased",
|
34 |
"train_steps": 14
|
|
|
21 |
},
|
22 |
"embedding_dim": 768,
|
23 |
"id_to_label": {
|
24 |
+
"0": "neutral",
|
25 |
+
"1": "positive",
|
26 |
+
"2": "negative"
|
27 |
},
|
28 |
"label_to_id": {
|
29 |
+
"negative": 2,
|
30 |
+
"neutral": 0,
|
31 |
+
"positive": 1
|
32 |
},
|
33 |
"model_name": "distilbert-base-uncased",
|
34 |
"train_steps": 14
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3558204
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2306012f1734930ee0f2c5ef151a5024c6a96498fff44b994606f29ef8fb537b
|
3 |
size 3558204
|