Instructions to use Gargaz/llama-2-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Gargaz/llama-2-7b with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Gargaz/llama-2-7b", "model.bin")) - Notebooks
- Google Colab
- Kaggle
| { | |
| "_from_model_config": true, | |
| "bos_token_id": 1, | |
| "eos_token_id": 2, | |
| "pad_token_id": 32000, | |
| "temperature": 0.9, | |
| "top_p": 0.6, | |
| "transformers_version": "4.31.0" | |
| } | |