Views
No views yet
distilbert-base-multilingual-cased on the ConceptNet 4-layer enterprise voice intent taxonomy.1from transformers import pipeline
2classifier = pipeline("text-classification", model="conceptnetUk/intent-classifier")
3classifier("Send the report when the contract is signed")