StefanH commited on
Commit
5cf3ff9
1 Parent(s): 6d2538a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -41,6 +41,7 @@ You can use the model like this:
41
  >>> 'Add To Playlist', 'Book Restaurant', 'Get Weather', 'Play Music', 'Rate Book', 'Search Creative Work',
42
  >>> 'Search Screening Event'
43
  >>> ]
 
44
  >>> query = [[text, lb] for lb in labels]
45
  >>> logits = model.predict(query, apply_softmax=True)
46
  >>> print(logits)
 
41
  >>> 'Add To Playlist', 'Book Restaurant', 'Get Weather', 'Play Music', 'Rate Book', 'Search Creative Work',
42
  >>> 'Search Screening Event'
43
  >>> ]
44
+
45
  >>> query = [[text, lb] for lb in labels]
46
  >>> logits = model.predict(query, apply_softmax=True)
47
  >>> print(logits)