Instructions to use Maaly/host with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maaly/host with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Maaly/host")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Maaly/host") model = AutoModelForTokenClassification.from_pretrained("Maaly/host") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 5cb092d
Update README.md 387094b
Update README.md bea2401
Update README.md 13adefb
Update README.md 70861dc
Create README.md 3a3f295
First version of the host model 0c2f4cb
root commited on