| | --- |
| | license: mit |
| | pipeline_tag: text-classification |
| | --- |
| | 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""") |
| | ``` |