Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34a1209

Browse files
authored
Update README.md (openai#127)
Minor changes to sentence structure to avoid repetitious language.
1 parent 15b6354 commit 34a1209

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For more information on embeddings and the types of embeddings OpenAI offers, re
172172

173173
### Fine tuning
174174

175-
Fine tuning a model on training data can both improve the results (by giving the model more examples to learn from) and reduce the cost & latency of API calls (by reducing the need to include training examples in prompts).
175+
Fine tuning a model on training data can both improve the results (by giving the model more examples to learn from) and reduce the cost/latency of API calls (chiefly through reducing the need to include training examples in prompts).
176176

177177
Examples of fine tuning are shared in the following Jupyter notebooks:
178178

@@ -194,8 +194,8 @@ For more information on fine tuning, read the [fine-tuning guide](https://beta.o
194194

195195
- Python 3.7.1+
196196

197-
In general we want to support the versions of Python that our
198-
customers are using, so if you run into issues with any version
197+
In general, we want to support the versions of Python that our
198+
customers are using. If you run into problems with any version
199199
issues, please let us know at [email protected].
200200

201201
## Credit

0 commit comments

Comments
 (0)