IvanHahan commited on
Commit
ec7589f
·
verified ·
1 Parent(s): d084bec

fasterrcnn_clip

Browse files
Files changed (4) hide show
  1. README.md +53 -0
  2. config.json +11 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: outputs
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
+ # outputs
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+
16
+ ## Model description
17
+
18
+ More information needed
19
+
20
+ ## Intended uses & limitations
21
+
22
+ More information needed
23
+
24
+ ## Training and evaluation data
25
+
26
+ More information needed
27
+
28
+ ## Training procedure
29
+
30
+ ### Training hyperparameters
31
+
32
+ The following hyperparameters were used during training:
33
+ - learning_rate: 5e-05
34
+ - train_batch_size: 24
35
+ - eval_batch_size: 8
36
+ - seed: 42
37
+ - gradient_accumulation_steps: 2
38
+ - total_train_batch_size: 48
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: 1000
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.40.1
52
+ - Pytorch 2.2.2
53
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
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",
10
+ "transformers_version": "4.40.1"
11
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d6cc32ed3a9d0e1bc3a337cb399fc89e50a4985ec6948937331cd30aff3f63
3
+ size 836369868
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b588fa4e4af2f13764e8dee036293c46659d74216aadfc7e7655cd871e55aad2
3
+ size 4920