Text Classification
Adapters
Safetensors
English
distilbert
hopjetair commited on
Commit
c5eb91c
·
verified ·
1 Parent(s): f047597

Update model_card.json

Browse files
Files changed (1) hide show
  1. 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
  }