update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: recipe-distilbert-upper-Is
|
7 |
+
results: []
|
8 |
+
---
|
9 |
+
|
10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
+
should probably proofread and complete it, then remove this comment. -->
|
12 |
+
|
13 |
+
# recipe-distilbert-upper-Is
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.8565
|
18 |
+
|
19 |
+
## Model description
|
20 |
+
|
21 |
+
More information needed
|
22 |
+
|
23 |
+
## Intended uses & limitations
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Training and evaluation data
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training procedure
|
32 |
+
|
33 |
+
### Training hyperparameters
|
34 |
+
|
35 |
+
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 2e-05
|
37 |
+
- train_batch_size: 256
|
38 |
+
- eval_batch_size: 256
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- num_epochs: 20
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
49 |
+
| 1.6309 | 1.0 | 1305 | 1.2607 |
|
50 |
+
| 1.2639 | 2.0 | 2610 | 1.1291 |
|
51 |
+
| 1.1592 | 3.0 | 3915 | 1.0605 |
|
52 |
+
| 1.0987 | 4.0 | 5220 | 1.0128 |
|
53 |
+
| 1.0569 | 5.0 | 6525 | 0.9796 |
|
54 |
+
| 1.0262 | 6.0 | 7830 | 0.9592 |
|
55 |
+
| 1.0032 | 7.0 | 9135 | 0.9352 |
|
56 |
+
| 0.9815 | 8.0 | 10440 | 0.9186 |
|
57 |
+
| 0.967 | 9.0 | 11745 | 0.9086 |
|
58 |
+
| 0.9532 | 10.0 | 13050 | 0.8973 |
|
59 |
+
| 0.9436 | 11.0 | 14355 | 0.8888 |
|
60 |
+
| 0.9318 | 12.0 | 15660 | 0.8835 |
|
61 |
+
| 0.9243 | 13.0 | 16965 | 0.8748 |
|
62 |
+
| 0.9169 | 14.0 | 18270 | 0.8673 |
|
63 |
+
| 0.9117 | 15.0 | 19575 | 0.8610 |
|
64 |
+
| 0.9066 | 16.0 | 20880 | 0.8562 |
|
65 |
+
| 0.9028 | 17.0 | 22185 | 0.8566 |
|
66 |
+
| 0.901 | 18.0 | 23490 | 0.8583 |
|
67 |
+
| 0.8988 | 19.0 | 24795 | 0.8557 |
|
68 |
+
| 0.8958 | 20.0 | 26100 | 0.8565 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.19.0.dev0
|
74 |
+
- Pytorch 1.11.0+cu102
|
75 |
+
- Datasets 2.3.2
|
76 |
+
- Tokenizers 0.12.1
|