File size: 242 Bytes
dec9752 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: mit
pipeline_tag: text-classification
library_name: pytorch
language:
- en
---
# Yuli Model
A BERT-based text classification model.
## Task
Classifies robot command instructions.
## Example
Input:
"Turn left"
Output:
LEFT
|