andrewoh commited on
Commit
4d57b42
1 Parent(s): aae4d4c

Training in progress, epoch 1

Browse files
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-Reaction",
15
+ "2": "B-Yield",
16
+ "3": "I-Yield",
17
+ "4": "B-Prod",
18
+ "5": "B-Reactants",
19
+ "6": "I-Reactants",
20
+ "7": "I-Reaction",
21
+ "8": "B-Catalyst_Reagents",
22
+ "9": "B-Solvent",
23
+ "10": "B-Temperature",
24
+ "11": "I-Temperature",
25
+ "12": "I-Prod",
26
+ "13": "B-Workup_reagents",
27
+ "14": "I-Catalyst_Reagents",
28
+ "15": "I-Solvent",
29
+ "16": "B-Time",
30
+ "17": "I-Time",
31
+ "18": "I-Workup_reagents"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "B-Catalyst_Reagents": 8,
37
+ "B-Prod": 4,
38
+ "B-Reactants": 5,
39
+ "B-Reaction": 1,
40
+ "B-Solvent": 9,
41
+ "B-Temperature": 10,
42
+ "B-Time": 16,
43
+ "B-Workup_reagents": 13,
44
+ "B-Yield": 2,
45
+ "I-Catalyst_Reagents": 14,
46
+ "I-Prod": 12,
47
+ "I-Reactants": 6,
48
+ "I-Reaction": 7,
49
+ "I-Solvent": 15,
50
+ "I-Temperature": 11,
51
+ "I-Time": 17,
52
+ "I-Workup_reagents": 18,
53
+ "I-Yield": 3,
54
+ "O": 0
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_position_embeddings": 512,
58
+ "model_type": "bert",
59
+ "num_attention_heads": 12,
60
+ "num_hidden_layers": 12,
61
+ "pad_token_id": 0,
62
+ "position_embedding_type": "absolute",
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.41.2",
65
+ "type_vocab_size": 2,
66
+ "use_cache": true,
67
+ "vocab_size": 28996
68
+ }
config.json CHANGED
@@ -11,46 +11,46 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-Reaction",
15
- "2": "B-Yield",
16
- "3": "I-Yield",
17
- "4": "B-Prod",
18
- "5": "B-Reactants",
19
- "6": "I-Reactants",
20
- "7": "I-Reaction",
21
- "8": "B-Catalyst_Reagents",
22
- "9": "B-Solvent",
23
- "10": "B-Temperature",
24
- "11": "I-Temperature",
25
- "12": "I-Prod",
26
- "13": "B-Workup_reagents",
27
- "14": "I-Catalyst_Reagents",
28
- "15": "I-Solvent",
29
- "16": "B-Time",
30
- "17": "I-Time",
31
  "18": "I-Workup_reagents"
32
  },
33
  "initializer_range": 0.02,
34
  "intermediate_size": 3072,
35
  "label2id": {
36
- "B-Catalyst_Reagents": 8,
37
- "B-Prod": 4,
38
- "B-Reactants": 5,
39
- "B-Reaction": 1,
40
- "B-Solvent": 9,
41
- "B-Temperature": 10,
42
- "B-Time": 16,
43
- "B-Workup_reagents": 13,
44
- "B-Yield": 2,
45
- "I-Catalyst_Reagents": 14,
46
- "I-Prod": 12,
47
- "I-Reactants": 6,
48
- "I-Reaction": 7,
49
- "I-Solvent": 15,
50
- "I-Temperature": 11,
51
- "I-Time": 17,
52
  "I-Workup_reagents": 18,
53
- "I-Yield": 3,
54
  "O": 0
55
  },
56
  "layer_norm_eps": 1e-12,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-Reactants",
15
+ "2": "I-Reactants",
16
+ "3": "B-Prod",
17
+ "4": "I-Prod",
18
+ "5": "B-Yield",
19
+ "6": "I-Yield",
20
+ "7": "B-Reaction",
21
+ "8": "I-Reaction",
22
+ "9": "B-Catalyst_Reagents",
23
+ "10": "I-Catalyst_Reagents",
24
+ "11": "B-Solvent",
25
+ "12": "I-Solvent",
26
+ "13": "B-Temperature",
27
+ "14": "I-Temperature",
28
+ "15": "B-Time",
29
+ "16": "I-Time",
30
+ "17": "B-Workup_reagents",
31
  "18": "I-Workup_reagents"
32
  },
33
  "initializer_range": 0.02,
34
  "intermediate_size": 3072,
35
  "label2id": {
36
+ "B-Catalyst_Reagents": 9,
37
+ "B-Prod": 3,
38
+ "B-Reactants": 1,
39
+ "B-Reaction": 7,
40
+ "B-Solvent": 11,
41
+ "B-Temperature": 13,
42
+ "B-Time": 15,
43
+ "B-Workup_reagents": 17,
44
+ "B-Yield": 5,
45
+ "I-Catalyst_Reagents": 10,
46
+ "I-Prod": 4,
47
+ "I-Reactants": 2,
48
+ "I-Reaction": 8,
49
+ "I-Solvent": 12,
50
+ "I-Temperature": 14,
51
+ "I-Time": 16,
52
  "I-Workup_reagents": 18,
53
+ "I-Yield": 6,
54
  "O": 0
55
  },
56
  "layer_norm_eps": 1e-12,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e943ff748760e5db24dfe0943aa9ff0f22e4e64d22f1448985b58a9bea21ed47
3
  size 430960500
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b95d5333239a18ea9ff4dd7628621b870cb2246da1c90364bd3ffc95dfc1892
3
  size 430960500
runs/Jun12_18-17-40_ip-10-176-19-105/events.out.tfevents.1718216297.ip-10-176-19-105.22630.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fbb5443617dededfac373324c1ccc5a70871d5c1a3d474e9702c5af4fef1c0a
3
+ size 6178
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df16c92beb6b5af0c91aec2cc17f07a91195afd28dc72d8fddbe2df4a029e1a6
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c534b1f8156913a9953971c16509d19217ff7095ac5424701bee3fa860ed1817
3
  size 5112