Text Classification
Transformers
Joblib
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sociovestix/lenu_PL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sociovestix/lenu_PL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sociovestix/lenu_PL")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sociovestix/lenu_PL") model = AutoModelForSequenceClassification.from_pretrained("Sociovestix/lenu_PL") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 9c91772 verified
Update README.md ad27b23 verified
Update README.md 9aa2532 verified
Update metadata with huggingface_hub 821a397 verified
Update metadata with huggingface_hub 5a3e5b8 verified
added model 984e462 verified
added the tokenizer 7fd9e3e verified
Update README.md 08b25f6 verified
added model be3b8b5
added model 809cd15
added model 840408a
initial commit cd74b30
Alexander Arimond commited on