BarraHome commited on
Commit
70011a3
·
verified ·
1 Parent(s): 6a19351

Push model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +1 -3
  2. config.json +6 -6
  3. 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": "negative",
25
- "1": "neutral",
26
- "2": "positive"
27
  },
28
  "label_to_id": {
29
- "negative": 0,
30
- "neutral": 1,
31
- "positive": 2
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:33c696fc3d1523c32212985940a29cc2e2fdd11a1cef924a3df9a1fb108284d0
3
  size 3558204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2306012f1734930ee0f2c5ef151a5024c6a96498fff44b994606f29ef8fb537b
3
  size 3558204