Text Generation
Transformers
text-generation-inference
unsloth
llama
Eval Results
Inference Endpoints
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -22,6 +22,7 @@ datasets:
22
  - cognitivecomputations/dolphin-coder
23
  - nickrosh/Evol-Instruct-Code-80k-v1
24
  - coseal/CodeUltraFeedback_binarized
 
25
  - glaiveai/glaive-function-calling-v2
26
  - CyberNative/Code_Vulnerability_Security_DPO
27
  - jondurbin/airoboros-2.2
@@ -169,15 +170,15 @@ Original model: https://huggingface.co/Replete-AI/Replete-Coder-Llama3-8B
169
 
170
  ## Prompt format
171
 
172
- No chat template specified so default is used. This may be incorrect, check original model card for details.
173
-
174
  ```
175
- <|im_start|>system
176
- {system_prompt}<|im_end|>
177
- <|im_start|>user
178
- {prompt}<|im_end|>
179
- <|im_start|>assistant
180
 
 
 
181
  ```
182
 
183
  ## Available sizes
 
22
  - cognitivecomputations/dolphin-coder
23
  - nickrosh/Evol-Instruct-Code-80k-v1
24
  - coseal/CodeUltraFeedback_binarized
25
+
26
  - glaiveai/glaive-function-calling-v2
27
  - CyberNative/Code_Vulnerability_Security_DPO
28
  - jondurbin/airoboros-2.2
 
170
 
171
  ## Prompt format
172
 
 
 
173
  ```
174
+ ### System:
175
+ {}
176
+
177
+ ### Instruction:
178
+ {}
179
 
180
+ ### Response:
181
+ {}
182
  ```
183
 
184
  ## Available sizes