Update README.md
Browse files
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)
|