Instructions to use MaggieZhang/myclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MaggieZhang/myclassification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("distilbert-base-uncased") model = PeftModel.from_pretrained(base_model, "MaggieZhang/myclassification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 5
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2446056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b52e262be23e6cac6f01d39e213474eb252d88579fb5e345465fd2980b773c8e
|
| 3 |
size 2446056
|
runs/Feb22_11-38-23_467e1836718b/events.out.tfevents.1708601933.467e1836718b.2829.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dafda11cf2ea2844fe062f5a87bf212665f5ec87fd3660bdd563496f8787aa93
|
| 3 |
+
size 6409
|