Quintu commited on
Commit
5781fd3
·
verified ·
1 Parent(s): 42c62fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -2,6 +2,15 @@
2
  license: apache-2.0
3
  base_model:
4
  - microsoft/deberta-v3-large
 
 
 
 
 
 
 
 
 
5
  ---
6
  Multi-Task Product and Hazard Classifier
7
  This model performs multi-task classification to predict both product categories and hazard categories from text descriptions. It's based on DeBERTa-v3 architecture and trained to identify product types and potential hazards simultaneously.
 
2
  license: apache-2.0
3
  base_model:
4
  - microsoft/deberta-v3-large
5
+ language: en
6
+ tags:
7
+ - text-classification
8
+ - product-detection
9
+ - hazard-detection
10
+ datasets:
11
+ - your-dataset-name
12
+ library_name: transformers
13
+ pipeline_tag: text-classification
14
  ---
15
  Multi-Task Product and Hazard Classifier
16
  This model performs multi-task classification to predict both product categories and hazard categories from text descriptions. It's based on DeBERTa-v3 architecture and trained to identify product types and potential hazards simultaneously.