Skip to content

Commit f0d403f

Browse files
authored
Merge pull request #139 from voutilad/patch-1
Improve verbiage consistency in fine-tuning-considerations.md
2 parents 5ded047 + 88a03b2 commit f0d403f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-services/openai/concepts/fine-tuning-considerations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Here’s an example: A customer wanted to use GPT-3.5-Turbo to turn natural lang
6666
**If you are ready for fine-tuning you:**
6767

6868
- Have clear examples on how you have approached the challenges in alternate approaches and what’s been tested as possible resolutions to improve performance.
69-
- You've identified shortcomings using a base model, such as inconsistent performance on edge cases, inability to fit enough few shot prompts in the context window to steer the model, high latency, etc.
69+
- Identified shortcomings using a base model, such as inconsistent performance on edge cases, inability to fit enough few shot prompts in the context window to steer the model, high latency, etc.
7070

71-
**Common signs you might not be ready for fine-tuning yet:**
71+
**Common signs you might not be ready for fine-tuning include:**
7272

7373
- Insufficient knowledge from the model or data source.
7474
- Inability to find the right data to serve the model.
@@ -86,9 +86,9 @@ Another important point is even with high quality data if your data isn't in the
8686

8787
**If you are ready for fine-tuning you:**
8888

89-
- Have identified a dataset for fine-tuning.
90-
- The dataset is in the appropriate format for training.
91-
- Some level of curation has been employed to ensure dataset quality.
89+
- Identified a dataset for fine-tuning.
90+
- Formatted the dataset appropriately for training.
91+
- Curated the dataset to ensure quality.
9292

9393
**Common signs you might not be ready for fine-tuning yet:**
9494

@@ -103,4 +103,4 @@ There isn’t a single right answer to this question, but you should have clearl
103103

104104
- Watch the [Azure AI Show episode: "To fine-tune or not to fine-tune, that is the question"](https://www.youtube.com/watch?v=0Jo-z-MFxJs)
105105
- Learn more about [Azure OpenAI fine-tuning](../how-to/fine-tuning.md)
106-
- Explore our [fine-tuning tutorial](../tutorials/fine-tune.md)
106+
- Explore our [fine-tuning tutorial](../tutorials/fine-tune.md)

0 commit comments

Comments
 (0)