Commit ·
f10eb0d
1
Parent(s): 7dfbda7
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: ru
|
| 3 |
+
pipeline_tag: zero-shot-classification
|
| 4 |
+
tags:
|
| 5 |
+
- rubert
|
| 6 |
+
- russian
|
| 7 |
+
- nli
|
| 8 |
+
- rte
|
| 9 |
+
- zero-shot-classification
|
| 10 |
+
widget:
|
| 11 |
+
- text: "Я хочу поехать в Австралию"
|
| 12 |
+
candidate_labels: "спорт,путешествия,музыка,кино,книги,наука,политика"
|
| 13 |
+
hypothesis_template: "Тема текста - {}."
|
| 14 |
+
---
|
| 15 |
+
# RuBERT-tiny for NLI (natural language inference)
|
| 16 |
+
|
| 17 |
+
This is the [cointegrated/rubert-tiny](https://huggingface.co/cointegrated/rubert-tiny) model fine-tuned to predict the logical relationship between two short texts: entailment or not entailment.
|
| 18 |
+
|
| 19 |
+
For more details, see the card for a similar model: https://huggingface.co/cointegrated/rubert-base-cased-nli-threeway
|
| 20 |
+
|