jinhybr commited on
Commit
7b6d659
1 Parent(s): 33ed354

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -13,14 +13,19 @@ model-index:
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # distilroberta-ConLL2003
17
 
18
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on [ConLL2003 dataset](https://huggingface.co/datasets/conll2003).
19
- It achieves the following results on the evaluation set:
20
  - Loss: 0.0585
21
  - F1: 0.9536
22
 
23
- The best scores for Named Entity Recognition (NER) on CoNLL 2003 (English) is 94.6% from [the ConLL2003 Token Classification benchmark](https://paperswithcode.com/sota/token-classification-on-conll2003), This fine-tuned Model has achieved 95.36%.
 
 
 
 
 
24
 
25
  ## Model Usage
26
 
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # Model Description
17
 
18
  This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on [ConLL2003 dataset](https://huggingface.co/datasets/conll2003).
19
+ It achieves the following results on the evaluation set in Named Entity Recognition (NER)/Token Classification task:
20
  - Loss: 0.0585
21
  - F1: 0.9536
22
 
23
+ # Model Performance
24
+ This fine-tuned model is topped on the best scores (94.6%) from [Named Entity Recognition (NER) on CoNLL 2003 (English)]((https://paperswithcode.com/sota/named-entity-recognition-ner-on-conll-2003)).
25
+ and ranked in the 6th place from the [Token Classification on conll2003 leaderboard](https://paperswithcode.com/sota/token-classification-on-conll2003)
26
+
27
+
28
+ [the ConLL2003 Token Classification benchmark](https://paperswithcode.com/sota/token-classification-on-conll2003), This fine-tuned Model has achieved 95.36%.
29
 
30
  ## Model Usage
31