--- license: openrail language: - fr pipeline_tag: text-generation library_name: transformers tags: - alpaca - llama - LLM datasets: - tatsu-lab/alpaca inference: false ---
# Vigogne-LoRA-7b: A French Instruct LLaMA Model Vigogne-LoRA-7b is a LLaMA-7B model fine-tuned on the translated [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset to follow the 🇫🇷 French instructions. For more information, please visit the Github repo: https://github.com/bofenghuang/vigogne **Usage and License Notices**: Same as [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca), Vigogne is intended and licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes. ## Usage This repo only contains the low-rank adapter. In order to access the complete model, you also need to load the base LLM model and tokenizer. ```python from peft import PeftModel from transformers import LlamaForCausalLM, LlamaTokenizer base_model_name_or_path = "