Instructions to use BEGADE/bot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BEGADE/bot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openai-community/gpt2") model = PeftModel.from_pretrained(base_model, "BEGADE/bot") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1800
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 318241272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:417023196569b74dc0770a90a96d13250cea3ba742f500f57e0a83a92a24e571
|
| 3 |
size 318241272
|