Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use isaacwilliam4/insyt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use isaacwilliam4/insyt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="isaacwilliam4/insyt")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("isaacwilliam4/insyt") model = AutoModelForSequenceClassification.from_pretrained("isaacwilliam4/insyt") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,9 +80,9 @@ The following hyperparameters were used during training:
|
|
| 80 |
|:------------|:--------------|:----------|
|
| 81 |
| 0.0020 | 0.9994 | 0.9994 |
|
| 82 |
|
| 83 |
-
## Test Confusion Matrix
|
| 84 |
|
| 85 |
-

|
| 86 |
|
| 87 |
### Framework versions
|
| 88 |
|