Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
-
datasets:
|
| 4 |
-
- teapotai/synthqa
|
| 5 |
-
- teapotai/teapot-chat
|
| 6 |
language:
|
| 7 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
base_model:
|
| 9 |
- google/flan-t5-small
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
| 12 |
# TinyTeapot 🫖
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
|
| 6 |
+
library_name: transformers
|
| 7 |
+
pipeline_tag: text2text-generation
|
| 8 |
+
|
| 9 |
base_model:
|
| 10 |
- google/flan-t5-small
|
| 11 |
+
|
| 12 |
+
datasets:
|
| 13 |
+
- teapotai/synthqa
|
| 14 |
+
- teapotai/teapot-chat
|
| 15 |
+
|
| 16 |
+
tags:
|
| 17 |
+
- transformers
|
| 18 |
+
- seq2seq
|
| 19 |
+
- t5
|
| 20 |
+
- flan-t5
|
| 21 |
+
- text2text-generation
|
| 22 |
+
- lightweight
|
| 23 |
+
- grounded-qa
|
| 24 |
---
|
| 25 |
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
|
| 26 |
# TinyTeapot 🫖
|