Instructions to use CocoNutZENG/Epipaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CocoNutZENG/Epipaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("hfl/llama-3-chinese-8b-instruct") model = PeftModel.from_pretrained(base_model, "CocoNutZENG/Epipaca") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ model-index:
|
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
# Epipaca
|
| 17 |
-
[Epipaca.png](https://postimg.cc/
|
| 18 |
This is the cross-languadge LLM adapter design for epilepsy-care instuction, with support both Mandarin and English.
|
| 19 |
It is finetune by [Epilepsy_Synthetics](https://huggingface.co/datasets/CocoNutZENG/Epilepsy_Synthetics "Epilepsy_Synthetics") dataset.
|
| 20 |
|
|
|
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
# Epipaca
|
| 17 |
+
[Epipaca.png](https://i.postimg.cc/qvtxQkWH/Epipaca.png)
|
| 18 |
This is the cross-languadge LLM adapter design for epilepsy-care instuction, with support both Mandarin and English.
|
| 19 |
It is finetune by [Epilepsy_Synthetics](https://huggingface.co/datasets/CocoNutZENG/Epilepsy_Synthetics "Epilepsy_Synthetics") dataset.
|
| 20 |
|