Instructions to use justheuristic/test-bloomd-350m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use justheuristic/test-bloomd-350m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("justheuristic/test-bloomd-350m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "bos_token": "<s>", | |
| "eos_token": "</s>", | |
| "model_max_length": 1024, | |
| "name_or_path": "bigscience/bloom-350m", | |
| "pad_token": "<pad>", | |
| "special_tokens_map_file": null, | |
| "tokenizer_class": "BloomTokenizer", | |
| "unk_token": "<unk>" | |
| } | |