yfu2307 commited on
Commit
22bd22d
1 Parent(s): 4509c7d

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +5 -9
  2. config.json +1 -1
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -12,11 +12,11 @@ probably proofread and complete it, then remove this comment. -->
12
 
13
  # yfu2307/bert-finetuned-ner
14
 
15
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Train Loss: 0.0462
18
- - Validation Loss: 0.1203
19
- - Epoch: 4
20
 
21
  ## Model description
22
 
@@ -42,11 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 0.2952 | 0.1560 | 0 |
46
- | 0.1331 | 0.1207 | 1 |
47
- | 0.0843 | 0.1138 | 2 |
48
- | 0.0577 | 0.1191 | 3 |
49
- | 0.0462 | 0.1203 | 4 |
50
 
51
 
52
  ### Framework versions
 
12
 
13
  # yfu2307/bert-finetuned-ner
14
 
15
+ This model is a fine-tuned version of [KakkiDaisuki/bert-finetuned-ner](https://huggingface.co/KakkiDaisuki/bert-finetuned-ner) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Train Loss: 0.2668
18
+ - Validation Loss: 0.1353
19
+ - Epoch: 0
20
 
21
  ## Model description
22
 
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 0.2668 | 0.1353 | 0 |
 
 
 
 
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "KakkiDaisuki/bert-finetuned-ner",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9983de79872ffea6b6d0784892b28dbbb1372a2df97f5e9ac3dd45463c00ab0c
3
- size 435849236
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b153f0d84c3fb815817923e7fdf7b11dae24dd2a6c53fec81ecc6028f46874f
3
+ size 435861524