cherry0328 commited on
Commit
0d0eeb8
·
verified ·
1 Parent(s): 5a4c2ea

Update README.md

Browse files

Your model is truly impressive! We would love to contribute by updating the README to include the base_model information. This will help address the missing details in the model card.

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)`*