muhtasham commited on
Commit
a896301
1 Parent(s): cffbce1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-small-finetuned-ner-to-multilabel-xglue-ner
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # bert-small-finetuned-ner-to-multilabel-xglue-ner
14
+
15
+ This model is a fine-tuned version of [google/bert_uncased_L-4_H-512_A-8](https://huggingface.co/google/bert_uncased_L-4_H-512_A-8) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0616
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 3e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: constant
42
+ - num_epochs: 20
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.2168 | 0.28 | 500 | 0.1212 |
49
+ | 0.1067 | 0.57 | 1000 | 0.0865 |
50
+ | 0.0878 | 0.85 | 1500 | 0.0710 |
51
+ | 0.0667 | 1.14 | 2000 | 0.0670 |
52
+ | 0.0529 | 1.42 | 2500 | 0.0614 |
53
+ | 0.0516 | 1.71 | 3000 | 0.0577 |
54
+ | 0.0469 | 1.99 | 3500 | 0.0608 |
55
+ | 0.033 | 2.28 | 4000 | 0.0592 |
56
+ | 0.0317 | 2.56 | 4500 | 0.0616 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.21.2
62
+ - Pytorch 1.12.1+cu113
63
+ - Datasets 2.4.0
64
+ - Tokenizers 0.12.1