Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- rajpurkar/squad_v2
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- meteor
|
| 9 |
+
- bertscore
|
| 10 |
+
- f1
|
| 11 |
+
- precision
|
| 12 |
+
base_model:
|
| 13 |
+
- google/flan-t5-small
|
| 14 |
+
pipeline_tag: text2text-generation
|
| 15 |
+
tags:
|
| 16 |
+
- question-generation
|
| 17 |
+
- explainable-ai
|
| 18 |
+
- flan-t5
|
| 19 |
+
- shap
|
| 20 |
+
- educational-ai
|
| 21 |
+
- context-controlled
|
| 22 |
+
- instruction-tuning
|
| 23 |
+
---
|