Instructions to use Daewon0808/sciqqa_onlyaugs_llama_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Daewon0808/sciqqa_onlyaugs_llama_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Daewon0808/prm800k_llama_fulltune") model = PeftModel.from_pretrained(base_model, "Daewon0808/sciqqa_onlyaugs_llama_lora") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1895
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 83946192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3311a5e52f2fcaf536412801b02a1dba4767a73953ecf8ecd1f9589c7b4775d
|
| 3 |
size 83946192
|