Instructions to use Buseak/model_TrainTestSplit_berturk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Buseak/model_TrainTestSplit_berturk with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Buseak/model_TrainTestSplit_berturk")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Buseak/model_TrainTestSplit_berturk") model = AutoModelForTokenClassification.from_pretrained("Buseak/model_TrainTestSplit_berturk", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
437c387 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e33cc55ddcc3268360b57a8e6b363d16c554b204ca4a1c4aa91ab202ca245db8
size 3515
|