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: T5-as-chat-bot
|
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 |
+
# T5-as-chat-bot
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 2.2717
|
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: 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 |
+
- num_epochs: 20
|
43 |
+
- mixed_precision_training: Native AMP
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 187 | 2.4258 |
|
50 |
+
| No log | 2.0 | 374 | 2.3627 |
|
51 |
+
| 2.5802 | 3.0 | 561 | 2.3284 |
|
52 |
+
| 2.5802 | 4.0 | 748 | 2.3109 |
|
53 |
+
| 2.5802 | 5.0 | 935 | 2.2958 |
|
54 |
+
| 2.3212 | 6.0 | 1122 | 2.2850 |
|
55 |
+
| 2.3212 | 7.0 | 1309 | 2.2779 |
|
56 |
+
| 2.3212 | 8.0 | 1496 | 2.2726 |
|
57 |
+
| 2.1892 | 9.0 | 1683 | 2.2703 |
|
58 |
+
| 2.1892 | 10.0 | 1870 | 2.2689 |
|
59 |
+
| 2.111 | 11.0 | 2057 | 2.2683 |
|
60 |
+
| 2.111 | 12.0 | 2244 | 2.2672 |
|
61 |
+
| 2.111 | 13.0 | 2431 | 2.2655 |
|
62 |
+
| 2.0484 | 14.0 | 2618 | 2.2685 |
|
63 |
+
| 2.0484 | 15.0 | 2805 | 2.2703 |
|
64 |
+
| 2.0484 | 16.0 | 2992 | 2.2698 |
|
65 |
+
| 2.0019 | 17.0 | 3179 | 2.2699 |
|
66 |
+
| 2.0019 | 18.0 | 3366 | 2.2715 |
|
67 |
+
| 1.9803 | 19.0 | 3553 | 2.2719 |
|
68 |
+
| 1.9803 | 20.0 | 3740 | 2.2717 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.20.1
|
74 |
+
- Pytorch 1.12.0+cu113
|
75 |
+
- Datasets 2.3.2
|
76 |
+
- Tokenizers 0.12.1
|