End of training
Browse files- README.md +5 -5
- config.json +1 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
model-index:
|
| 5 |
-
- name:
|
| 6 |
results: []
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 10 |
should probably proofread and complete it, then remove this comment. -->
|
| 11 |
|
| 12 |
-
#
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 15 |
|
|
@@ -34,12 +34,12 @@ The following hyperparameters were used during training:
|
|
| 34 |
- train_batch_size: 24
|
| 35 |
- eval_batch_size: 8
|
| 36 |
- seed: 42
|
| 37 |
-
- gradient_accumulation_steps:
|
| 38 |
-
- total_train_batch_size:
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 50
|
| 42 |
-
- training_steps:
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
|
|
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
model-index:
|
| 5 |
+
- name: fasterrcnn_clip
|
| 6 |
results: []
|
| 7 |
---
|
| 8 |
|
| 9 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 10 |
should probably proofread and complete it, then remove this comment. -->
|
| 11 |
|
| 12 |
+
# fasterrcnn_clip
|
| 13 |
|
| 14 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
| 15 |
|
|
|
|
| 34 |
- train_batch_size: 24
|
| 35 |
- eval_batch_size: 8
|
| 36 |
- seed: 42
|
| 37 |
+
- gradient_accumulation_steps: 4
|
| 38 |
+
- total_train_batch_size: 96
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
- lr_scheduler_warmup_steps: 50
|
| 42 |
+
- training_steps: 10000
|
| 43 |
- mixed_precision_training: Native AMP
|
| 44 |
|
| 45 |
### Training results
|
config.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
| 3 |
"TextCLIP"
|
| 4 |
],
|
| 5 |
"logit_scale_init_value": 2.6592,
|
|
|
|
| 6 |
"projection_dim": 512,
|
| 7 |
"text_model": "google-bert/bert-base-multilingual-uncased",
|
| 8 |
"torch_dtype": "float32",
|
|
|
|
| 3 |
"TextCLIP"
|
| 4 |
],
|
| 5 |
"logit_scale_init_value": 2.6592,
|
| 6 |
+
"model_type": "myclip",
|
| 7 |
"projection_dim": 512,
|
| 8 |
"text_model": "google-bert/bert-base-multilingual-uncased",
|
| 9 |
"torch_dtype": "float32",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 836369868
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1837b1cf6618cf9666d1b09805108edfdc0c6a916f7174a649e487a2baf20618
|
| 3 |
size 836369868
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:513c98a40f02d8123130b4d017720227c14fad5ed456734675981c298e494629
|
| 3 |
size 4920
|