Model save
Browse files- README.md +11 -11
- merges.txt +0 -0
- runs/May14_00-53-26_cc5f809a4d3c/events.out.tfevents.1715648019.cc5f809a4d3c.303.1 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +27 -0
- training_args.bin +2 -2
- vocab.json +0 -0
README.md
CHANGED
@@ -15,17 +15,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [NourFakih/image-captioning-Vit-GPT2-Flickr8k](https://huggingface.co/NourFakih/image-captioning-Vit-GPT2-Flickr8k) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss: 0.
|
19 |
-
- eval_rouge1: 40.
|
20 |
-
- eval_rouge2: 15.
|
21 |
-
- eval_rougeL: 36.
|
22 |
-
- eval_rougeLsum: 36.
|
23 |
-
- eval_gen_len: 11.
|
24 |
-
- eval_runtime:
|
25 |
-
- eval_samples_per_second: 4.
|
26 |
-
- eval_steps_per_second: 1.
|
27 |
-
- epoch: 2.
|
28 |
-
- step:
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [NourFakih/image-captioning-Vit-GPT2-Flickr8k](https://huggingface.co/NourFakih/image-captioning-Vit-GPT2-Flickr8k) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 0.2346
|
19 |
+
- eval_rouge1: 40.7779
|
20 |
+
- eval_rouge2: 15.1884
|
21 |
+
- eval_rougeL: 36.8863
|
22 |
+
- eval_rougeLsum: 36.8581
|
23 |
+
- eval_gen_len: 11.586
|
24 |
+
- eval_runtime: 583.5999
|
25 |
+
- eval_samples_per_second: 4.284
|
26 |
+
- eval_steps_per_second: 1.071
|
27 |
+
- epoch: 2.33
|
28 |
+
- step: 14500
|
29 |
|
30 |
## Model description
|
31 |
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
runs/May14_00-53-26_cc5f809a4d3c/events.out.tfevents.1715648019.cc5f809a4d3c.303.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d28e64e1b5ea9d65106ad3523290f4b195aa2edaed04fa181e0422a49b1d84c
|
3 |
+
size 9873
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"added_tokens_decoder": {
|
4 |
+
"50256": {
|
5 |
+
"content": "<|endoftext|>",
|
6 |
+
"lstrip": false,
|
7 |
+
"normalized": false,
|
8 |
+
"rstrip": false,
|
9 |
+
"single_word": false,
|
10 |
+
"special": true
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"bos_token": "<|endoftext|>",
|
14 |
+
"clean_up_tokenization_spaces": true,
|
15 |
+
"eos_token": "<|endoftext|>",
|
16 |
+
"max_length": 32,
|
17 |
+
"model_max_length": 1024,
|
18 |
+
"pad_to_multiple_of": null,
|
19 |
+
"pad_token": "<|endoftext|>",
|
20 |
+
"pad_token_type_id": 0,
|
21 |
+
"padding_side": "right",
|
22 |
+
"stride": 0,
|
23 |
+
"tokenizer_class": "GPT2Tokenizer",
|
24 |
+
"truncation_side": "right",
|
25 |
+
"truncation_strategy": "longest_first",
|
26 |
+
"unk_token": "<|endoftext|>"
|
27 |
+
}
|
training_args.bin
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:0cf83a468c99f29afd397edd443b7797dba8cd8d10566c5abddc57f5f8ba36f6
|
3 |
+
size 5176
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|