Text Classification
Transformers
PyTorch
Safetensors
bert
Eval Results (legacy)
text-embeddings-inference
Instructions to use Sociovestix/lenu_CZ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sociovestix/lenu_CZ with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Sociovestix/lenu_CZ")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Sociovestix/lenu_CZ") model = AutoModelForSequenceClassification.from_pretrained("Sociovestix/lenu_CZ") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 1e1b94e verified
Update README.md 4483894 verified
Update metadata with huggingface_hub ec62836 verified
Update metadata with huggingface_hub 49f7171 verified
added model 1125327 verified
added the tokenizer 3775e62 verified
Update README.md 495ca9e
Update README.md b215260
Update metadata with huggingface_hub beaad69
Update metadata with huggingface_hub 260cb14
added model fe5992e
added the tokenizer d7d4bf1
initial commit 1a67c71
Alexander Arimond commited on