Update README.md
Browse files
README.md
CHANGED
|
@@ -67,4 +67,7 @@ pred = torch.argmax(outputs.logits, dim=1).item()
|
|
| 67 |
labels = ["keyword", "semantic"]
|
| 68 |
print(f"Tahmin edilen sınıf: {labels[pred]}")
|
| 69 |
```
|
|
|
|
|
|
|
| 70 |
|
|
|
|
|
|
| 67 |
labels = ["keyword", "semantic"]
|
| 68 |
print(f"Tahmin edilen sınıf: {labels[pred]}")
|
| 69 |
```
|
| 70 |
+
## Lisans
|
| 71 |
+
Bu model, araştırma ve eğitim amaçlı olarak paylaşılmıştır. Ticari kullanımlar için model sahibi ile iletişime geçiniz.
|
| 72 |
|
| 73 |
+
This model is shared for research and educational purposes. For commercial use, please contact the model owner.
|