Heather-Driver commited on
Commit
76f86dc
·
verified ·
1 Parent(s): 463e44e

Classification Training

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: dslim/distilbert-NER
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: distilbert-classn-LAlg-multihead-context-width-4
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
+ # distilbert-classn-LAlg-multihead-context-width-4
21
+
22
+ This model is a fine-tuned version of [dslim/distilbert-NER](https://huggingface.co/dslim/distilbert-NER) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.9001
25
+ - Accuracy: 0.7778
26
+ - F1: 0.7818
27
+ - Precision: 0.8035
28
+ - Recall: 0.7778
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: 1e-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: linear
53
+ - lr_scheduler_warmup_steps: 500
54
+ - num_epochs: 25
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
60
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
61
+ | 2.4495 | 1.3514 | 50 | 2.5136 | 0.0556 | 0.0522 | 0.1279 | 0.0556 |
62
+ | 2.4414 | 2.7027 | 100 | 2.5005 | 0.0714 | 0.0678 | 0.0799 | 0.0714 |
63
+ | 2.4231 | 4.0541 | 150 | 2.4821 | 0.0714 | 0.0718 | 0.0911 | 0.0714 |
64
+ | 2.3702 | 5.4054 | 200 | 2.4614 | 0.0873 | 0.0946 | 0.1167 | 0.0873 |
65
+ | 2.3442 | 6.7568 | 250 | 2.4363 | 0.0714 | 0.0651 | 0.0683 | 0.0714 |
66
+ | 2.271 | 8.1081 | 300 | 2.3787 | 0.1349 | 0.1268 | 0.1264 | 0.1349 |
67
+ | 2.1474 | 9.4595 | 350 | 2.2815 | 0.1746 | 0.1619 | 0.1687 | 0.1746 |
68
+ | 1.9343 | 10.8108 | 400 | 2.0912 | 0.3413 | 0.3320 | 0.3770 | 0.3413 |
69
+ | 1.6174 | 12.1622 | 450 | 1.8072 | 0.4524 | 0.4455 | 0.5545 | 0.4524 |
70
+ | 1.1783 | 13.5135 | 500 | 1.4265 | 0.6111 | 0.6193 | 0.6449 | 0.6111 |
71
+ | 0.7923 | 14.8649 | 550 | 1.1770 | 0.6905 | 0.6985 | 0.7139 | 0.6905 |
72
+ | 0.4365 | 16.2162 | 600 | 1.0497 | 0.7143 | 0.7147 | 0.7417 | 0.7143 |
73
+ | 0.2509 | 17.5676 | 650 | 0.9858 | 0.7460 | 0.7486 | 0.7734 | 0.7460 |
74
+ | 0.1531 | 18.9189 | 700 | 0.9514 | 0.7460 | 0.7506 | 0.7804 | 0.7460 |
75
+ | 0.0923 | 20.2703 | 750 | 0.9163 | 0.7698 | 0.7709 | 0.7911 | 0.7698 |
76
+ | 0.0653 | 21.6216 | 800 | 0.9064 | 0.7778 | 0.7797 | 0.7978 | 0.7778 |
77
+ | 0.0509 | 22.9730 | 850 | 0.9130 | 0.7778 | 0.7801 | 0.8004 | 0.7778 |
78
+ | 0.04 | 24.3243 | 900 | 0.9001 | 0.7778 | 0.7818 | 0.8035 | 0.7778 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.48.3
84
+ - Pytorch 2.5.1+cu124
85
+ - Datasets 3.3.1
86
+ - Tokenizers 0.21.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce8c1c7ee67f65db0e02db499d77a65baf2c3c7fb726160150910693ec3a9820
3
  size 262475132
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:107341c0ee93dd77879ab079e57fe6d4eb19828e1be3feb749365357fc487a69
3
  size 262475132
runs/Feb20_17-28-17_5620a5a217a0/events.out.tfevents.1740072499.5620a5a217a0.1082.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c19c9a312d8902b71868ed16391b048aa1c9196875d2a9305acaa1481669ed93
3
- size 14496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:769a7af95c1fe65968a417fcd9e924a55f66b6c04a9d3152955a7fb0f7b07442
3
+ size 18265