StefanH commited on
Commit
eb1a759
·
1 Parent(s): 124cf6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,5 +54,5 @@ You can use the model like this:
54
  >>> decoded = tokenizer.batch_decode(outputs, skip_special_tokens=False)[0]
55
  >>> print(decoded)
56
 
57
- <|question|>How is the text best described? : " Rate Book ", " Search Screening Event ", " Add To Playlist ", " Search Creative Work ", " Get Weather ", " Play Music ", " Book Restaurant "<|endoftext|><|text|>I'd like to have this track onto my Classical Relaxations playlist.<|endoftext|><|answer|>Play Media<|endoftext|>
58
  ```
 
54
  >>> decoded = tokenizer.batch_decode(outputs, skip_special_tokens=False)[0]
55
  >>> print(decoded)
56
 
57
+ <|question|>Which of these categories best describes the following document? : " Play Music ", " Add To Playlist ", " Rate Book ", " Book Restaurant ", " Search Creative Work ", " Search Screening Event ", " Get Weather "<|endoftext|><|text|>intent[ASPECT_SEP]I'd like to have this track onto my Classical Relaxations playlist.<|endoftext|><|answer|>Play Media<|endoftext|>
58
  ```