Update README.md
Browse files
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, "
|
| 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.
|