Instructions to use gzquse/BioMethodModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gzquse/BioMethodModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gzquse/BioMethodModel")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gzquse/BioMethodModel") model = AutoModelForSequenceClassification.from_pretrained("gzquse/BioMethodModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1fcc1fe | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:62d148d563948bb17e3021f69e620abd473eb6f5eddcd3f312ed1c7f8d74bcb5
size 268424557
|