PulangPagi
commited on
Commit
•
44192bc
1
Parent(s):
b7bd5f7
End of training
Browse files- README.md +56 -0
- config.json +34 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
- runs/Jun17_15-19-35_03d372d5a515/events.out.tfevents.1718637585.03d372d5a515.5594.0 +3 -0
- runs/Jun17_15-25-04_03d372d5a515/events.out.tfevents.1718637913.03d372d5a515.5594.1 +3 -0
- runs/Jun17_15-25-28_03d372d5a515/events.out.tfevents.1718637937.03d372d5a515.5594.2 +3 -0
- runs/Jun17_15-28-28_03d372d5a515/events.out.tfevents.1718638116.03d372d5a515.5594.3 +3 -0
- runs/Jun17_15-32-24_03d372d5a515/events.out.tfevents.1718638355.03d372d5a515.5594.4 +3 -0
- runs/Jun17_15-35-29_03d372d5a515/events.out.tfevents.1718638538.03d372d5a515.5594.5 +3 -0
- runs/Jun17_15-36-49_03d372d5a515/events.out.tfevents.1718638614.03d372d5a515.5594.6 +3 -0
- runs/Jun17_15-37-09_03d372d5a515/events.out.tfevents.1718638677.03d372d5a515.5594.7 +3 -0
- runs/Jun17_15-38-09_03d372d5a515/events.out.tfevents.1718638707.03d372d5a515.5594.8 +3 -0
- runs/Jun17_15-40-46_03d372d5a515/events.out.tfevents.1718638852.03d372d5a515.5594.9 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: microsoft/git-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- imagefolder
|
8 |
+
model-index:
|
9 |
+
- name: git-base-UASNLP
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# git-base-UASNLP
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on the imagefolder dataset.
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 5e-05
|
38 |
+
- train_batch_size: 2
|
39 |
+
- eval_batch_size: 2
|
40 |
+
- seed: 42
|
41 |
+
- total_train_batch_size: 0.2
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 3
|
45 |
+
- mixed_precision_training: Native AMP
|
46 |
+
|
47 |
+
### Training results
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
### Framework versions
|
52 |
+
|
53 |
+
- Transformers 4.41.2
|
54 |
+
- Pytorch 2.3.0+cu121
|
55 |
+
- Datasets 2.20.0
|
56 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/git-base",
|
3 |
+
"architectures": [
|
4 |
+
"GitForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 101,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 102,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"layer_norm_eps": 1e-12,
|
16 |
+
"max_position_embeddings": 1024,
|
17 |
+
"model_type": "git",
|
18 |
+
"num_attention_heads": 12,
|
19 |
+
"num_hidden_layers": 6,
|
20 |
+
"num_image_with_embedding": null,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"tie_word_embeddings": false,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.41.2",
|
26 |
+
"use_cache": true,
|
27 |
+
"vision_config": {
|
28 |
+
"dropout": 0.0,
|
29 |
+
"initializer_factor": 1.0,
|
30 |
+
"model_type": "git_vision_model",
|
31 |
+
"projection_dim": 512
|
32 |
+
},
|
33 |
+
"vocab_size": 30522
|
34 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 101,
|
4 |
+
"eos_token_id": 102,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.41.2"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bff9024c7aab2d629136c916a81e9485bbd9b3adba305ba047eeb4011bb32de8
|
3 |
+
size 706516040
|
runs/Jun17_15-19-35_03d372d5a515/events.out.tfevents.1718637585.03d372d5a515.5594.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:902b59e0dd4007e9f79c6848f78c81db66765b0f65a759688341220cfe72bad2
|
3 |
+
size 34661
|
runs/Jun17_15-25-04_03d372d5a515/events.out.tfevents.1718637913.03d372d5a515.5594.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7e5bbf89236601e8cce0978bbf8c7fa09647d6ccea52548afab898bc8663b77
|
3 |
+
size 9966
|
runs/Jun17_15-25-28_03d372d5a515/events.out.tfevents.1718637937.03d372d5a515.5594.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:212d74bddf073bbf28eccc896203d749419eee4e9c20e197222444b7b6508728
|
3 |
+
size 10169
|
runs/Jun17_15-28-28_03d372d5a515/events.out.tfevents.1718638116.03d372d5a515.5594.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f91cba7313b012bfef52d1335e1fd6a1cb5fef60901a984f2b056eb38b0b49aa
|
3 |
+
size 5232
|
runs/Jun17_15-32-24_03d372d5a515/events.out.tfevents.1718638355.03d372d5a515.5594.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4ff832bc66628ac40123ea58aae633f31386edb3c76e8cc89ecf0534acb3ee
|
3 |
+
size 5232
|
runs/Jun17_15-35-29_03d372d5a515/events.out.tfevents.1718638538.03d372d5a515.5594.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d96f3b39eacfe8db4d5aa99e667513410e5cc1a719ea4ad1ed06fa83693513f6
|
3 |
+
size 5234
|
runs/Jun17_15-36-49_03d372d5a515/events.out.tfevents.1718638614.03d372d5a515.5594.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1b6a7fc0e9267e484210862dfa96f67baa1a4bdaebb764ba27087bac84c5ad5c
|
3 |
+
size 5030
|
runs/Jun17_15-37-09_03d372d5a515/events.out.tfevents.1718638677.03d372d5a515.5594.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2397162dce0b23583d8b96c0cb8ade0ab666189f4d1cd16b4abcc45664a56bd
|
3 |
+
size 5028
|
runs/Jun17_15-38-09_03d372d5a515/events.out.tfevents.1718638707.03d372d5a515.5594.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2bfb82d94b718e85d805b927dcb08f4ae1df34c730b20652ac1b6c1809a2de8
|
3 |
+
size 5234
|
runs/Jun17_15-40-46_03d372d5a515/events.out.tfevents.1718638852.03d372d5a515.5594.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fc44f5f256b301c1fe34ae135ffff6fee8d9bc6ea61253d7eadf1c7ba0f9946
|
3 |
+
size 5365
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b6032adf2f0ce7ca5124a848e32dfee7336fc1ceee220d24d497afe19331f7
|
3 |
+
size 5112
|