Instructions to use Soukaina588956468/experiments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Soukaina588956468/experiments with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "Soukaina588956468/experiments") - Notebooks
- Google Colab
- Kaggle
Upload trained-model.zip
Browse files- trained-model.zip +3 -0
trained-model.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6a956507b52315c419b6d1c6e6c7a3e352e641f29f62ff1d8662f0f5755341a
|
| 3 |
+
size 17484583
|