Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Sandrro/text_to_topic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandrro/text_to_topic with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sandrro/text_to_topic")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sandrro/text_to_topic") model = AutoModelForSequenceClassification.from_pretrained("Sandrro/text_to_topic", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1689268699.SERVER-509.9612.0
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:b82b031f0948df5286a1c5021fe3b5f11251999e6d18c0ac723ac12cdbd682f2
|
| 3 |
+
size 46230
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 116884831
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e65451ce678c5b29820245a9f3b1e2e36d926a0064bdb7d5ead547634690f4fa
|
| 3 |
size 116884831
|