ae-314 commited on
Commit
2cbe0c0
·
verified ·
1 Parent(s): 9b07829

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,22 +9,6 @@
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "O",
13
- "1": "B-corporation",
14
- "2": "I-corporation",
15
- "3": "B-creative-work",
16
- "4": "I-creative-work",
17
- "5": "B-group",
18
- "6": "I-group",
19
- "7": "B-location",
20
- "8": "I-location",
21
- "9": "B-person",
22
- "10": "I-person",
23
- "11": "B-product",
24
- "12": "I-product"
25
- },
26
- "initializer_range": 0.02,
27
- "label2id": {
28
  "B-corporation": 1,
29
  "B-creative-work": 3,
30
  "B-group": 5,
@@ -39,6 +23,22 @@
39
  "I-product": 12,
40
  "O": 0
41
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  "max_position_embeddings": 512,
43
  "model_type": "distilbert",
44
  "n_heads": 12,
 
9
  "dtype": "float32",
10
  "hidden_dim": 3072,
11
  "id2label": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "B-corporation": 1,
13
  "B-creative-work": 3,
14
  "B-group": 5,
 
23
  "I-product": 12,
24
  "O": 0
25
  },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "0": "O",
29
+ "1": "B-corporation",
30
+ "2": "I-corporation",
31
+ "3": "B-creative-work",
32
+ "4": "I-creative-work",
33
+ "5": "B-group",
34
+ "6": "I-group",
35
+ "7": "B-location",
36
+ "8": "I-location",
37
+ "9": "B-person",
38
+ "10": "I-person",
39
+ "11": "B-product",
40
+ "12": "I-product"
41
+ },
42
  "max_position_embeddings": 512,
43
  "model_type": "distilbert",
44
  "n_heads": 12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5238e42c24e116ba93a507e16e346815484ef1247344402bb35873b81b4bf11a
3
  size 265503852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e055bcb1cc20b780051b44c487e5d45bbbe49e91a6ddc8fe15c3bd9c7af76120
3
  size 265503852
runs/Oct18_05-39-36_b1d7bac1bef8/events.out.tfevents.1760765978.b1d7bac1bef8.678.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd21400393515a80e5d4bec2fda0a2f5726119e192fbff1a9417e16fdc728e6f
3
+ size 6013
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -46,11 +46,15 @@
46
  "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
 
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
51
  "sep_token": "[SEP]",
 
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
  "tokenizer_class": "DistilBertTokenizer",
 
 
55
  "unk_token": "[UNK]"
56
  }
 
46
  "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
+ "max_length": 512,
50
  "model_max_length": 512,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "stride": 0,
54
  "strip_accents": null,
55
  "tokenize_chinese_chars": true,
56
  "tokenizer_class": "DistilBertTokenizer",
57
+ "truncation_side": "right",
58
+ "truncation_strategy": "longest_first",
59
  "unk_token": "[UNK]"
60
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3041c7eef0aaebd6c3563c8c030a9abe807007c00778a9d2c22d43d15b555d25
3
  size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da40ead6481b77dd2ee02da134524dbbe0860a14640a5a4d832252efe85e5882
3
  size 5905