intent / model_card.json
hopjetair's picture
Update model_card.json
c5eb91c verified
Invalid JSON: Expected ',' or '}' after property value in JSON at line 15, column 3
{
"language": ["en"],
"license": "mit",
"tags": ["intent-classification", "text-classification", "peft", "lora", "distilbert", "transformers"],
"library_name": "transformers",
"pipeline_tag": "text-classification",
"widget": [
{
"text": "What's the weather like in Paris?"
},
{
"text": "Play me some jazz music."
}
]
"intended_use": "Intent classification for voice assistant/chatbot tasks with 33 labels.",
"metrics": ["accuracy", "f1", "precision", "recall"],
"labels": [
"check_baggage_allowance", "get_boarding_pass", "print_boarding_pass", "check_cancellation_fee", "check_in",
"human_agent", "book_flight", "cancel_flight", "change_flight", "check_flight_insurance_coverage", "check_flight_offers",
"check_flight_prices", "check_flight_reservation", "check_flight_status", "purchase_flight_insurance", "search_flight", "search_flight_insurance",
"check_trip_prices", "get_refund", "change_seat", "choose_seat", "check_arrival_time", "check_departure_time", "book_trip", "cancel_trip", "change_trip",
"check_trip_details", "check_trip_insurance_coverage", "check_trip_offers", "check_trip_plan", "check_trip_prices", "purchase_trip_insurance",
"search_trip", "search_trip_insurance"
]
}