Language info added
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
To build the model I used Resnet18 for image part and Turkish-DistillBert for text part.
|
3 |
Turkish-DistillBert: [dbmdz/distilbert-base-turkish-cased]
|
@@ -53,4 +57,4 @@ img = Image.open("dog.png") # A dog image
|
|
53 |
text_vec = ["Çimenler içinde bir köpek.","Bir köpek.","Çimenler içinde bir kuş."] # Descriptions
|
54 |
predict(img,text_vec) # Probabilities for each description
|
55 |
|
56 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
+
---
|
5 |
|
6 |
To build the model I used Resnet18 for image part and Turkish-DistillBert for text part.
|
7 |
Turkish-DistillBert: [dbmdz/distilbert-base-turkish-cased]
|
|
|
57 |
text_vec = ["Çimenler içinde bir köpek.","Bir köpek.","Çimenler içinde bir kuş."] # Descriptions
|
58 |
predict(img,text_vec) # Probabilities for each description
|
59 |
|
60 |
+
```
|