Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,11 @@
|
|
1 |
-
|
2 |
-
license:
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- google/flan-t5-small
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
|
8 |
+
enemoji: 📚🤖
|
9 |
+
T5-Small Project Guide
|
10 |
+
This repository by RemiAI3 provides a free educational resource for students to fine-tune the T5-small model for question-answering tasks.
|
11 |
+
Detailed instructions are in document.txt.
|