--- license: bigscience-openrail-m pipeline_tag: text-classification widget: - example_title: "Commercial Query" text: "online insurance quotes" - example_title: "Local Query" text: "pie shop in brisbane" labels: - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 --- Multi-label binary sequence classification model developed by [Dejan Marketing](https://dejanmarketing.com/). This model is an albert/albert-base-v2 fine-tune trained to return an array of values for 10 classification labels. # Human-readable labels label_map = { 1: 'Commercial', 2: 'Non-Commercial', 3: 'Branded', 4: 'Non-Branded', 5: 'Informational', 6: 'Navigational', 7: 'Transactional', 8: 'Commercial Investigation', 9: 'Local', 10: 'Entertainment' }