sakren commited on
Commit
bf46dc9
1 Parent(s): 08c1526

sakren/distil-bert-imeoocap

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - f1
8
+ - precision
9
+ - recall
10
+ - accuracy
11
+ model-index:
12
+ - name: distil-bert-imeoocap
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # distil-bert-imeoocap
20
+
21
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.5520
24
+ - F1: 0.6416
25
+ - Precision: 0.6437
26
+ - Recall: 0.6442
27
+ - Accuracy: 0.6442
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 2e-05
47
+ - train_batch_size: 64
48
+ - eval_batch_size: 64
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
58
+ | 0.4777 | 1.0 | 74 | 1.1554 | 0.6498 | 0.6489 | 0.6538 | 0.6538 |
59
+ | 0.395 | 2.0 | 148 | 1.2060 | 0.6062 | 0.6109 | 0.6135 | 0.6135 |
60
+ | 0.364 | 3.0 | 222 | 1.2625 | 0.6329 | 0.6436 | 0.6423 | 0.6423 |
61
+ | 0.3402 | 4.0 | 296 | 1.3512 | 0.6247 | 0.6330 | 0.6269 | 0.6269 |
62
+ | 0.3135 | 5.0 | 370 | 1.3587 | 0.6472 | 0.6442 | 0.6519 | 0.6519 |
63
+ | 0.307 | 6.0 | 444 | 1.4376 | 0.6258 | 0.6334 | 0.6288 | 0.6288 |
64
+ | 0.2903 | 7.0 | 518 | 1.3565 | 0.6502 | 0.6550 | 0.65 | 0.65 |
65
+ | 0.2931 | 8.0 | 592 | 1.4059 | 0.6310 | 0.6273 | 0.6365 | 0.6365 |
66
+ | 0.2805 | 9.0 | 666 | 1.3972 | 0.6357 | 0.6370 | 0.6365 | 0.6365 |
67
+ | 0.2772 | 10.0 | 740 | 1.4938 | 0.6205 | 0.6204 | 0.6308 | 0.6308 |
68
+ | 0.2767 | 11.0 | 814 | 1.4324 | 0.6256 | 0.6324 | 0.6269 | 0.6269 |
69
+ | 0.2634 | 12.0 | 888 | 1.5399 | 0.6457 | 0.6487 | 0.65 | 0.65 |
70
+ | 0.2829 | 13.0 | 962 | 1.4857 | 0.6369 | 0.6363 | 0.6385 | 0.6385 |
71
+ | 0.2444 | 14.0 | 1036 | 1.4879 | 0.6314 | 0.6385 | 0.6308 | 0.6308 |
72
+ | 0.2424 | 15.0 | 1110 | 1.5049 | 0.6357 | 0.6399 | 0.6365 | 0.6365 |
73
+ | 0.2332 | 16.0 | 1184 | 1.5277 | 0.6233 | 0.6268 | 0.625 | 0.625 |
74
+ | 0.2215 | 17.0 | 1258 | 1.5550 | 0.6390 | 0.6379 | 0.6423 | 0.6423 |
75
+ | 0.2235 | 18.0 | 1332 | 1.5593 | 0.6434 | 0.6449 | 0.6481 | 0.6481 |
76
+ | 0.213 | 19.0 | 1406 | 1.5631 | 0.6337 | 0.6303 | 0.6385 | 0.6385 |
77
+ | 0.2098 | 20.0 | 1480 | 1.5520 | 0.6416 | 0.6437 | 0.6442 | 0.6442 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.39.3
83
+ - Pytorch 2.1.2
84
+ - Datasets 2.18.0
85
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4abfd8e0f4856f5e450767132e2cce2e7b34b07d4e798be5d07c40439681f99e
3
  size 267844872
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20463a011bdb1f5c994f25e015a4480af08c83304a2acb9331fbb4f5380e7b2a
3
  size 267844872
runs/May15_17-04-17_95a092faa389/events.out.tfevents.1715792674.95a092faa389.35.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d5de44b199a0e58263a94274abe246f96530cac9ed9a09c03ba933e3792a5a7
3
- size 13726
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b138d869a7826d1a5ec07a4aaf4558be0b548b1ebf8c47f293894b44dd44094f
3
+ size 18861
runs/May15_17-04-17_95a092faa389/events.out.tfevents.1715792983.95a092faa389.35.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b8336e78b85ffec92bc0b4f47d7f73c7347d8f2bbd675df51a5504a8a2af736
3
+ size 560