Instructions to use Maaly/body-site with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maaly/body-site with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Maaly/body-site")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Maaly/body-site") model = AutoModelForTokenClassification.from_pretrained("Maaly/body-site") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 88f4b50
Update README.md f92afb3
Update README.md 4fa27d1
Update README.md 1b56291
Update README.md fc9df24
Update README.md 91ad510
Create README.md bad5c9a
First version of the body-site model aa3632f
root commited on