prakhars commited on
Commit
de7443e
·
1 Parent(s): aa8c60b

Upload DistilBertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +43 -43
  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,51 +9,51 @@
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
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14",
27
- "15": "LABEL_15",
28
- "16": "LABEL_16",
29
- "17": "LABEL_17",
30
- "18": "LABEL_18",
31
- "19": "LABEL_19",
32
- "20": "LABEL_20"
33
  },
34
  "initializer_range": 0.02,
35
  "label2id": {
36
- "LABEL_0": 0,
37
- "LABEL_1": 1,
38
- "LABEL_10": 10,
39
- "LABEL_11": 11,
40
- "LABEL_12": 12,
41
- "LABEL_13": 13,
42
- "LABEL_14": 14,
43
- "LABEL_15": 15,
44
- "LABEL_16": 16,
45
- "LABEL_17": 17,
46
- "LABEL_18": 18,
47
- "LABEL_19": 19,
48
- "LABEL_2": 2,
49
- "LABEL_20": 20,
50
- "LABEL_3": 3,
51
- "LABEL_4": 4,
52
- "LABEL_5": 5,
53
- "LABEL_6": 6,
54
- "LABEL_7": 7,
55
- "LABEL_8": 8,
56
- "LABEL_9": 9
57
  },
58
  "max_position_embeddings": 512,
59
  "model_type": "distilbert",
 
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": "Business and Marketing",
16
+ "4": "Comedy",
17
+ "5": "DIY",
18
+ "6": "Dance",
19
+ "7": "Education",
20
+ "8": "Entertainment",
21
+ "9": "Finance",
22
+ "10": "Food",
23
+ "11": "Gaming",
24
+ "12": "Health and Fitness",
25
+ "13": "Music",
26
+ "14": "Parenting",
27
+ "15": "Pets",
28
+ "16": "Photography",
29
+ "17": "Politics",
30
+ "18": "Sports",
31
+ "19": "Technology",
32
+ "20": "Travel"
33
  },
34
  "initializer_range": 0.02,
35
  "label2id": {
36
+ "Art and Culture": 0,
37
+ "Automotive": 1,
38
+ "Beauty, Fashion and Lifestyle": 2,
39
+ "Business and Marketing": 3,
40
+ "Comedy": 4,
41
+ "DIY": 5,
42
+ "Dance": 6,
43
+ "Education": 7,
44
+ "Entertainment": 8,
45
+ "Finance": 9,
46
+ "Food": 10,
47
+ "Gaming": 11,
48
+ "Health and Fitness": 12,
49
+ "Music": 13,
50
+ "Parenting": 14,
51
+ "Pets": 15,
52
+ "Photography": 16,
53
+ "Politics": 17,
54
+ "Sports": 18,
55
+ "Technology": 19,
56
+ "Travel": 20
57
  },
58
  "max_position_embeddings": 512,
59
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:851cb01736d0b90719c6aa45d4a75c1667f4ebd2edd69f6124c3d2e4e0a5f56b
3
- size 267912753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83b0d4f2cf1632a7d92e54ebf6e916e02534d42f3f91471093a87c3f0e3e725
3
+ size 267911345