Text Generation
PEFT
Safetensors
lora
text-generation-inference
biology
medical
ontogpt
text2text-generation
Instructions to use UoS-HGIG/MIMIC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use UoS-HGIG/MIMIC with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-70B-Instruct") model = PeftModel.from_pretrained(base_model, "UoS-HGIG/MIMIC") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- lora
|
| 4 |
-
- diffusers
|
| 5 |
-
- template:diffusion-lora
|
| 6 |
- text-generation-inference
|
| 7 |
- biology
|
| 8 |
- medical
|
|
@@ -13,7 +11,7 @@ widget:
|
|
| 13 |
base_model: meta-llama/Llama-3.1-8B
|
| 14 |
instance_prompt: null
|
| 15 |
license: mit
|
| 16 |
-
pipeline_tag:
|
| 17 |
---
|
| 18 |
# IBD MIMIC LLM
|
| 19 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- lora
|
|
|
|
|
|
|
| 4 |
- text-generation-inference
|
| 5 |
- biology
|
| 6 |
- medical
|
|
|
|
| 11 |
base_model: meta-llama/Llama-3.1-8B
|
| 12 |
instance_prompt: null
|
| 13 |
license: mit
|
| 14 |
+
pipeline_tag: text2text-generation
|
| 15 |
---
|
| 16 |
# IBD MIMIC LLM
|
| 17 |
|