Instructions to use OumaymaELBIACH/Results_Biogpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OumaymaELBIACH/Results_Biogpt with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OumaymaELBIACH/Results_Biogpt", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 118 Bytes
ba1cee9 | 1 2 3 4 5 6 7 8 | {
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "</s>",
"sep_token": "</s>",
"unk_token": "<unk>"
}
|