Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -69,4 +81,4 @@ print("🔮 Model Output: ", output[0]["generated_text"])
|
|
69 |
- Weight Decay: 0.01
|
70 |
- Epochs: 5
|
71 |
- Optimizer: AdamW
|
72 |
-
- Scheduler: Linear warmup with decay
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- question
|
5 |
+
- nlp
|
6 |
+
- question answering
|
7 |
+
- bart
|
8 |
+
- mbart
|
9 |
+
- turkish
|
10 |
+
license: mit
|
11 |
+
language:
|
12 |
+
- tr
|
13 |
+
base_model:
|
14 |
+
- facebook/mbart-large-50
|
15 |
+
pipeline_tag: question-answering
|
16 |
---
|
17 |
|
18 |
# Model Card for Model ID
|
|
|
81 |
- Weight Decay: 0.01
|
82 |
- Epochs: 5
|
83 |
- Optimizer: AdamW
|
84 |
+
- Scheduler: Linear warmup with decay
|