Instructions to use dnagpt/dnagpt_unigram with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dnagpt/dnagpt_unigram with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="dnagpt/dnagpt_unigram")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("dnagpt/dnagpt_unigram") model = AutoModel.from_pretrained("dnagpt/dnagpt_unigram") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d761c12 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:147e4017bc1f45116e8feaff1502d58114b06c7a2492e29ea0d6dfe15cd975ae
size 497013789
|