Instructions to use Technoculture/MT7Bi-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Technoculture/MT7Bi-alpha with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("epfl-llm/meditron-7b") model = PeftModel.from_pretrained(base_model, "Technoculture/MT7Bi-alpha") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 58976
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 319876032
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c375510a4829dae10847716beaad59e12fa424fb1a46d8d9cc751cd4e4a38f9
|
| 3 |
size 319876032
|