prakhars commited on
Commit
7a0fff4
·
1 Parent(s): 13eb092

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +26 -26
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -9,33 +9,33 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
- "LABEL_0": 0,
28
- "LABEL_1": 1,
29
- "LABEL_10": 10,
30
- "LABEL_11": 11,
31
- "LABEL_2": 2,
32
- "LABEL_3": 3,
33
- "LABEL_4": 4,
34
- "LABEL_5": 5,
35
- "LABEL_6": 6,
36
- "LABEL_7": 7,
37
- "LABEL_8": 8,
38
- "LABEL_9": 9
39
  },
40
  "max_position_embeddings": 512,
41
  "model_type": "distilbert",
@@ -48,6 +48,6 @@
48
  "sinusoidal_pos_embds": false,
49
  "tie_weights_": true,
50
  "torch_dtype": "float32",
51
- "transformers_version": "4.21.3",
52
  "vocab_size": 30522
53
  }
 
1
  {
2
+ "_name_or_path": "prakhars/instagram_caption_classifier",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "Art and Culture",
13
+ "1": "Automotive",
14
+ "2": "Beauty, Fashion and Lifestyle",
15
+ "3": "Entertainment",
16
+ "4": "Finance",
17
+ "5": "Food",
18
+ "6": "Health and Fitness",
19
+ "7": "Music",
20
+ "8": "Parenting",
21
+ "9": "Pets",
22
+ "10": "Sports",
23
+ "11": "Travel"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
+ "Art and Culture": 0,
28
+ "Automotive": 1,
29
+ "Beauty, Fashion and Lifestyle": 2,
30
+ "Entertainment": 3,
31
+ "Finance": 4,
32
+ "Food": 5,
33
+ "Health and Fitness": 6,
34
+ "Music": 7,
35
+ "Parenting": 8,
36
+ "Pets": 9,
37
+ "Sports": 10,
38
+ "Travel": 11
39
  },
40
  "max_position_embeddings": 512,
41
  "model_type": "distilbert",
 
48
  "sinusoidal_pos_embds": false,
49
  "tie_weights_": true,
50
  "torch_dtype": "float32",
51
+ "transformers_version": "4.22.0",
52
  "vocab_size": 30522
53
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a0dc2a895a5ca716bcb2a1fdb71809ada869067ba9a574d3a758f1efba33b54
3
- size 267885041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fca11569702066ae4f32276d54a59fb46582df6964e6b87b200ae1cf7b967a2
3
+ size 267883633