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 1
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:05f5d5910dec5cfca38084578905f87044f91833b18119b9c0806b16295bddda
|
| 3 |
size 2446056
|
runs/Feb22_12-35-29_e145ee28492a/events.out.tfevents.1708605337.e145ee28492a.2202.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:115f4e23bde5faf1bee326de317ec053c16133187d01094156606dfcfe54996f
|
| 3 |
+
size 5124
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac9c936eceb71587f1fd3b84a6884becda670dfeae8ccbfada73843cde8f40e6
|
| 3 |
size 4920
|