Instructions to use CS221DoAn/Do_an_group_mBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CS221DoAn/Do_an_group_mBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CS221DoAn/Do_an_group_mBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("CS221DoAn/Do_an_group_mBERT") model = AutoModelForTokenClassification.from_pretrained("CS221DoAn/Do_an_group_mBERT") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 468b3a6cf59330ccd3d4c14de0c47596caeee6bc723dad56a1febd667cdef9d5
- Size of remote file:
- 5.2 kB
- SHA256:
- df88c8b54b8b8dd0ddb403d6d45f34e3e1087bf8cf0a3bed736c73f85c24dad1
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.