Instructions to use jzdesign/mid_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jzdesign/mid_test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyPixel/Llama-2-7B-bf16-sharded") model = PeftModel.from_pretrained(base_model, "jzdesign/mid_test") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- autotrain
|
| 4 |
- text-generation
|
| 5 |
widget:
|
| 6 |
-
- text:
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Trained Using AutoTrain## Training procedure
|
|
|
|
| 1 |
---
|
| 2 |
+
library_name: peft
|
| 3 |
tags:
|
| 4 |
- autotrain
|
| 5 |
- text-generation
|
| 6 |
widget:
|
| 7 |
+
- text: 'I love AutoTrain because '
|
| 8 |
+
base_model: TinyPixel/Llama-2-7B-bf16-sharded
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Trained Using AutoTrain## Training procedure
|