Instructions to use WpythonW/RUbert-tiny_custom_CE-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WpythonW/RUbert-tiny_custom_CE-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="WpythonW/RUbert-tiny_custom_CE-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("WpythonW/RUbert-tiny_custom_CE-v2") model = AutoModelForSequenceClassification.from_pretrained("WpythonW/RUbert-tiny_custom_CE-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
52fa8f5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ec9d8d4a50ec5bd51be131175a7abc193219fc1d8c56b3c3201ef5dd99e1e371
size 116782884
|