prakhars commited on
Commit
d49dd73
·
1 Parent(s): 5aa1995

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. config.json +43 -43
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "prakhars/instagram_caption_classifier",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -9,51 +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": "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",
 
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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9fa9bcac78d3ded732369a69cfb9e143e69392c5a4cfdc6738cd33e111b7339e
3
  size 267912753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f5413f92c6e131a50b157d0116f734e286bed6bd653a6c566c7c82c4420c482
3
  size 267912753
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {