Model save
Browse files- README.md +69 -0
- generation_config.json +7 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: ambrosfitz/tiny-summary-v2
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
model-index:
|
6 |
+
- name: fine-tuned-tiny-summary-v2
|
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 |
+
# fine-tuned-tiny-summary-v2
|
14 |
+
|
15 |
+
This model is a fine-tuned version of [ambrosfitz/tiny-summary-v2](https://huggingface.co/ambrosfitz/tiny-summary-v2) on an unknown dataset.
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 1.0644
|
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: 4
|
38 |
+
- eval_batch_size: 4
|
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: 3
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:------:|:----:|:---------------:|
|
49 |
+
| 1.3065 | 0.2183 | 500 | 1.2462 |
|
50 |
+
| 1.2737 | 0.4367 | 1000 | 1.1660 |
|
51 |
+
| 1.4422 | 0.6550 | 1500 | 1.1347 |
|
52 |
+
| 1.2923 | 0.8734 | 2000 | 1.1160 |
|
53 |
+
| 1.393 | 1.0917 | 2500 | 1.1044 |
|
54 |
+
| 1.0732 | 1.3100 | 3000 | 1.0930 |
|
55 |
+
| 1.1855 | 1.5284 | 3500 | 1.0828 |
|
56 |
+
| 1.0891 | 1.7467 | 4000 | 1.0761 |
|
57 |
+
| 1.1869 | 1.9651 | 4500 | 1.0754 |
|
58 |
+
| 1.1216 | 2.1834 | 5000 | 1.0702 |
|
59 |
+
| 1.2007 | 2.4017 | 5500 | 1.0692 |
|
60 |
+
| 1.1125 | 2.6201 | 6000 | 1.0644 |
|
61 |
+
| 1.2241 | 2.8384 | 6500 | 1.0644 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.42.4
|
67 |
+
- Pytorch 2.3.1+cu121
|
68 |
+
- Datasets 2.21.0
|
69 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.42.4"
|
7 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242041896
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2427f3956e9e57f0154cc4297844b7f58102a0b4c5a487896921342cd98898f
|
3 |
size 242041896
|