Text Generation
PEFT
French
English
llama2
french
LLAMA7B
opensource
code
finance
text-generation-inference
legal
llama
lora
LLAMA2
Instructions to use Faradaylab/ARIA_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Faradaylab/ARIA_7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Faradaylab/ARIA_7B") - Notebooks
- Google Colab
- Kaggle
What is the dataset ?
1
#2 opened over 2 years ago
by
Benoit-cty