Instructions to use monsterapi/llama2_7b_norobots with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/llama2_7b_norobots with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "monsterapi/llama2_7b_norobots") - Notebooks
- Google Colab
- Kaggle
Commit ·
0f60e61
1
Parent(s): 02806bf
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
- instruct
|
| 6 |
- llama2
|
| 7 |
datasets:
|
| 8 |
-
-
|
| 9 |
base_model: meta-llama/Llama-2-7b-hf
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
|
|
|
| 5 |
- instruct
|
| 6 |
- llama2
|
| 7 |
datasets:
|
| 8 |
+
- HuggingFaceH4/no_robots
|
| 9 |
base_model: meta-llama/Llama-2-7b-hf
|
| 10 |
license: apache-2.0
|
| 11 |
---
|