5roop commited on
Commit
486da0e
·
verified ·
1 Parent(s): 12bdb16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -87,14 +87,6 @@ In addition, it is possible to condense the labels even further into three categ
87
  num_output = 0.12
88
  def get_3_category_label(x: float) -> str:
89
  import numpy as np
90
- label_mapping = {
91
- 0: 'Negative',
92
- 1: 'Mixed Negative',
93
- 2: 'Neutral Negative',
94
- 3: 'Neutral Positive',
95
- 4: 'Mixed Positive',
96
- 5: 'Positive'
97
- }
98
  three_category_mapper = {
99
  0: 'Negative',
100
  1: 'Neutral',
 
87
  num_output = 0.12
88
  def get_3_category_label(x: float) -> str:
89
  import numpy as np
 
 
 
 
 
 
 
 
90
  three_category_mapper = {
91
  0: 'Negative',
92
  1: 'Neutral',