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 100
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:b53b664d113216605f471fc3e88c31e1d2c3b87105f93903b8555f4226abd2c7
|
| 3 |
size 2446056
|
runs/Feb22_12-35-29_e145ee28492a/events.out.tfevents.1708605337.e145ee28492a.2202.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:0db2cd78c707a530bbfea9d748855570535eb4b2d3721f53c8667544ebbff05f
|
| 3 |
+
size 64441
|