Instructions to use Menouar/falcon7b-linear-equations with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Menouar/falcon7b-linear-equations with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b") model = PeftModel.from_pretrained(base_model, "Menouar/falcon7b-linear-equations") - Transformers
How to use Menouar/falcon7b-linear-equations with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Menouar/falcon7b-linear-equations", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
runs/Jan29_10-44-48_c33c93bcdfdb/events.out.tfevents.1706525123.c33c93bcdfdb.1421.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b849f126bb2136051f3ea258bbc24f5de2481d4b709fccb5fba3eedc5b9a6b2
|
| 3 |
+
size 12070
|