Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use isaacaderogba/tonality with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use isaacaderogba/tonality with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="isaacaderogba/tonality")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("isaacaderogba/tonality") model = AutoModelForSequenceClassification.from_pretrained("isaacaderogba/tonality", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
2b9d443
1
Parent(s): a397cf3
Complete second pass of model
Browse files- pytorch_model.bin +2 -2
- training_args.bin +1 -1
pytorch_model.bin
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:09259c12c1c3db8fe26b605adfc2caa328081ee2854a7aab311112e80aa9eb04
|
| 3 |
+
size 398909679
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3311
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c3b18d16ca7081b7dd71872da4b4eea7c94384b96c5bc740694466bc9e56132
|
| 3 |
size 3311
|