zhaozitian
commited on
Commit
•
a61980c
1
Parent(s):
c17c675
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Yasbok/Alpaca_arabic_instruct
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- ar
|
8 |
---
|
9 |
+
|
10 |
+
This model is an LoRA adapter file from finetuned Llama-2-7b-chat-hf model. This is an experimental model.
|
11 |
+
|
12 |
+
This model is presented by IceBear-AI.
|
13 |
+
|
14 |
+
To run it, you need to:
|
15 |
+
- Agree with Meta's agreements to download the Llama-2-7b-chat-hf model from here: https://huggingface.co/meta-llama/Llama-2-7b-chat-hf
|
16 |
+
- Clone this repository
|
17 |
+
- Clone the Alpaca-LoRA repository from here: https://github.com/tloen/alpaca-lora
|
18 |
+
- Use this command to run it:
|
19 |
+
-python generate.py \
|
20 |
+
--load_8bit \
|
21 |
+
--base_model 'PATH_TO_YOUR_LOCAL_LLAMA_2_7B_CHAT_HF' \
|
22 |
+
--lora_weights 'PATH_TO_YOUR_LOCAL_FILE_OF_THIS_MODEL'
|
23 |
+
|
24 |
+
You must agree with Meta/Llama-2's agreements to use this model.
|