Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Sharpaxis/NEWS_BERT_FINETUNED with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sharpaxis/NEWS_BERT_FINETUNED with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sharpaxis/NEWS_BERT_FINETUNED")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sharpaxis/NEWS_BERT_FINETUNED") model = AutoModelForSequenceClassification.from_pretrained("Sharpaxis/NEWS_BERT_FINETUNED", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1500
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:845803413e2b5d3adb66fc06fdcefab3333f5965d4b0ec1ce05fdf0e40e506a2
|
| 3 |
size 437958648
|
runs/Nov23_09-03-33_0e28803744c0/events.out.tfevents.1732352613.0e28803744c0.30.2
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a665131d7d2e4bf2b19fa97472e9c2d56fb047ea57842b36337f8abd20423eb9
|
| 3 |
+
size 8969
|