Commit
•
3dae2b9
1
Parent(s):
d80322c
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (1d9e4c0d63bd118fe95a4d2b8c2a6d1833ce238c)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
- instruction fine-tuning
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: flan-t5-small-distil-v2
|
8 |
results: []
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
pipeline_tag: text2text-generation
|
12 |
-
widget:
|
13 |
-
- text: >-
|
14 |
-
how can I become more healthy?
|
15 |
-
example_title: example
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-4.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
- instruction fine-tuning
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
widget:
|
10 |
+
- text: how can I become more healthy?
|
11 |
+
example_title: example
|
12 |
+
base_model: google/flan-t5-small
|
13 |
model-index:
|
14 |
- name: flan-t5-small-distil-v2
|
15 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|