Instructions to use tanliboy/Meta-Llama-3.1-8B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
File size: 507 Bytes
24bd59c b855481 24bd59c | 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 | {
"additional_special_tokens": [
"<|start_of_tools|>",
"<|end_of_tools|>",
"<|start_of_tool_calls|>",
"<|end_of_tool_calls|>",
"<|start_of_tool_results|>",
"<|end_of_tool_results|>"
],
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|eot_id|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}
|