Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
base_model:
|
| 4 |
- google/flan-t5-small
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 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.
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- google/flan-t5-small
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
---
|
| 7 |
+
emoji: 📚🤖
|
| 8 |
+
Note: Use only python version 3.10.9 for the development
|
| 9 |
+
See the document.txt there you get the full step by step process of the project
|
| 10 |
T5-Small Project Guide
|
| 11 |
+
Here we use the google/flan-t5-small with Apache 2.0 licensed
|
| 12 |
This repository by RemiAI3 provides a free educational resource for students to fine-tune the T5-small model for question-answering tasks.
|
| 13 |
Detailed instructions are in document.txt.
|