Instructions to use IrfanHamid/ChatBot-lora-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IrfanHamid/ChatBot-lora-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("IrfanHamid/ChatBot-lora-7b", dtype="auto") - PEFT
How to use IrfanHamid/ChatBot-lora-7b with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ This model fine-tunes Meta's `LLaMA-2-7b-chat-hf` using PEFT and LoRA to create
|
|
| 19 |
- **Language:** English
|
| 20 |
- **Tokenizer:** Same as base model
|
| 21 |
- **Intended Use:** Educational and personal projects
|
| 22 |
-
- **License:** This model is fine-tuned from Meta’s LLaMA-2-7b-chat-hf under the LLaMA 2 Community License
|
| 23 |
|
| 24 |
---
|
| 25 |
|
|
|
|
| 19 |
- **Language:** English
|
| 20 |
- **Tokenizer:** Same as base model
|
| 21 |
- **Intended Use:** Educational and personal projects
|
| 22 |
+
- **License:** This model is fine-tuned from Meta’s LLaMA-2-7b-chat-hf, which is released under the LLaMA 2 Community License. This fine-tuned version is intended for non-commercial, educational use only.
|
| 23 |
|
| 24 |
---
|
| 25 |
|