Instructions to use 9pinus/macbert-base-chinese-medicine-recognition with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use 9pinus/macbert-base-chinese-medicine-recognition with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="9pinus/macbert-base-chinese-medicine-recognition")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("9pinus/macbert-base-chinese-medicine-recognition") model = AutoModelForTokenClassification.from_pretrained("9pinus/macbert-base-chinese-medicine-recognition") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md feb49c2
Update README.md a3d5024
Update README.md e63b859
Update README.md e81be74
Update README.md 5639334
Update README.md 93789ad
Update README.md 480b3e0
Update README.md f51570b
Update README.md 0bd4058
first model version aa4f325
Zhou Yucheng commited on