Instructions to use nmitchko/medfalcon-v2-40b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nmitchko/medfalcon-v2-40b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-40b") model = PeftModel.from_pretrained(base_model, "nmitchko/medfalcon-v2-40b-lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ license: cc-by-nc-4.0
|
|
| 15 |
## Model Description
|
| 16 |
|
| 17 |
This a model release at `1 epoch`. For evaluation use only! Limitations:
|
| 18 |
-
* Do not use to treat
|
| 19 |
|
| 20 |
### Architecture
|
| 21 |
`nmitchko/medfalcon-v2-40b-lora` is a large language model LoRa specifically fine-tuned for medical domain tasks.
|
|
|
|
| 15 |
## Model Description
|
| 16 |
|
| 17 |
This a model release at `1 epoch`. For evaluation use only! Limitations:
|
| 18 |
+
* Do not use to treat patients! Treat AI content as if you wrote it!!!
|
| 19 |
|
| 20 |
### Architecture
|
| 21 |
`nmitchko/medfalcon-v2-40b-lora` is a large language model LoRa specifically fine-tuned for medical domain tasks.
|