liujch1998 commited on
Commit
7be2097
·
1 Parent(s): 39d0c16

fix wording

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks() as demo:
250
  <p style='font-size: 16px;'><b>Notes:</b></p>
251
  <ul style="font-size: 16px;">
252
  <li>The query is <b>case-sensitive</b>. Your query will be tokenized with the Llama-2 tokenizer (unless otherwise specified). The total number of tokens in each dataset is shown in parenthesis in the dataset selection panel.</li>
253
- <li>Dolma 3 and the Olmo 3 training datasets uses the Olmo 3 tokenizer. Also, these use a more cost-efficient technique to serve, meaning: (1) each query typically takes 12-15 seconds; (2) they only support n-gram counting and document search, and CNF queries are not supported.</li>
254
  </ul>
255
  '''
256
  )
 
250
  <p style='font-size: 16px;'><b>Notes:</b></p>
251
  <ul style="font-size: 16px;">
252
  <li>The query is <b>case-sensitive</b>. Your query will be tokenized with the Llama-2 tokenizer (unless otherwise specified). The total number of tokens in each dataset is shown in parenthesis in the dataset selection panel.</li>
253
+ <li>The Olmo 3 training datasets uses the Olmo 3 tokenizer. Also, these use a more cost-efficient technique to serve, meaning: (1) each query typically takes 12-15 seconds; (2) they only support n-gram counting and document search, and CNF queries are not supported.</li>
254
  </ul>
255
  '''
256
  )