The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)
from transformers import pipeline
model = "<название-вашей-модели>" tokenizer = "<токенизатор-для-модели>" pipe = pipeline('text-classification', model=model, tokenizer=tokenizer)
- Downloads last month
- 10