Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- tr
|
4 |
+
tags:
|
5 |
+
- zero-shot-classification
|
6 |
+
- nli
|
7 |
+
- pytorch
|
8 |
+
pipeline_tag: zero-shot-classification
|
9 |
+
license: apache-2.0
|
10 |
+
datasets:
|
11 |
+
- nli_tr
|
12 |
+
widget:
|
13 |
+
- text: "Dolar yükselmeye devam ediyor."
|
14 |
+
candidate_labels: "ekonomi, siyaset, spor"
|
15 |
+
- text: "Senaryo çok saçmaydı, beğendim diyemem."
|
16 |
+
candidate_labels: "olumlu, olumsuz"
|
17 |
+
---
|