Instructions to use Christian2903/bert-85pct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Christian2903/bert-85pct with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Christian2903/bert-85pct")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Christian2903/bert-85pct") model = AutoModelForSequenceClassification.from_pretrained("Christian2903/bert-85pct") - Notebooks
- Google Colab
- Kaggle
Commit ·
d3da15c
1
Parent(s): 92a3c12
Upload XLMRobertaForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497814104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:332269c06ce85a7b7a3314c6053247316d2a02e3ef84ce3eda7f9124d724745f
|
| 3 |
size 497814104
|