File size: 296 Bytes
d960809 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Intent Detector v1 (Vietnamese)
Classifier ý định với 6 nhãn:
- Analysis
- Compare
- Report
- Support
- Lookup
- Other
## Sử dụng:
```python
from intent_detector_v1.inference import predict_intent
predict_intent("Phân tích xu hướng tỷ lệ tai nạn lao động quý 3")
|