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