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
Check out the documentation for more information.
from transformers import pipeline
model = "<название-вашей-модели>" tokenizer = "<токенизатор-для-модели>" pipe = pipeline('text-classification', model=model, tokenizer=tokenizer)
- Downloads last month
- 3