Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ widget:
|
|
7 |
text: 'Please Answer the Question: How to bake a cake?'
|
8 |
- example_title: Other Example!
|
9 |
text: 'Please Answer the Question: what is depression?'
|
|
|
|
|
10 |
inference:
|
11 |
parameters:
|
12 |
do_sample: true
|
@@ -17,13 +19,13 @@ datasets:
|
|
17 |
---
|
18 |
## MaxMini-Instruct-248M
|
19 |
# Overview
|
20 |
-
MaxMini-Instruct-248M is a T5 (Text-To-Text Transfer Transformer) model fine-tuned on a variety of tasks. This model is designed to perform a range of
|
21 |
|
22 |
## Model Details
|
23 |
- Model Name: MaxMini-Instruct-248M
|
24 |
- Model Type: T5 (Text-To-Text Transfer Transformer)
|
25 |
- Model Size: 248M parameters
|
26 |
-
-
|
27 |
## Usage
|
28 |
#### Installation
|
29 |
You can install the model via the Hugging Face library:
|
|
|
7 |
text: 'Please Answer the Question: How to bake a cake?'
|
8 |
- example_title: Other Example!
|
9 |
text: 'Please Answer the Question: what is depression?'
|
10 |
+
- example_title: Other Example!
|
11 |
+
text: "Please Answer the Question: I'm going through some things with my feelings and myself.I barely sleep and I do nothing but think about how I'm worthless and how I shouldn't be here. I've never tried or contemplated suicide. I've always wanted to fix my issues, but I never get around to it. How can I change my feeling of being worthless to everyone?"
|
12 |
inference:
|
13 |
parameters:
|
14 |
do_sample: true
|
|
|
19 |
---
|
20 |
## MaxMini-Instruct-248M
|
21 |
# Overview
|
22 |
+
MaxMini-Instruct-248M is a T5 (Text-To-Text Transfer Transformer) model Instruct fine-tuned on a variety of tasks. This model is designed to perform a range of instruction tasks.
|
23 |
|
24 |
## Model Details
|
25 |
- Model Name: MaxMini-Instruct-248M
|
26 |
- Model Type: T5 (Text-To-Text Transfer Transformer)
|
27 |
- Model Size: 248M parameters
|
28 |
+
- Instruction Tuning
|
29 |
## Usage
|
30 |
#### Installation
|
31 |
You can install the model via the Hugging Face library:
|