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 1000
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:9b43ff77de01cbb2ab2a2bff73d0d8b46053ba9ac70498bcd9282b8128e2d0cb
|
| 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:cd53ed7a5fd711df8e840009a300f769a4d8147c167ebbe394f9a3a5290a60e9
|
| 3 |
+
size 7819
|