zhuzhusleepearly commited on
Commit
7e1faaf
1 Parent(s): cdf7f85

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. config.json +4 -4
  3. tf_model.h5 +1 -1
README.md CHANGED
@@ -13,8 +13,8 @@ probably proofread and complete it, then remove this comment. -->
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Train Loss: 0.1230
17
- - Validation Loss: 0.0845
18
  - Epoch: 0
19
 
20
  ## Model description
@@ -41,7 +41,7 @@ The following hyperparameters were used during training:
41
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
- | 0.1230 | 0.0845 | 0 |
45
 
46
 
47
  ### Framework versions
 
13
 
14
  This model was trained from scratch on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Train Loss: 0.1257
17
+ - Validation Loss: 0.0908
18
  - Epoch: 0
19
 
20
  ## Model description
 
41
 
42
  | Train Loss | Validation Loss | Epoch |
43
  |:----------:|:---------------:|:-----:|
44
+ | 0.1257 | 0.0908 | 0 |
45
 
46
 
47
  ### Framework versions
config.json CHANGED
@@ -11,14 +11,14 @@
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
- "1": "B-Disease",
15
- "2": "I-Disease"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "B-Disease": "1",
21
- "I-Disease": "2",
22
  "O": "0"
23
  },
24
  "layer_norm_eps": 1e-12,
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "O",
14
+ "1": "B-ADR",
15
+ "2": "I-ADR"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
+ "B-ADR": "1",
21
+ "I-ADR": "2",
22
  "O": "0"
23
  },
24
  "layer_norm_eps": 1e-12,
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12d243ef880b62df066956ddd7ceacc850f06a1723f39758d428ebce99b4259f
3
  size 435861524
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407e4f9034773bcf31f953eb8bba1f5ed2c08b5007656cacc353f88ce2d7e78e
3
  size 435861524