Language, tags and base model info added
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
To build this finetuned CLIP using LORA on Turkish language.
|
3 |
|
@@ -27,4 +36,4 @@ logits_per_image = outputs.logits_per_image
|
|
27 |
probs = logits_per_image.softmax(dim=1)
|
28 |
print(probs)
|
29 |
|
30 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
+
base_model:
|
5 |
+
- openai/clip-vit-base-patch32
|
6 |
+
tags:
|
7 |
+
- lora
|
8 |
+
- peft
|
9 |
+
---
|
10 |
|
11 |
To build this finetuned CLIP using LORA on Turkish language.
|
12 |
|
|
|
36 |
probs = logits_per_image.softmax(dim=1)
|
37 |
print(probs)
|
38 |
|
39 |
+
```
|