Instructions to use Maaly/bgc-accession with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Maaly/bgc-accession with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Maaly/bgc-accession")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Maaly/bgc-accession") model = AutoModelForTokenClassification.from_pretrained("Maaly/bgc-accession") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6a24ab5
Update README.md e90244f
Update README.md 12e7f28
Create README.md 1678fc0
First version of the bgc-accession model and tokenizer. 3f66fdf
root commited on