Instructions to use monsterapi/falcon_7b_3epoch_norobots with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/falcon_7b_3epoch_norobots with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "monsterapi/falcon_7b_3epoch_norobots") - Notebooks
- Google Colab
- Kaggle
Commit ·
489013f
1
Parent(s): 2099f99
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,6 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 47 |
```
|
| 48 |
#### Train loss :
|
| 49 |
|
| 50 |
-

|
| 51 |
|
| 52 |
license: apache-2.0
|