TensorRT
Safetensors
llama
quantized
nvfp4
foundation-sec-8b-instruct
cybersecurity
8-bit precision
modelopt
Instructions to use guerilla7/Foundation-Sec-8B-Instruct-NVFP4-quantized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use guerilla7/Foundation-Sec-8B-Instruct-NVFP4-quantized with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 516 Bytes
0bf680f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"additional_special_tokens": [
"[BIB_REF]",
"[/BIB_REF]",
"[FIG_REF]",
"[/FIG_REF]",
"[TABLE_REF]",
"[/TABLE_REF]",
"[FORMULA]",
"[/FORMULA]"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|end_of_text|>"
}
|