Instructions to use augustocsc/Se124M10KInfSimple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use augustocsc/Se124M10KInfSimple with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2") model = PeftModel.from_pretrained(base_model, "augustocsc/Se124M10KInfSimple") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 309974336
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b5a06432d44b39d24b38cc18cd88cfe90aa3780e93dd164a36604b44aefd2c8
|
| 3 |
size 309974336
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5df952e765fcf4a769753b673acb0a24d576ccb813650c47d8db93f5afa89bf0
|
| 3 |
size 5432
|