File size: 851 Bytes
c6ba91a
 
adec833
 
 
 
 
c6ba91a
adec833
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cb79192
 
 
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
---
license: apache-2.0
datasets:
- Yasbok/Alpaca_arabic_instruct
language:
- en
- ar
---

This model is an LoRA adapter file from finetuned Llama-2-13b-chat-hf model. This is an experimental model.

This model is presented by IceBear-AI.

To run it, you need to:
- Agree with Meta's agreements to download the Llama-2-13b-chat-hf model from here: https://huggingface.co/meta-llama/Llama-2-13b-chat-hf
- Clone this repository
- Clone the Alpaca-LoRA repository from here: https://github.com/tloen/alpaca-lora
- Use this command to run it:
  -python generate.py \
    --load_8bit \
    --base_model 'PATH_TO_YOUR_LOCAL_LLAMA_2_7B_CHAT_HF' \
    --lora_weights 'PATH_TO_YOUR_LOCAL_FILE_OF_THIS_MODEL'

You must agree with Meta/Llama-2's agreements to use this model.

If you would like to contact us, please don't hesitate to email to icebearai@163.com.