Update README.md
Browse filesadd an extended description
README.md
CHANGED
@@ -9,6 +9,9 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: mT5-base-turkish-qa
|
11 |
results: []
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -26,11 +29,22 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Model description
|
28 |
|
29 |
-
|
30 |
|
31 |
## Intended uses & limitations
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Training and evaluation data
|
36 |
|
@@ -67,4 +81,4 @@ The following hyperparameters were used during training:
|
|
67 |
- Transformers 4.36.2
|
68 |
- Pytorch 2.1.0+cu118
|
69 |
- Datasets 2.16.1
|
70 |
-
- Tokenizers 0.15.0
|
|
|
9 |
model-index:
|
10 |
- name: mT5-base-turkish-qa
|
11 |
results: []
|
12 |
+
language:
|
13 |
+
- tr
|
14 |
+
pipeline_tag: text2text-generation
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
## Model description
|
31 |
|
32 |
+
mT5-base model is trained with manually curated Turkish dataset consisting of 65K training samples with ("question", "answer", "context") triplets.
|
33 |
|
34 |
## Intended uses & limitations
|
35 |
|
36 |
+
The intended use of the model is extractive question answering.
|
37 |
+
|
38 |
+
In order to use the inference widget, enter your input in the format:
|
39 |
+
"""
|
40 |
+
Soru: question_text
|
41 |
+
Metin: context_text
|
42 |
+
"""
|
43 |
+
|
44 |
+
Generated response by the model:
|
45 |
+
"""
|
46 |
+
Cevap: answer_text
|
47 |
+
"""
|
48 |
|
49 |
## Training and evaluation data
|
50 |
|
|
|
81 |
- Transformers 4.36.2
|
82 |
- Pytorch 2.1.0+cu118
|
83 |
- Datasets 2.16.1
|
84 |
+
- Tokenizers 0.15.0
|