BilelDJ commited on
Commit
aba66bc
1 Parent(s): 4e0edaa

End of training

Browse files
Files changed (28) hide show
  1. README.md +19 -23
  2. config.json +1 -1
  3. model.safetensors +1 -1
  4. runs/May06_20-50-38_1e879228bc8a/events.out.tfevents.1715028736.1e879228bc8a.6245.0 +3 -0
  5. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029118.1e879228bc8a.7960.0 +3 -0
  6. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029339.1e879228bc8a.7960.1 +3 -0
  7. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029536.1e879228bc8a.7960.2 +3 -0
  8. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029731.1e879228bc8a.7960.3 +3 -0
  9. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029920.1e879228bc8a.7960.4 +3 -0
  10. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030097.1e879228bc8a.7960.5 +3 -0
  11. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030281.1e879228bc8a.7960.6 +3 -0
  12. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030485.1e879228bc8a.7960.7 +3 -0
  13. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030680.1e879228bc8a.7960.8 +3 -0
  14. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030923.1e879228bc8a.7960.9 +3 -0
  15. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031113.1e879228bc8a.7960.10 +3 -0
  16. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031301.1e879228bc8a.7960.11 +3 -0
  17. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031505.1e879228bc8a.7960.12 +3 -0
  18. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031711.1e879228bc8a.7960.13 +3 -0
  19. runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031912.1e879228bc8a.7960.14 +0 -0
  20. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078426.f1832b8d253f.4918.0 +3 -0
  21. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078556.f1832b8d253f.4918.1 +3 -0
  22. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078683.f1832b8d253f.4918.2 +3 -0
  23. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078836.f1832b8d253f.4918.3 +3 -0
  24. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078989.f1832b8d253f.4918.4 +3 -0
  25. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079120.f1832b8d253f.4918.5 +3 -0
  26. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079246.f1832b8d253f.4918.6 +3 -0
  27. runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079377.f1832b8d253f.4918.7 +3 -0
  28. training_args.bin +1 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  model-index:
@@ -9,12 +10,19 @@ model-index:
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
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/huggingface/runs/5sqfbj39)
 
 
 
 
 
 
 
13
  # clip-hugging-face-finetuned
14
 
15
- This model was trained from scratch on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5956
18
 
19
  ## Model description
20
 
@@ -33,9 +41,9 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 5e-05
37
- - train_batch_size: 8
38
- - eval_batch_size: 2
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
@@ -43,27 +51,15 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:------:|:----:|:---------------:|
48
- | 0.8088 | 0.1429 | 1 | 1.0832 |
49
- | 1.5034 | 0.2857 | 2 | 0.8266 |
50
- | 1.617 | 0.4286 | 3 | 0.7760 |
51
- | 2.2375 | 0.5714 | 4 | 0.7384 |
52
- | 1.5411 | 0.7143 | 5 | 0.8277 |
53
- | 2.4631 | 0.8571 | 6 | 0.4433 |
54
- | 0.0217 | 1.0 | 7 | 0.9471 |
55
- | 2.4217 | 1.1429 | 8 | 0.9183 |
56
- | 2.0588 | 1.2857 | 9 | 0.7376 |
57
- | 1.6484 | 1.4286 | 10 | 0.5827 |
58
- | 0.9379 | 1.5714 | 11 | 0.5854 |
59
- | 0.8608 | 1.7143 | 12 | 0.5833 |
60
- | 0.958 | 1.8571 | 13 | 0.5970 |
61
- | 0.0355 | 2.0 | 14 | 0.5956 |
62
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.41.0.dev0
67
  - Pytorch 2.2.1+cu121
68
- - Datasets 2.19.0
69
  - Tokenizers 0.19.1
 
1
  ---
2
+ base_model: openai/clip-vit-base-patch32
3
  tags:
4
  - generated_from_trainer
5
  model-index:
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/31mpmfew)
14
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/6d2rl3iu)
15
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/sg4ptrp7)
16
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/fg9j0xek)
17
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/gqy0heru)
18
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/ptwv6q6z)
19
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/20wzom9l)
20
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/bileldjemel/uncategorized/runs/onssv4xj)
21
  # clip-hugging-face-finetuned
22
 
23
+ This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on an unknown dataset.
24
  It achieves the following results on the evaluation set:
25
+ - Loss: 0.0088
26
 
27
  ## Model description
28
 
 
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
+ - learning_rate: 7.028826951051211e-05
45
+ - train_batch_size: 32
46
+ - eval_batch_size: 64
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:----:|:---------------:|
56
+ | 0.0746 | 1.0 | 1 | 0.0003 |
57
+ | 1.86 | 2.0 | 2 | 0.0088 |
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
61
 
62
  - Transformers 4.41.0.dev0
