jacksontran commited on
Commit
4773584
1 Parent(s): 7e321db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -54
README.md CHANGED
@@ -1,9 +1,5 @@
1
  ---
2
  license: apache-2.0
3
- tags:
4
- - generated_from_trainer
5
- datasets:
6
- - conll2003
7
  metrics:
8
  - precision
9
  - recall
@@ -34,57 +30,12 @@ model-index:
34
  - name: Accuracy
35
  type: accuracy
36
  value: 0.9788521589318402
 
 
 
 
37
  ---
38
 
39
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
40
- should probably proofread and complete it, then remove this comment. -->
41
-
42
  # bert-base-uncased-conll2003
43
 
44
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.
45
- It achieves the following results on the evaluation set:
46
- - Loss: 0.0423
47
- - Precision: 0.8859
48
- - Recall: 0.9076
49
- - F1: 0.8966
50
- - Accuracy: 0.9789
51
-
52
- ## Model description
53
-
54
- More information needed
55
-
56
- ## Intended uses & limitations
57
-
58
- More information needed
59
-
60
- ## Training and evaluation data
61
-
62
- More information needed
63
-
64
- ## Training procedure
65
-
66
- ### Training hyperparameters
67
-
68
- The following hyperparameters were used during training:
69
- - learning_rate: 2e-05
70
- - train_batch_size: 16
71
- - eval_batch_size: 16
72
- - seed: 42
73
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
- - lr_scheduler_type: linear
75
- - num_epochs: 2
76
-
77
- ### Training results
78
-
79
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.0101 | 1.0 | 3922 | 0.0392 | 0.8840 | 0.8996 | 0.8917 | 0.9783 |
82
- | 0.0044 | 2.0 | 7844 | 0.0423 | 0.8859 | 0.9076 | 0.8966 | 0.9789 |
83
-
84
-
85
- ### Framework versions
86
-
87
- - Transformers 4.30.2
88
- - Pytorch 2.0.1
89
- - Datasets 2.13.0
90
- - Tokenizers 0.13.3
 
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  metrics:
4
  - precision
5
  - recall
 
30
  - name: Accuracy
31
  type: accuracy
32
  value: 0.9788521589318402
33
+ language:
34
+ - en
35
+ - id
36
+ pipeline_tag: token-classification
37
  ---
38
 
 
 
 
39
  # bert-base-uncased-conll2003
40
 
41
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the conll2003 dataset.