RealFalconsAI commited on
Commit
5d24646
1 Parent(s): 48e5a63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ To use the phi-2-chaos-gen model, follow these steps:
76
  ```python
77
  from peft import PeftModel
78
 
79
- ft_model = PeftModel.from_pretrained(base_model, "webnizam/phi-2-chaos-gen")
80
 
81
  eval_prompt = """
82
  Give me a list of chaos-engineering scenarios to execute in an IT infrastructure, list the results in H.A.N.D.S. i need it as a list with sub headings and contents.
 
76
  ```python
77
  from peft import PeftModel
78
 
79
+ ft_model = PeftModel.from_pretrained(base_model, "Falconsai/phi-2-chaos")
80
 
81
  eval_prompt = """
82
  Give me a list of chaos-engineering scenarios to execute in an IT infrastructure, list the results in H.A.N.D.S. i need it as a list with sub headings and contents.