SeifElislamm commited on
Commit
1866fc4
ยท
verified ยท
1 Parent(s): 73810ec

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DistilBertForSequenceClassification"
4
+ ],
5
+ "model_type": "distilbert",
6
+ "task_specific_params": {
7
+ "text-classification": {
8
+ "id2label": {
9
+ "0": "negative",
10
+ "1": "neutral",
11
+ "2": "positive"
12
+ },
13
+ "label2id": {
14
+ "negative": 0,
15
+ "neutral": 1,
16
+ "positive": 2
17
+ }
18
+ }
19
+ },
20
+ "id2label": {
21
+ "0": "negative",
22
+ "1": "neutral",
23
+ "2": "positive"
24
+ },
25
+ "label2id": {
26
+ "negative": 0,
27
+ "neutral": 1,
28
+ "positive": 2
29
+ },
30
+ "num_labels": 3,
31
+ "problem_type": "single_label_classification"
32
+ }