Instructions to use ThatOneShortGuy/MusicalFalcon with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ThatOneShortGuy/MusicalFalcon with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("OpenAssistant/falcon-7b-sft-mix-2000") model = PeftModel.from_pretrained(base_model, "ThatOneShortGuy/MusicalFalcon") - Notebooks
- Google Colab
- Kaggle
Commit ·
4f82838
1
Parent(s): 156927e
Delete generation_config.json
Browse files- generation_config.json +0 -6
generation_config.json
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_from_model_config": true,
|
| 3 |
-
"bos_token_id": 1,
|
| 4 |
-
"eos_token_id": 2,
|
| 5 |
-
"transformers_version": "4.29.2"
|
| 6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|