remiai3 commited on
Commit
8e8840e
·
verified ·
1 Parent(s): b5d3966

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,13 @@
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.
 
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.