Instructions to use opticalmaterials/opticalpurebert_abstract_classification_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use opticalmaterials/opticalpurebert_abstract_classification_uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="opticalmaterials/opticalpurebert_abstract_classification_uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("opticalmaterials/opticalpurebert_abstract_classification_uncased") model = AutoModelForSequenceClassification.from_pretrained("opticalmaterials/opticalpurebert_abstract_classification_uncased") - Notebooks
- Google Colab
- Kaggle
Commit ·
35925f7
1
Parent(s): 8ec1301
Upload training_args.bin
Browse files- training_args.bin +3 -0
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56da3f56b5257e09c4ef4c62191ebda9bbd4a84c86027539f1b329bd757de4e9
|
| 3 |
+
size 3247
|