Archisman Karmakar commited on
Commit
1e14785
·
1 Parent(s): f80f574

updated problem type for model1

Browse files
sentiment_analysis/config/stage1_models.json CHANGED
@@ -6,7 +6,7 @@
6
  "hf_location": "tachygraphy-microtrext-norm-org/DeBERTa-v3-seqClassfication-LV1-SentimentPolarities-Batch8",
7
  "tokenizer_class": "DebertaV2Tokenizer",
8
  "model_class": "DebertaV2ForSequenceClassification",
9
- "problem_type": "regression",
10
  "base_model": "microsoft/deberta-v3-base",
11
  "num_labels": 3,
12
  "device": "cpu",
 
6
  "hf_location": "tachygraphy-microtrext-norm-org/DeBERTa-v3-seqClassfication-LV1-SentimentPolarities-Batch8",
7
  "tokenizer_class": "DebertaV2Tokenizer",
8
  "model_class": "DebertaV2ForSequenceClassification",
9
+ "problem_type": "multi_label_classification",
10
  "base_model": "microsoft/deberta-v3-base",
11
  "num_labels": 3,
12
  "device": "cpu",
sentiment_analysis/hmv_cfg_base_stage1/model1.py CHANGED
@@ -14,7 +14,7 @@ MODEL_OPTIONS = {
14
  "hf_location": "tachygraphy-microtrext-norm-org/DeBERTa-v3-seqClassfication-LV1-SentimentPolarities-Batch8",
15
  "tokenizer_class": "DebertaV2Tokenizer",
16
  "model_class": "DebertaV2ForSequenceClassification",
17
- "problem_type": "regression",
18
  "base_model": "microsoft/deberta-v3-base",
19
  "num_labels": 3,
20
  "device": "cpu",
 
14
  "hf_location": "tachygraphy-microtrext-norm-org/DeBERTa-v3-seqClassfication-LV1-SentimentPolarities-Batch8",
15
  "tokenizer_class": "DebertaV2Tokenizer",
16
  "model_class": "DebertaV2ForSequenceClassification",
17
+ "problem_type": "multi_label_classification",
18
  "base_model": "microsoft/deberta-v3-base",
19
  "num_labels": 3,
20
  "device": "cpu",