zulfatmi commited on
Commit
7661c51
1 Parent(s): d17bae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -91,16 +91,16 @@ Prior to executing the script, prepare the input (prompts) and output (responses
91
  In the configuration file, the following keys should be set:
92
 
93
  * Set Input and Target Files:
94
- Set the src_file_name and tgt_file_name fields to the files where the input (prompts) and target (responses) data are stored.
95
 
96
  * Specify the Checkpoint Path:
97
- Set the restore_from_path field to the NeMo checkpoint path.
98
 
99
  * Enable Predictions Writing:
100
- Set write_predictions_to_file to True.
101
 
102
  * Define Output File Prefix:
103
- Alter the output_file_path_prefix field to set the output file prefix.
104
 
105
  After completing these steps, run the script to perform inference.
106
 
 
91
  In the configuration file, the following keys should be set:
92
 
93
  * Set Input and Target Files:
94
+ Set the `src_file_name` and `tgt_file_name` fields to the files where the input (prompts) and target (responses) data are stored.
95
 
96
  * Specify the Checkpoint Path:
97
+ Set the `restore_from_path` field to the NeMo checkpoint path.
98
 
99
  * Enable Predictions Writing:
100
+ Set `write_predictions_to_file` to True.
101
 
102
  * Define Output File Prefix:
103
+ Alter the `output_file_path_prefix` field to set the output file prefix.
104
 
105
  After completing these steps, run the script to perform inference.
106