remiai3 commited on
Commit
a99ed4e
·
verified ·
1 Parent(s): 7783036

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -1,4 +1,11 @@
1
-
2
- license: mittags: - t5-small - question-answering - fine-tuning - educationallanguage: - enemoji: 📚🤖
3
- T5-Small Project Guide
4
- This repository by RemiAI3 provides a free educational resource for students to fine-tune the T5-small model for question-answering tasks. Detailed instructions are in document.txt.
 
 
 
 
 
 
 
 
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.