--- license: apache-2.0 language: - en library_name: transformers --- # Lemur 🦥 Lemur is a chatbot based on [LLaMA](https://arxiv.org/abs/2302.13971v1) fine-tuned using [LoRA](https://arxiv.org/abs/2106.09685) with several collected open-sourced datasets. ## Format ```python MSG = Hi, how are you? prompt = f"""A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions. [Human]: {MSG} [AI]:""" ``` ## Notice Lemur is **specifically** designed and trained for the exclusive purpose of our final project. It is not intended for commercial usage or widespread deployment. Testing and exploration are permitted, but we request that you limit your use to this purpose only. Please respect these guidelines to maintain the integrity of our project and its intended use.