Steven Liu commited on
Commit
12c754c
1 Parent(s): e9d5d0e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,37 +9,35 @@
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
  },
27
  "initializer_range": 0.02,
28
  "label2id": {
29
- "LABEL_0": 0,
30
- "LABEL_1": 1,
31
- "LABEL_10": 10,
32
- "LABEL_11": 11,
33
- "LABEL_12": 12,
34
- "LABEL_13": 13,
35
- "LABEL_2": 2,
36
- "LABEL_3": 3,
37
- "LABEL_4": 4,
38
- "LABEL_5": 5,
39
- "LABEL_6": 6,
40
- "LABEL_7": 7,
41
- "LABEL_8": 8,
42
- "LABEL_9": 9
43
  },
44
  "max_position_embeddings": 512,
45
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
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,
31
+ "B-location": 7,
32
+ "B-person": 9,
33
+ "B-product": 11,
34
+ "I-corporation": 2,
35
+ "I-creative-work": 4,
36
+ "I-group": 6,
37
+ "I-location": 8,
38
+ "I-person": 10,
39
+ "I-product": 12,
40
+ "O": 0
 
41
  },
42
  "max_position_embeddings": 512,
43
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb5971ada81c32d208408690eb9c85b443fc37a463c41ef7f1d076407120d6a6
3
- size 265528181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce3c2dab766b02ae546e0480746828b128a18ef59364cf38894face21a96ab9
3
+ size 265525109
runs/Sep30_17-58-33_5114ee0d7210/1664560721.3761075/events.out.tfevents.1664560721.5114ee0d7210.256.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f038cd59fb4bce6032cee5a3aeefc9c5a91f4c17e0f1dad81ba3a6e66530b7
3
+ size 5513
runs/Sep30_17-58-33_5114ee0d7210/events.out.tfevents.1664560721.5114ee0d7210.256.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:011329435841daf0508788ef71e9697168e4280a0ecc5c3c12a0f80a3f6b88ea
3
+ size 4677
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
@@ -3,7 +3,7 @@
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "distilbert-base-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
 
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "stevhliu/my_awesome_wnut_model",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d9a1f8b35a974fb4d8b696c16e465da45d7ab9794b883e1e2eae8a6ac6ec46c
3
  size 3375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc85e2c15edc008bf241211f1fd9c6b632277eaabcfc5a5f67b24d013312e03
3
  size 3375