suayptalha commited on
Commit
d655d05
·
verified ·
1 Parent(s): 1358ae5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,6 +85,7 @@ saves_per_epoch: 1
85
  output_dir: ./finetune-sft-results
86
  save_safetensors: true
87
  ```
 
88
 
89
  # Prompt Template
90
 
@@ -102,7 +103,6 @@ You can use Llama3 prompt template while using the model:
102
  <|start_header_id|>assistant<|end_header_id|>
103
  {assistant}<|eot_id|>
104
  ```
105
- </details><br>
106
 
107
  Example usage:
108
  ```py
 
85
  output_dir: ./finetune-sft-results
86
  save_safetensors: true
87
  ```
88
+ </details><br>
89
 
90
  # Prompt Template
91
 
 
103
  <|start_header_id|>assistant<|end_header_id|>
104
  {assistant}<|eot_id|>
105
  ```
 
106
 
107
  Example usage:
108
  ```py