Instructions to use isashap/maxtrained_waldomodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use isashap/maxtrained_waldomodel with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("distilgpt2") model = PeftModel.from_pretrained(base_model, "isashap/maxtrained_waldomodel") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1
by librarian-bot - opened
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
pipeline_tag: text-generation
|
|
|
|
| 4 |
---
|
| 5 |
widget:
|
| 6 |
- text: "Provide a resume point for the following job: When I worked in the kitchen "
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
+
base_model: distilgpt2
|
| 5 |
---
|
| 6 |
widget:
|
| 7 |
- text: "Provide a resume point for the following job: When I worked in the kitchen "
|