Instructions to use johnpaulett/ModernRadBERT-cui-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use johnpaulett/ModernRadBERT-cui-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="johnpaulett/ModernRadBERT-cui-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("johnpaulett/ModernRadBERT-cui-classifier") model = AutoModelForSequenceClassification.from_pretrained("johnpaulett/ModernRadBERT-cui-classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598489008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:630db8553e75a6f9b3e578105aaaaaa181ff036ab7c8bbdb74f9927d74c5d127
|
| 3 |
size 598489008
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf929fd023f111ec6b44c415a1360341bdf3a7b751e0614117b1bbc8cb7f8625
|
| 3 |
size 5304
|