Instructions to use Badhon/airline-intent-fasttext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Badhon/airline-intent-fasttext with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Badhon/airline-intent-fasttext", "model.bin")) - Notebooks
- Google Colab
- Kaggle
| { | |
| "params": { | |
| "lr": 0.5, | |
| "epoch": 50, | |
| "wordNgrams": 3, | |
| "dim": 100, | |
| "minn": 3, | |
| "maxn": 5, | |
| "minCount": 1, | |
| "loss": "softmax", | |
| "bucket": 200000, | |
| "thread": 4, | |
| "seed": 42, | |
| "verbose": 1 | |
| }, | |
| "train_seconds": 1.98, | |
| "size_mb_bin": 81.51, | |
| "size_mb_ftz": 6.05, | |
| "labels": [ | |
| "agent_request", | |
| "airport_info", | |
| "baggage_issue", | |
| "baggage_policy", | |
| "booking_manage", | |
| "booking_new", | |
| "checkin_boarding", | |
| "complaint", | |
| "disruption", | |
| "fare_payment", | |
| "flight_status", | |
| "goodbye", | |
| "greeting", | |
| "loyalty_program", | |
| "out_of_scope", | |
| "refund_compensation", | |
| "special_assistance", | |
| "thanks", | |
| "travel_documents" | |
| ] | |
| } |