Training in progress, epoch 0
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"GitForCausalLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ahmedelbadry23/image-caption",
|
| 3 |
"architectures": [
|
| 4 |
"GitForCausalLM"
|
| 5 |
],
|
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:082c32893bd0627d5bfa9c03481d468a0bb8c3cad005751d7e3d9bf61e80e17c
|
| 3 |
size 706516040
|
runs/Apr30_15-56-54_7a2a54e3379a/events.out.tfevents.1714492622.7a2a54e3379a.34.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1edd24e6574b5646eb3e2a868c70d41184659a39e90d9ffa2354dc49dd2f7bd8
|
| 3 |
+
size 5332
|
tokenizer_config.json
CHANGED
|
@@ -45,16 +45,23 @@
|
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
"do_lower_case": true,
|
| 47 |
"mask_token": "[MASK]",
|
|
|
|
| 48 |
"model_input_names": [
|
| 49 |
"input_ids",
|
| 50 |
"attention_mask"
|
| 51 |
],
|
| 52 |
"model_max_length": 512,
|
|
|
|
| 53 |
"pad_token": "[PAD]",
|
|
|
|
|
|
|
| 54 |
"processor_class": "GitProcessor",
|
| 55 |
"sep_token": "[SEP]",
|
|
|
|
| 56 |
"strip_accents": null,
|
| 57 |
"tokenize_chinese_chars": true,
|
| 58 |
"tokenizer_class": "BertTokenizer",
|
|
|
|
|
|
|
| 59 |
"unk_token": "[UNK]"
|
| 60 |
}
|
|
|
|
| 45 |
"cls_token": "[CLS]",
|
| 46 |
"do_lower_case": true,
|
| 47 |
"mask_token": "[MASK]",
|
| 48 |
+
"max_length": 128,
|
| 49 |
"model_input_names": [
|
| 50 |
"input_ids",
|
| 51 |
"attention_mask"
|
| 52 |
],
|
| 53 |
"model_max_length": 512,
|
| 54 |
+
"pad_to_multiple_of": null,
|
| 55 |
"pad_token": "[PAD]",
|
| 56 |
+
"pad_token_type_id": 0,
|
| 57 |
+
"padding_side": "right",
|
| 58 |
"processor_class": "GitProcessor",
|
| 59 |
"sep_token": "[SEP]",
|
| 60 |
+
"stride": 0,
|
| 61 |
"strip_accents": null,
|
| 62 |
"tokenize_chinese_chars": true,
|
| 63 |
"tokenizer_class": "BertTokenizer",
|
| 64 |
+
"truncation_side": "right",
|
| 65 |
+
"truncation_strategy": "longest_first",
|
| 66 |
"unk_token": "[UNK]"
|
| 67 |
}
|
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:c82b90c04a73090cee70dea73ad4d288ed245e560f7bede41b8e83f7a3465107
|
| 3 |
size 5112
|