Update README.md
Browse files
README.md
CHANGED
@@ -27,10 +27,10 @@ This model is fine-tuned on the `namelessai/helply` dataset designed to enhance
|
|
27 |
This model was fine-tuned for assisting pyschologists in assiting patients.
|
28 |
|
29 |
- **Developed by:** Alex Scott
|
30 |
-
- **Model type:** Language Model, Adapter Model
|
31 |
- **Finetuned from model:** trillionlabs/Trillion-7B-preview
|
32 |
|
33 |
-
## Usage
|
34 |
|
35 |
Use the code snippet below to load the base model and apply the adapter for inference:
|
36 |
|
|
|
27 |
This model was fine-tuned for assisting pyschologists in assiting patients.
|
28 |
|
29 |
- **Developed by:** Alex Scott
|
30 |
+
- **Model type:** Language Model, Adapter Model (available in a folder in the model repo)
|
31 |
- **Finetuned from model:** trillionlabs/Trillion-7B-preview
|
32 |
|
33 |
+
## Usage (Adapter Only, full model snippet coming soon)
|
34 |
|
35 |
Use the code snippet below to load the base model and apply the adapter for inference:
|
36 |
|