Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: google/flan-t5-small
|
| 5 |
+
tags:
|
| 6 |
+
- instruction
|
| 7 |
+
- text-generation
|
| 8 |
+
- humanoid
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# English Instruction Following Model
|
| 12 |
+
|
| 13 |
+
This model is based on **google/flan-t5-small** and is intended for instruction-following tasks.
|
| 14 |
+
|
| 15 |
+
## Description
|
| 16 |
+
The model can understand and respond to English instructions such as commands, questions, and tasks.
|
| 17 |
+
|
| 18 |
+
## Base Model
|
| 19 |
+
google/flan-t5-small
|