dean22029 commited on
Commit
2947afb
·
verified ·
1 Parent(s): 1a7a1b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ We used the following model [dean22029/Taiwan_Legislator_multilabel_classificati
21
 
22
 
23
  # Our model (will not publish due to the classified dataset)
24
- model = pipeline("text-classification", model="dean22029/Taiwan_Legislator_multilabel_classification", token=api_key, top_k=None)
25
 
26
  label_mapping = {'LABEL_0': '要求資訊', 'LABEL_1': '要求說明', 'LABEL_2': '要求改變', 'LABEL_3': '威脅制裁'}
27
 
 
21
 
22
 
23
  # Our model (will not publish due to the classified dataset)
24
+ model = pipeline("text-classification", model="dean22029/Taiwan_Legislator_multilabel_classification", token=api_key, top_k=None)
25
 
26
  label_mapping = {'LABEL_0': '要求資訊', 'LABEL_1': '要求說明', 'LABEL_2': '要求改變', 'LABEL_3': '威脅制裁'}
27