update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: distilbert-base-cased-distilled-squad-coffee20230108
|
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 |
+
# distilbert-base-cased-distilled-squad-coffee20230108
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [distilbert-base-cased-distilled-squad](https://huggingface.co/distilbert-base-cased-distilled-squad) on the None dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.1937
|
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: 5e-05
|
37 |
+
- train_batch_size: 16
|
38 |
+
- eval_batch_size: 16
|
39 |
+
- seed: 42
|
40 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
+
- lr_scheduler_type: linear
|
42 |
+
- lr_scheduler_warmup_steps: 500
|
43 |
+
- num_epochs: 15
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 2 | 2.5987 |
|
50 |
+
| No log | 2.0 | 4 | 2.5874 |
|
51 |
+
| No log | 3.0 | 6 | 2.5674 |
|
52 |
+
| No log | 4.0 | 8 | 2.5434 |
|
53 |
+
| No log | 5.0 | 10 | 2.5217 |
|
54 |
+
| No log | 6.0 | 12 | 2.4956 |
|
55 |
+
| No log | 7.0 | 14 | 2.4719 |
|
56 |
+
| No log | 8.0 | 16 | 2.4341 |
|
57 |
+
| No log | 9.0 | 18 | 2.3780 |
|
58 |
+
| No log | 10.0 | 20 | 2.3192 |
|
59 |
+
| No log | 11.0 | 22 | 2.2701 |
|
60 |
+
| No log | 12.0 | 24 | 2.2405 |
|
61 |
+
| No log | 13.0 | 26 | 2.2175 |
|
62 |
+
| No log | 14.0 | 28 | 2.2044 |
|
63 |
+
| No log | 15.0 | 30 | 2.1937 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- Transformers 4.25.1
|
69 |
+
- Pytorch 1.11.0+cu113
|
70 |
+
- Datasets 2.8.0
|
71 |
+
- Tokenizers 0.13.2
|