Update README.md
Browse files
README.md
CHANGED
@@ -22,14 +22,17 @@ tags:
|
|
22 |
Luana Mental health is a tuned model of the Luana-7b based on the Mistral 7b architecture.
|
23 |
The model was adjusted to address topics such as depression, problems at work, mental health, problems with studies, drugs and others.
|
24 |
|
25 |
-
|
26 |
-
|
27 |
# How to use
|
28 |
|
29 |
You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
|
30 |
Remember that verbs are important in your prompt. Tell your model how to act or behave so that you can guide them along the path of their response.
|
31 |
Important points like these help models (even smaller models like 7b) to perform much better.
|
32 |
|
|
|
|
|
|
|
|
|
|
|
33 |
```python
|
34 |
!pip install -q -U transformers
|
35 |
!pip install -q -U accelerate
|
|
|
22 |
Luana Mental health is a tuned model of the Luana-7b based on the Mistral 7b architecture.
|
23 |
The model was adjusted to address topics such as depression, problems at work, mental health, problems with studies, drugs and others.
|
24 |
|
|
|
|
|
25 |
# How to use
|
26 |
|
27 |
You can use the model in its normal form up to 4-bit quantization. Below we will use both approaches.
|
28 |
Remember that verbs are important in your prompt. Tell your model how to act or behave so that you can guide them along the path of their response.
|
29 |
Important points like these help models (even smaller models like 7b) to perform much better.
|
30 |
|
31 |
+
### FULL MODEL : A100
|
32 |
+
### HALF MODEL: L4
|
33 |
+
### 8bit or 4bit : T4 or V100
|
34 |
+
|
35 |
+
|
36 |
```python
|
37 |
!pip install -q -U transformers
|
38 |
!pip install -q -U accelerate
|