Instructions to use chunwei-sf/roberta-base-category-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chunwei-sf/roberta-base-category-classifier with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("roberta-base") model = PeftModel.from_pretrained(base_model, "chunwei-sf/roberta-base-category-classifier") - Transformers
How to use chunwei-sf/roberta-base-category-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chunwei-sf/roberta-base-category-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3564732
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:297db7f6d85c4eff8d56d13209bf6bf2aaf658fe175208470a0caffc818446f2
|
| 3 |
size 3564732
|