63
  - Pytorch 2.2.1+cu121
64
+ - Datasets 2.19.1
65
  - Tokenizers 0.19.1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./clip-hugging-face",
3
  "architectures": [
4
  "CLIPModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "openai/clip-vit-base-patch32",
3
  "architectures": [
4
  "CLIPModel"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3acff3231883766760376047e6a1ed5167a59ec07a36fb6dd752a2286a32ba6
3
  size 605156676
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7644b8ef094b4f8cd59002682412163c1c24da3bfffe22d67b8f3ae22fbd149d
3
  size 605156676
runs/May06_20-50-38_1e879228bc8a/events.out.tfevents.1715028736.1e879228bc8a.6245.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2934538362795e020e59fc0def52bdf8fbdf417034198a8700f78a74053b8d1a
3
+ size 9233
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029118.1e879228bc8a.7960.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0898e38c9c2339ddc80201a704cf210769b81219da7107edb5b7e22b5d928af
3
+ size 5966
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029339.1e879228bc8a.7960.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0b6cbb7cb6ab78071efa601892488d93f094fb27cf6239b00bb91c459d5a9c
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029536.1e879228bc8a.7960.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fccce85c418735defabd7c73f191fe388ac34e51d3b86f810c3e664d14003fab
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029731.1e879228bc8a.7960.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beca790786536b4c1f76d1576b4a4fb9df255ffc6fd33c75f9681922b02a7425
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029920.1e879228bc8a.7960.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac14aadc760879304b36b58c6a28afbb9f6c2c0de03daff5c6b5afcc111a8fc7
3
+ size 5942
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030097.1e879228bc8a.7960.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:212d7eb3b9e5358b989db3c68af2316b66acdb9a5ace5f59f6f610c9272b30e5
3
+ size 5942
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030281.1e879228bc8a.7960.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f0511beb98e944f02eb045ffc33c66854969ee951cb0bb9e6cd8fa4ab4b40b
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030485.1e879228bc8a.7960.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71d8edbec9fbfa855791b068b0548b627a762cedd19455975208ae0184ef57ad
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030680.1e879228bc8a.7960.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f7af7c2e97082c3383716008c917455bc901b3c7362db7ccf43ebe75478bbf
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030923.1e879228bc8a.7960.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f7b2662f683d7505a32a5b4d50e8b3b0e428fdd6bc8e962997cdbaf130fce36
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031113.1e879228bc8a.7960.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ed6acad08cc32449a06896c730978c4a86cc216e2af2f45f2f9e7df583f69f8
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031301.1e879228bc8a.7960.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e70d888844d8e2fe5fc79ecfea24d71736d2d11279cf667c016e78c641ffbf
3
+ size 5940
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031505.1e879228bc8a.7960.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29f3dd728ef0516a13d6cd867c54e9b4ad6819e85033339e8b52374c565f945
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031711.1e879228bc8a.7960.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e28fb24791a6531178fabcbd6c8835b89e748ef7b8bcac13abf2d184b4646313
3
+ size 5941
runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031912.1e879228bc8a.7960.14 ADDED
File without changes
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078426.f1832b8d253f.4918.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460bd9e3f809538305d30196d0c10c4621da5534da7f0d94327f3266a14c6fbb
3
+ size 5968
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078556.f1832b8d253f.4918.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f041d4b09a5bd68a501ec46aa980caf63636ca73b1ec407eb44425467cf9fa9b
3
+ size 5941
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078683.f1832b8d253f.4918.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aba7878353e0edbbea095df95d970d392e5f3b92d345d0fa7b61f15c5dadbb4
3
+ size 5941
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078836.f1832b8d253f.4918.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d8b4aa75c384b5c9368708b3d8ffbd8f7dc768a9e734c8edf643fb825baeb56
3
+ size 5942
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078989.f1832b8d253f.4918.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6fba816f777eddfde3429d212bbc61f6074ef3ca08c798ff2c782c5e7c7dcc
3
+ size 5941
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079120.f1832b8d253f.4918.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a11d2a91241dc60498186a54ff6a0e968699de1dc5a135cd840108cda162792
3
+ size 5942
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079246.f1832b8d253f.4918.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e84d2b2c2f7e43a4a148bf0d04a98654f922e6de8e9a01e0ad2cda4d4c465d39
3
+ size 5941
runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079377.f1832b8d253f.4918.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ae793c4b09be310c77365aeffba2f7e3b731eced4178c9baebac4675889dac
3
+ size 5941
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de638a656ff49a7fe87f0dbea32878200134fa1b4437b01daae4161e0409c605
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87191e3f18c9964118ac48d4f2f7ee8cf9867f8ee854508868493788a3b48984
3
  size 5112