zhaozitian's picture
Update README.md
cb79192
---
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.