Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use superone001/my-test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use superone001/my-test-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="superone001/my-test-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("superone001/my-test-model") model = AutoModelForSequenceClassification.from_pretrained("superone001/my-test-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,7 @@ datasets:
|
|
| 14 |
- stanfordnlp/imdb
|
| 15 |
---
|
| 16 |
|
| 17 |
-
|
| 18 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 19 |
|
| 20 |
# my-test-model
|
| 21 |
|
|
|
|
| 14 |
- stanfordnlp/imdb
|
| 15 |
---
|
| 16 |
|
| 17 |
+
|
|
|
|
| 18 |
|
| 19 |
# my-test-model
|
| 20 |
|