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 9
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:72a90b5290bb0c5f8fbdf532d8fff7457abb121e2eb71b24a11299088e211710
|
| 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:2e82a21269940489cbdd30bac963f33e185e14437f3bfe311488e70546ec6f06
|
| 3 |
+
size 7912
|