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