DunnBC22 commited on
Commit
b2d01dc
1 Parent(s): d4f8422

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -4,14 +4,22 @@ tags:
4
  model-index:
5
  - name: ibert-roberta-base-finetuned-WikiNeural
6
  results: []
 
 
 
 
 
 
 
 
 
 
7
  ---
8
 
9
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
- should probably proofread and complete it, then remove this comment. -->
11
-
12
  # ibert-roberta-base-finetuned-WikiNeural
13
 
14
- This model is a fine-tuned version of [kssteven/ibert-roberta-base](https://huggingface.co/kssteven/ibert-roberta-base) on an unknown dataset.
 
15
  It achieves the following results on the evaluation set:
16
  - Loss: 0.0878
17
  - Loc: {'precision': 0.9249338624338624, 'recall': 0.9393786733837112, 'f1': 0.9321003082562693, 'number': 5955}
@@ -61,4 +69,4 @@ The following hyperparameters were used during training:
61
  - Transformers 4.28.1
62
  - Pytorch 2.0.1
63
  - Datasets 2.13.0
64
- - Tokenizers 0.13.3
 
4
  model-index:
5
  - name: ibert-roberta-base-finetuned-WikiNeural
6
  results: []
7
+ datasets:
8
+ - Babelscape/wikineural
9
+ language:
10
+ - en
11
+ metrics:
12
+ - accuracy
13
+ - f1
14
+ - recall
15
+ - precision
16
+ pipeline_tag: token-classification
17
  ---
18
 
 
 
 
19
  # ibert-roberta-base-finetuned-WikiNeural
20
 
21
+ This model is a fine-tuned version of [kssteven/ibert-roberta-base](https://huggingface.co/kssteven/ibert-roberta-base).
22
+
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0878
25
  - Loc: {'precision': 0.9249338624338624, 'recall': 0.9393786733837112, 'f1': 0.9321003082562693, 'number': 5955}
 
69
  - Transformers 4.28.1
70
  - Pytorch 2.0.1
71
  - Datasets 2.13.0
72
+ - Tokenizers 0.13.3