Edit model card

mutil-lable classify Fine_tuning bert_base by a dataset classified by 20 clusters from Science Direct Topic

Use a pipeline as a high-level helper

from transformers import pipeline
classifier = pipeline("text-classification", model="xiaoxibing/paper_classify_fine_tuning_bert")
classifier("""The Growing Role of Digital Health Tools in the Care of Patients with Cancer: Current Use, Future Opportunities, and Barriers to Effective Implementation""")
Downloads last month
7
Safetensors
Model size
109M params
Tensor type
F32
·
Inference Examples
Inference API (serverless) is not available, repository is disabled.