Browse Source

fixing typo

Beto 1 năm trước cách đây
mục cha
commit
23299ba10c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/llama_recipes/data/llama_guard/README.md

+ 1 - 1
src/llama_recipes/data/llama_guard/README.md

@@ -1,6 +1,6 @@
 # Finetuning Data Formatter
 
-The finetuning_data_formatter script provides classes and methods for formatting training data for finetuning Llama Guard with a secific set of categories. The main classes are:
+The finetuning_data_formatter script provides classes and methods for formatting training data for finetuning Llama Guard with a specific set of categories. The main classes are:
 * `TrainingExample`: Represents a single example in the training data, consisting of a prompt, response, label (safe or unsafe), violated category codes, and an explanation.
 * `Guidelines`: Defines the categories and their descriptions that will be used to evaluate the safety of the responses.
 * `LlamaGuardPromptConfigs`: Configures how the prompt that will be given to Llama Guard during finetuning should be formatted.