Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,6 +4,8 @@ datasets:
4
  inference: false
5
  license: other
6
  model_type: llama
 
 
7
  ---
8
 
9
  <!-- header start -->
@@ -289,4 +291,4 @@ def tokenize_single_input(tokenizer, prompt):
289
 
290
  To explore conditional language models, you can also set `prefix = "Assistant GPT3:"` to mimic ChatGPT behavior (this may cause performance degradation).
291
 
292
- *Hint: In BPE, `tokenize(A) + tokenize(B)` does not always equals to `tokenize(A + B)`*
 
4
  inference: false
5
  license: other
6
  model_type: llama
7
+ base_model:
8
+ - openchat/openchat_v2_openorca_preview
9
  ---
10
 
11
  <!-- header start -->
 
291
 
292
  To explore conditional language models, you can also set `prefix = "Assistant GPT3:"` to mimic ChatGPT behavior (this may cause performance degradation).
293
 
294
+ *Hint: In BPE, `tokenize(A) + tokenize(B)` does not always equals to `tokenize(A + B)`*