Instructions to use Surfitt/tutorial_DLAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Surfitt/tutorial_DLAI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Surfitt/tutorial_DLAI") - Notebooks
- Google Colab
- Kaggle
Upload trained [Ludwig](https://ludwig.ai/latest/) model weights
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16822989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:213a14987ea1aa9feb7d77970c779894477d96d50a403c732917cfbc37a0cf5c
|
| 3 |
size 16822989
|