Model save
Browse files
README.md
CHANGED
@@ -14,6 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# git-base-cartoon
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on the None dataset.
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -33,16 +36,23 @@ More information needed
|
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
- learning_rate: 5e-05
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- gradient_accumulation_steps: 2
|
40 |
-
- total_train_batch_size:
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- num_epochs:
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
### Framework versions
|
47 |
|
48 |
- Transformers 4.42.4
|
|
|
14 |
# git-base-cartoon
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 6.4362
|
19 |
+
- Bleu Score: 0.0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 8
|
40 |
+
- eval_batch_size: 8
|
41 |
- seed: 42
|
42 |
- gradient_accumulation_steps: 2
|
43 |
+
- total_train_batch_size: 16
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu Score |
|
52 |
+
|:-------------:|:------:|:----:|:---------------:|:----------:|
|
53 |
+
| 7.9249 | 1.7544 | 50 | 6.4362 | 0.0 |
|
54 |
+
|
55 |
+
|
56 |
### Framework versions
|
57 |
|
58 |
- Transformers 4.42.4
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 706516040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:581c6a23b28393c99204ea0422c925c59515bf0859eed9911f35742fd00dd627
|
3 |
size 706516040
|
runs/Aug02_04-43-24_0d101aa3107a/events.out.tfevents.1722573847.0d101aa3107a.7792.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d0607d7ab351354662dff07df2da95985641ae58b0904bc217b27c9985e18e7
|
3 |
+
size 5930
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eea547961dbf9817c7f9f63c35944974b8b6aa74c96041955bf48db69d2fee73
|
3 |
size 5112
|