Instructions to use BilelDJ/clip-hugging-face-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BilelDJ/clip-hugging-face-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="BilelDJ/clip-hugging-face-finetuned") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("BilelDJ/clip-hugging-face-finetuned") model = AutoModelForZeroShotImageClassification.from_pretrained("BilelDJ/clip-hugging-face-finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +19 -23
- config.json +1 -1
- model.safetensors +1 -1
- runs/May06_20-50-38_1e879228bc8a/events.out.tfevents.1715028736.1e879228bc8a.6245.0 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029118.1e879228bc8a.7960.0 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029339.1e879228bc8a.7960.1 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029536.1e879228bc8a.7960.2 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029731.1e879228bc8a.7960.3 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715029920.1e879228bc8a.7960.4 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030097.1e879228bc8a.7960.5 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030281.1e879228bc8a.7960.6 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030485.1e879228bc8a.7960.7 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030680.1e879228bc8a.7960.8 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715030923.1e879228bc8a.7960.9 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031113.1e879228bc8a.7960.10 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031301.1e879228bc8a.7960.11 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031505.1e879228bc8a.7960.12 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031711.1e879228bc8a.7960.13 +3 -0
- runs/May06_20-57-04_1e879228bc8a/events.out.tfevents.1715031912.1e879228bc8a.7960.14 +0 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078426.f1832b8d253f.4918.0 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078556.f1832b8d253f.4918.1 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078683.f1832b8d253f.4918.2 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078836.f1832b8d253f.4918.3 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715078989.f1832b8d253f.4918.4 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079120.f1832b8d253f.4918.5 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079246.f1832b8d253f.4918.6 +3 -0
- runs/May07_10-32-28_f1832b8d253f/events.out.tfevents.1715079377.f1832b8d253f.4918.7 +3 -0
- 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
# clip-hugging-face-finetuned
|
| 14 |
|
| 15 |
-
This model
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Loss: 0.
|
| 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:
|
| 37 |
-
- train_batch_size:
|
| 38 |
-
- eval_batch_size:
|
| 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
|
| 47 |
-
|:-------------:|:-----
|
| 48 |
-
| 0.
|
| 49 |
-
| 1.
|
| 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.
|
| 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": "
|
| 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:
|
| 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:
|
| 3 |
size 5112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87191e3f18c9964118ac48d4f2f7ee8cf9867f8ee854508868493788a3b48984
|
| 3 |
size 5112
|