swaroopajit
commited on
Commit
•
6106c0c
1
Parent(s):
43d3c2d
End of training
Browse files- README.md +8 -8
- config.json +1 -1
- generation_config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# git-base-fashion
|
15 |
|
16 |
-
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -21,7 +21,7 @@ More information needed
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
@@ -32,15 +32,15 @@ More information needed
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
-
- learning_rate:
|
36 |
-
- train_batch_size:
|
37 |
-
- eval_batch_size:
|
38 |
- seed: 42
|
39 |
- gradient_accumulation_steps: 8
|
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 |
|
45 |
### Training results
|
46 |
|
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
-
- Transformers 4.
|
52 |
- Pytorch 2.0.1+cu118
|
53 |
- Datasets 2.14.4
|
54 |
- Tokenizers 0.13.3
|
|
|
13 |
|
14 |
# git-base-fashion
|
15 |
|
16 |
+
This model is a fine-tuned version of [microsoft/git-base](https://huggingface.co/microsoft/git-base) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
+
More information needed
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 5e-05
|
36 |
+
- train_batch_size: 4
|
37 |
+
- eval_batch_size: 4
|
38 |
- seed: 42
|
39 |
- gradient_accumulation_steps: 8
|
40 |
+
- total_train_batch_size: 32
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 30
|
44 |
|
45 |
### Training results
|
46 |
|
|
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.33.0
|
52 |
- Pytorch 2.0.1+cu118
|
53 |
- Datasets 2.14.4
|
54 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float32",
|
25 |
-
"transformers_version": "4.
|
26 |
"use_cache": true,
|
27 |
"vision_config": {
|
28 |
"dropout": 0.0,
|
|
|
22 |
"position_embedding_type": "absolute",
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.33.0",
|
26 |
"use_cache": true,
|
27 |
"vision_config": {
|
28 |
"dropout": 0.0,
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"bos_token_id": 101,
|
4 |
"eos_token_id": 102,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"bos_token_id": 101,
|
4 |
"eos_token_id": 102,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.33.0"
|
7 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 706584273
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8ec05432efbf811011fba1a16e73c6e9da932d24f62f30e94601f604c38c434
|
3 |
size 706584273
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9006efc26cd0b9c238c4367f198ce7c7163fb0b5f0f14998f56ff72f0da54a06
|
3 |
size 4027
|