Instructions to use hopjetair/intent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use hopjetair/intent with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("hopjetair/intent", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update model_card.json
Browse files- model_card.json +10 -0
model_card.json
CHANGED
|
@@ -12,4 +12,14 @@
|
|
| 12 |
"text": "Play me some jazz music."
|
| 13 |
}
|
| 14 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
|
|
|
| 12 |
"text": "Play me some jazz music."
|
| 13 |
}
|
| 14 |
]
|
| 15 |
+
"intended_use": "Intent classification for voice assistant/chatbot tasks with 33 labels.",
|
| 16 |
+
"metrics": ["accuracy", "f1", "precision", "recall"],
|
| 17 |
+
"labels": [
|
| 18 |
+
"check_baggage_allowance", "get_boarding_pass", "print_boarding_pass", "check_cancellation_fee", "check_in",
|
| 19 |
+
"human_agent", "book_flight", "cancel_flight", "change_flight", "check_flight_insurance_coverage", "check_flight_offers",
|
| 20 |
+
"check_flight_prices", "check_flight_reservation", "check_flight_status", "purchase_flight_insurance", "search_flight", "search_flight_insurance",
|
| 21 |
+
"check_trip_prices", "get_refund", "change_seat", "choose_seat", "check_arrival_time", "check_departure_time", "book_trip", "cancel_trip", "change_trip",
|
| 22 |
+
"check_trip_details", "check_trip_insurance_coverage", "check_trip_offers", "check_trip_plan", "check_trip_prices", "purchase_trip_insurance",
|
| 23 |
+
"search_trip", "search_trip_insurance"
|
| 24 |
+
]
|
| 25 |
}
|