justin-shopcapsule commited on
Commit
bb81333
1 Parent(s): b8726cb

End of training

Browse files
README.md CHANGED
@@ -3,6 +3,8 @@ license: mit
3
  base_model: patrickjohncyh/fashion-clip
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: screenshot-fashion-clip-finetuned
8
  results: []
@@ -13,7 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # screenshot-fashion-clip-finetuned
15
 
16
- This model is a fine-tuned version of [patrickjohncyh/fashion-clip](https://huggingface.co/patrickjohncyh/fashion-clip) on an unknown dataset.
 
 
17
 
18
  ## Model description
19
 
 
3
  base_model: patrickjohncyh/fashion-clip
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - cleaned_csv_local.csv
8
  model-index:
9
  - name: screenshot-fashion-clip-finetuned
10
  results: []
 
15
 
16
  # screenshot-fashion-clip-finetuned
17
 
18
+ This model is a fine-tuned version of [patrickjohncyh/fashion-clip](https://huggingface.co/patrickjohncyh/fashion-clip) on the cleaned_csv_local.csv 2023 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0196
21
 
22
  ## Model description
23
 
all_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.0196071863174438,
4
+ "eval_runtime": 227.169,
5
+ "eval_samples_per_second": 33.539,
6
+ "eval_steps_per_second": 1.052,
7
+ "train_loss": 0.9615718286933629,
8
+ "train_runtime": 757.5111,
9
+ "train_samples_per_second": 23.758,
10
+ "train_steps_per_second": 0.745
11
+ }
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_loss": 1.0196071863174438,
4
+ "eval_runtime": 227.169,
5
+ "eval_samples_per_second": 33.539,
6
+ "eval_steps_per_second": 1.052
7
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }
train_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "train_loss": 0.9615718286933629,
4
+ "train_runtime": 757.5111,
5
+ "train_samples_per_second": 23.758,
6
+ "train_steps_per_second": 0.745
7
+ }
trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 564,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 2.66,
13
+ "learning_rate": 5.673758865248227e-06,
14
+ "loss": 1.0204,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 3.0,
19
+ "step": 564,
20
+ "total_flos": 951664965812820.0,
21
+ "train_loss": 0.9615718286933629,
22
+ "train_runtime": 757.5111,
23
+ "train_samples_per_second": 23.758,
24
+ "train_steps_per_second": 0.745
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 564,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 3,
31
+ "save_steps": 500,
32
+ "total_flos": 951664965812820.0,
33
+ "trial_name": null,
34
+ "trial_params": null
35
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff