yfu2307 commited on
Commit
094a5e3
1 Parent(s): 22bd22d

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. config.json +1 -1
  3. tf_model.h5 +2 -2
README.md CHANGED
@@ -12,10 +12,10 @@ 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 [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
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
- | 0.2668 | 0.1353 | 0 |
46
 
47
 
48
  ### Framework versions
 
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.2953
18
+ - Validation Loss: 0.1935
19
  - Epoch: 0
20
 
21
  ## Model description
 
42
 
43
  | Train Loss | Validation Loss | Epoch |
44
  |:----------:|:---------------:|:-----:|
45
+ | 0.2953 | 0.1935 | 0 |
46
 
47
 
48
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "KakkiDaisuki/bert-finetuned-ner",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
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:7b153f0d84c3fb815817923e7fdf7b11dae24dd2a6c53fec81ecc6028f46874f
3
- size 435861524
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e021fc633e234458ab9a62c2095206b47c0664cd2a804cf79fecff0813fdbcd
3
+ size 435849236