shellypeng commited on
Commit
02ef22e
·
verified ·
1 Parent(s): c89053d

Training complete

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: distilbert/distilbert-base-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ - accuracy
12
+ model-index:
13
+ - name: distillbert-base-cased-finetuned-ner2
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # distillbert-base-cased-finetuned-ner2
21
+
22
+ This model is a fine-tuned version of [distilbert/distilbert-base-cased](https://huggingface.co/distilbert/distilbert-base-cased) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.1556
25
+ - Precision: 0.7479
26
+ - Recall: 0.7873
27
+ - F1: 0.7671
28
+ - Accuracy: 0.9518
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: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 5
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
59
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
60
+ | 0.2026 | 1.0 | 4750 | 0.1952 | 0.6895 | 0.7367 | 0.7123 | 0.9429 |
61
+ | 0.1637 | 2.0 | 9500 | 0.1681 | 0.7358 | 0.7743 | 0.7546 | 0.9491 |
62
+ | 0.1525 | 3.0 | 14250 | 0.1584 | 0.7448 | 0.7859 | 0.7648 | 0.9513 |
63
+ | 0.1487 | 4.0 | 19000 | 0.1558 | 0.7463 | 0.7866 | 0.7659 | 0.9516 |
64
+ | 0.1523 | 5.0 | 23750 | 0.1556 | 0.7479 | 0.7873 | 0.7671 | 0.9518 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.50.1
70
+ - Pytorch 2.5.1+cu124
71
+ - Datasets 3.4.1
72
+ - Tokenizers 0.21.1