Text Generation
PEFT
Safetensors
English
French
lora
qlora
function-calling
tool-calling
nemotron
llama-3.1
built-with-llama
multilingual
conversational
Eval Results (legacy)
Instructions to use abdelstark/llama-3.1-nemotron-nano-8b-xlam-tool-calling-fr-en-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abdelstark/llama-3.1-nemotron-nano-8b-xlam-tool-calling-fr-en-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nvidia/Llama-3.1-Nemotron-Nano-8B-v1") model = PeftModel.from_pretrained(base_model, "abdelstark/llama-3.1-nemotron-nano-8b-xlam-tool-calling-fr-en-lora") - Notebooks
- Google Colab
- Kaggle