Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use SSSIN/my_segment_news with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SSSIN/my_segment_news with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SSSIN/my_segment_news")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SSSIN/my_segment_news") model = AutoModelForSequenceClassification.from_pretrained("SSSIN/my_segment_news") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267858605
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:111c0d4de1a27cd4998a6f016e122d1b0ef44760a263ec7db3e6756275093126
|
| 3 |
size 267858605
|
runs/Jun24_10-53-02_3b525f47827d/events.out.tfevents.1687603987.3b525f47827d.5392.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:1a24754f9654250a00aff8caaf866ead5f4e3b2ff0d6783d52a3bfcdf4c7be7b
|
| 3 |
+
size 5007
|