prakhars commited on
Commit
46e7be7
·
1 Parent(s): 6120727

Training in progress, step 500

Browse files
Files changed (2) hide show
  1. config.json +44 -32
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "prakhars/instagram_caption_classifier",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -9,39 +9,51 @@
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": "DIY",
16
- "4": "Entertainment",
17
- "5": "Finance",
18
- "6": "Food",
19
- "7": "Gaming",
20
- "8": "Health and Fitness",
21
- "9": "Music",
22
- "10": "Parenting",
23
- "11": "Pets",
24
- "12": "Photography",
25
- "13": "Sports",
26
- "14": "Travel"
 
 
 
 
 
 
27
  },
28
  "initializer_range": 0.02,
29
  "label2id": {
30
- "Art and Culture": 0,
31
- "Automotive": 1,
32
- "Beauty, Fashion and Lifestyle": 2,
33
- "DIY": 3,
34
- "Entertainment": 4,
35
- "Finance": 5,
36
- "Food": 6,
37
- "Gaming": 7,
38
- "Health and Fitness": 8,
39
- "Music": 9,
40
- "Parenting": 10,
41
- "Pets": 11,
42
- "Photography": 12,
43
- "Sports": 13,
44
- "Travel": 14
 
 
 
 
 
 
45
  },
46
  "max_position_embeddings": 512,
47
  "model_type": "distilbert",
@@ -54,6 +66,6 @@
54
  "sinusoidal_pos_embds": false,
55
  "tie_weights_": true,
56
  "torch_dtype": "float32",
57
- "transformers_version": "4.22.0",
58
  "vocab_size": 30522
59
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
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",
 
66
  "sinusoidal_pos_embds": false,
67
  "tie_weights_": true,
68
  "torch_dtype": "float32",
69
+ "transformers_version": "4.22.1",
70
  "vocab_size": 30522
71
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c44b7936d044a3e11a5775b76668bbc17df6139cf2489f6f243782d94de7bd1
3
- size 267892849
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830026052516782833c81360d0af00715642c946c65ece126c574c9d49937ad0
3
+ size 267912753