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

Training in progress, step 500

Browse files
Files changed (4) hide show
  1. config.json +31 -25
  2. pytorch_model.bin +2 -2
  3. tokenizer.json +1 -8
  4. training_args.bin +1 -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,33 +9,39 @@
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",
 
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
  },
28
  "initializer_range": 0.02,
29
  "label2id": {
30
+ "LABEL_0": 0,
31
+ "LABEL_1": 1,
32
+ "LABEL_10": 10,
33
+ "LABEL_11": 11,
34
+ "LABEL_12": 12,
35
+ "LABEL_13": 13,
36
+ "LABEL_14": 14,
37
+ "LABEL_2": 2,
38
+ "LABEL_3": 3,
39
+ "LABEL_4": 4,
40
+ "LABEL_5": 5,
41
+ "LABEL_6": 6,
42
+ "LABEL_7": 7,
43
+ "LABEL_8": 8,
44
+ "LABEL_9": 9
45
  },
46
  "max_position_embeddings": 512,
47
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fca11569702066ae4f32276d54a59fb46582df6964e6b87b200ae1cf7b967a2
3
- size 267883633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced42fccd78dabfde46d1848d41120853d4776f9d1499db591cc438a909158f9
3
+ size 267894257
tokenizer.json CHANGED
@@ -6,14 +6,7 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "[PAD]"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb828269a4cddd3a1393bc7154834f5bb2a7378e94cf97fb2c04c05e4a1f1ac0
3
  size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f450e13f481a56569082082c4741a97a58389d607c43d4be0286692abb40bddd
3
  size 3311