Update README.md
Browse files
README.md
CHANGED
@@ -110,8 +110,7 @@ training_arguments = TrainingArguments(
|
|
110 |
lr_scheduler_type="cosine",
|
111 |
report_to="wandb", ...
|
112 |
)
|
113 |
-
|
114 |
-
``
|
115 |
|
116 |
### References
|
117 |
- Base model: [microsoft/phi-2](https://huggingface.co/microsoft/phi-2)
|
|
|
110 |
lr_scheduler_type="cosine",
|
111 |
report_to="wandb", ...
|
112 |
)
|
113 |
+
```
|
|
|
114 |
|
115 |
### References
|
116 |
- Base model: [microsoft/phi-2](https://huggingface.co/microsoft/phi-2)
|