Mood commited on
Commit
b743693
1 Parent(s): 87c25c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - conll2003
7
+ model-index:
8
+ - name: distilbert-base-uncased-finetuned-ner
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # distilbert-base-uncased-finetuned-ner
16
+
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the conll2003 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.0809
20
+ - eval_precision: 0.8870
21
+ - eval_recall: 0.9083
22
+ - eval_f1: 0.8975
23
+ - eval_accuracy: 0.9773
24
+ - eval_runtime: 241.4911
25
+ - eval_samples_per_second: 13.458
26
+ - eval_steps_per_second: 0.845
27
+ - epoch: 0.66
28
+ - step: 576
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 16
49
+ - eval_batch_size: 16
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 3
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.12.3
58
+ - Pytorch 1.9.0+cu111
59
+ - Datasets 1.15.1
60
+ - Tokenizers 0.10.3