Text Classification
Transformers
PyTorch
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sociovestix/lenu_SE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sociovestix/lenu_SE with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sociovestix/lenu_SE")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sociovestix/lenu_SE") model = AutoModelForSequenceClassification.from_pretrained("Sociovestix/lenu_SE", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 78dac0f verified
Update README.md d999063 verified
Update metadata with huggingface_hub e292950 verified
Update metadata with huggingface_hub 4a32ebc verified
added model 2403711 verified
added the tokenizer 410ef2e verified
Update README.md eacfe2e
Update metadata with huggingface_hub 793423f
Update metadata with huggingface_hub 50b18a2
added model c4e540e
added the tokenizer b9bb562
initial commit 63d5853
Alexander Arimond commited on