sameearif88 commited on
Commit
73857a1
·
1 Parent(s): 7a0830f

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,51 +9,51 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "B-geo-loc",
13
- "1": "B-company",
14
- "2": "B-musicartist",
15
- "3": "I-geo-loc",
16
- "4": "B-other",
17
- "5": "I-other",
18
- "6": "I-facility",
19
- "7": "O",
20
- "8": "I-company",
21
- "9": "I-movie",
22
- "10": "B-product",
23
- "11": "I-sportsteam",
24
- "12": "B-tvshow",
25
- "13": "B-sportsteam",
26
- "14": "B-movie",
27
- "15": "I-musicartist",
28
- "16": "B-person",
29
- "17": "B-facility",
30
- "18": "I-person",
31
- "19": "I-tvshow",
32
- "20": "I-product"
33
  },
34
  "initializer_range": 0.02,
35
  "label2id": {
36
- "B-company": 1,
37
- "B-facility": 17,
38
- "B-geo-loc": 0,
39
- "B-movie": 14,
40
- "B-musicartist": 2,
41
- "B-other": 4,
42
- "B-person": 16,
43
- "B-product": 10,
44
- "B-sportsteam": 13,
45
- "B-tvshow": 12,
46
- "I-company": 8,
47
- "I-facility": 6,
48
- "I-geo-loc": 3,
49
- "I-movie": 9,
50
- "I-musicartist": 15,
51
- "I-other": 5,
52
- "I-person": 18,
53
- "I-product": 20,
54
- "I-sportsteam": 11,
55
- "I-tvshow": 19,
56
- "O": 7
57
  },
58
  "max_position_embeddings": 512,
59
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "I-company",
13
+ "1": "I-product",
14
+ "2": "B-facility",
15
+ "3": "I-tvshow",
16
+ "4": "B-movie",
17
+ "5": "B-product",
18
+ "6": "I-other",
19
+ "7": "I-sportsteam",
20
+ "8": "I-movie",
21
+ "9": "B-other",
22
+ "10": "I-facility",
23
+ "11": "O",
24
+ "12": "B-sportsteam",
25
+ "13": "B-tvshow",
26
+ "14": "B-company",
27
+ "15": "I-person",
28
+ "16": "B-geo-loc",
29
+ "17": "B-person",
30
+ "18": "I-musicartist",
31
+ "19": "B-musicartist",
32
+ "20": "I-geo-loc"
33
  },
34
  "initializer_range": 0.02,
35
  "label2id": {
36
+ "B-company": 14,
37
+ "B-facility": 2,
38
+ "B-geo-loc": 16,
39
+ "B-movie": 4,
40
+ "B-musicartist": 19,
41
+ "B-other": 9,
42
+ "B-person": 17,
43
+ "B-product": 5,
44
+ "B-sportsteam": 12,
45
+ "B-tvshow": 13,
46
+ "I-company": 0,
47
+ "I-facility": 10,
48
+ "I-geo-loc": 20,
49
+ "I-movie": 8,
50
+ "I-musicartist": 18,
51
+ "I-other": 6,
52
+ "I-person": 15,
53
+ "I-product": 1,
54
+ "I-sportsteam": 7,
55
+ "I-tvshow": 3,
56
+ "O": 11
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:b521c379a23eb51115b31aa09adb82f255fdc3fdd248d0202f12d0b004cdb98b
3
  size 265550949
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3e3f42cdb76fd24c96e9d0bab82edc2bdf2d229420783ee6003a8b736fe5d3b
3
  size 265550949
runs/Apr23_16-21-45_c89b61e14332/1682266979.8946135/events.out.tfevents.1682266979.c89b61e14332.1086.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d901850af7f84125ea6c14b0e5e833ae3f54c140e9d97c4b92120b7724b08811
3
+ size 5840
runs/Apr23_16-21-45_c89b61e14332/events.out.tfevents.1682266979.c89b61e14332.1086.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f69077ec12fba6f196b13bd37cc541cf63f93e0d6c54cd576cf448898ba46a
3
+ size 5251
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
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dc9124eba1836ec61a25cec3f07b19b40f6518e00d7d9eafa6a1a4902dc60d3
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd86f2dee8964f02089dde2be729ca48968acd588c2c4c058a7a6320e25f1ae
3
  size 3579