Instructions to use Judiht/finetuned_phi-1_testcase_generator-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Judiht/finetuned_phi-1_testcase_generator-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1") model = PeftModel.from_pretrained(base_model, "Judiht/finetuned_phi-1_testcase_generator-lora") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"PhiForCausalLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Judiht/finetuned_phi-1_testcase_generator-lora",
|
| 3 |
"architectures": [
|
| 4 |
"PhiForCausalLM"
|
| 5 |
],
|