milyausha2801
commited on
Commit
•
e91859a
1
Parent(s):
05e72da
upd description
Browse files
README.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
This is a russian QA model based on RuBERT model. It was trained on russian dataset SberQUAD.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- kuznetsoffandrey/sberquad
|
5 |
+
language:
|
6 |
+
- ru
|
7 |
+
metrics:
|
8 |
+
- exact_match
|
9 |
+
- f1
|
10 |
+
base_model:
|
11 |
+
- DeepPavlov/rubert-base-cased
|
12 |
+
pipeline_tag: question-answering
|
13 |
---
|
14 |
|
15 |
This is a russian QA model based on RuBERT model. It was trained on russian dataset SberQUAD.
|