LovenOO commited on
Commit
d5912c3
1 Parent(s): 0258fdb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - precision
8
+ - recall
9
+ - f1
10
+ - accuracy
11
+ model-index:
12
+ - name: distilBERT_mergeddata_with_preprocessing_grid_search
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
+ # distilBERT_mergeddata_with_preprocessing_grid_search
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: 0.2308
24
+ - Precision: 0.9670
25
+ - Recall: 0.9671
26
+ - F1: 0.9669
27
+ - Accuracy: 0.9672
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: 5e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 10
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 450 | 0.1748 | 0.9542 | 0.9540 | 0.9536 | 0.9539 |
59
+ | 0.4081 | 2.0 | 900 | 0.1899 | 0.9575 | 0.9577 | 0.9569 | 0.9578 |
60
+ | 0.1208 | 3.0 | 1350 | 0.1722 | 0.9648 | 0.9649 | 0.9645 | 0.9644 |
61
+ | 0.0671 | 4.0 | 1800 | 0.1987 | 0.9616 | 0.9626 | 0.9617 | 0.9617 |
62
+ | 0.0362 | 5.0 | 2250 | 0.2093 | 0.9618 | 0.9623 | 0.9620 | 0.9622 |
63
+ | 0.0211 | 6.0 | 2700 | 0.2021 | 0.9681 | 0.9681 | 0.9679 | 0.9683 |
64
+ | 0.0045 | 7.0 | 3150 | 0.2268 | 0.9642 | 0.9641 | 0.9639 | 0.9644 |
65
+ | 0.0027 | 8.0 | 3600 | 0.2255 | 0.9675 | 0.9677 | 0.9675 | 0.9678 |
66
+ | 0.0022 | 9.0 | 4050 | 0.2292 | 0.9675 | 0.9676 | 0.9674 | 0.9678 |
67
+ | 0.0009 | 10.0 | 4500 | 0.2308 | 0.9670 | 0.9671 | 0.9669 | 0.9672 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.31.0
73
+ - Pytorch 2.0.1+cu118
74
+ - Datasets 2.14.4
75
+ - Tokenizers 0.13.3