Text Classification
Transformers
Safetensors
English
Spanish
custom-text-classifier
feature-extraction
custom_code
Instructions to use pandrei7/autextification-upb-mtl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pandrei7/autextification-upb-mtl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pandrei7/autextification-upb-mtl", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pandrei7/autextification-upb-mtl", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Delete `.bin` weights
#2
by pandrei7 - opened
- pytorch_model.bin +0 -3
pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:334a26950a52e078f3ae977657a385f1ad3355987fc1db67630882d9fa1e2155
|
| 3 |
-
size 1112443781
|
|
|
|
|
|
|
|
|
|
|
|