cointegrated
commited on
Commit
•
822cff5
1
Parent(s):
b1f9626
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 for NLI (natural language inference)
|
16 |
+
|
17 |
+
This is the [DeepPavlov/rubert-base-cased](https://huggingface.co/DeepPavlov/rubert-base-cased) 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 |
+
|