```python texts = List[str] from transformers import pipeline classifier = pipeline("text-classification", model='danzzzll/rubert-tiny_cls', tokenizer='cointegrated/rubert-tiny2') classifier(texts) ```