Text Classification
Transformers
PyTorch
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sociovestix/lenu_AT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sociovestix/lenu_AT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sociovestix/lenu_AT")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sociovestix/lenu_AT") model = AutoModelForSequenceClassification.from_pretrained("Sociovestix/lenu_AT") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 70a8b48 verified
Update README.md 9598cf5 verified
Update metadata with huggingface_hub 4462f5f verified
Update metadata with huggingface_hub f91cfd3 verified
added model f94791c verified
added the tokenizer 18ddfea verified
Update README.md d2b9f3a
Update metadata with huggingface_hub 56e528f
Update metadata with huggingface_hub 741259e
added model 2b6fa59
added the tokenizer 74e414c
initial commit 6363bb9
Alexander Arimond commited on