Instructions to use waddledee/bertforsequenceclassification_news_title_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use waddledee/bertforsequenceclassification_news_title_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="waddledee/bertforsequenceclassification_news_title_classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("waddledee/bertforsequenceclassification_news_title_classification") model = AutoModelForSequenceClassification.from_pretrained("waddledee/bertforsequenceclassification_news_title_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 700
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 442520596
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92a9e946214a74c7883091eda7692d2c79eec04bf932226afbf5fe7f15afd144
|
| 3 |
size 442520596
|