andrewoh commited on
Commit
7146f13
1 Parent(s): 8260da4

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -11,26 +11,46 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
 
 
 
 
 
 
 
 
 
 
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "B-LOC": 5,
27
- "B-MISC": 7,
28
- "B-ORG": 3,
29
- "B-PER": 1,
30
- "I-LOC": 6,
31
- "I-MISC": 8,
32
- "I-ORG": 4,
33
- "I-PER": 2,
 
 
 
 
 
 
 
 
 
 
34
  "O": 0
35
  },
36
  "layer_norm_eps": 1e-12,
 
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,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:890e910e7999a8a1c43d8488e8439f06db67f905f3844df51b55ceb3bdf53a4c
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb9cdd14d0a4ac92107571c18e9cf3cc9bb61e7a068fa9dedee28c91111e83ef
3
+ size 430960500
runs/Jun11_15-22-40_ip-10-176-19-105/events.out.tfevents.1718119383.ip-10-176-19-105.1868.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9fadee6589d913949b0f5a52113c5c63e94c2f407dc1ed4a8ff21f065e134aa
3
+ size 5715
runs/Jun11_15-22-40_ip-10-176-19-105/events.out.tfevents.1718119735.ip-10-176-19-105.1868.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f697a346291f7ad4dda72d05500c18ad6ec6cfe74f3444337c77ee61d19c2b41
3
+ size 6178
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:93e24479987cf05b5af5383178e4e5f69f1f594240a16748b045f0b931175bab
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eea83d2769ec4ac0b922fd7d862bd53dbddf041ad3ffe64f5fcad5c379aca48d
3
  size 5112