ppsingh commited on
Commit
365d07d
1 Parent(s): c1283e8

update netzero

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. paramconfig.cfg +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ with st.expander("ℹ️ - About this app", expanded=False):
59
  not at specific Sector level but are applicable at economic \
60
  wide scale. """)
61
  st.write("")
62
- apps = [processing.app, target_extraction.app]
63
- # netzero.app, ghg.app,
64
  # sector.app, adapmit.app]
65
 
66
  # policyaction.app, indicator.app, ]
 
59
  not at specific Sector level but are applicable at economic \
60
  wide scale. """)
61
  st.write("")
62
+ apps = [processing.app, target_extraction.app, netzero.app]
63
+ #, ghg.app,
64
  # sector.app, adapmit.app]
65
 
66
  # policyaction.app, indicator.app, ]
paramconfig.cfg CHANGED
@@ -20,10 +20,10 @@ TOP_KEY = 10
20
 
21
  [netzero]
22
  THRESHOLD = 0.50
23
- MODEL = ilaria-oneofftech/ikitracks_netzero
24
  SPLIT_BY = word
25
  REMOVE_PUNC = 0
26
- SPLIT_LENGTH = 60
27
  SPLIT_OVERLAP = 10
28
  RESPECT_SENTENCE_BOUNDARY = 1
29
  TOP_KEY = 10
 
20
 
21
  [netzero]
22
  THRESHOLD = 0.50
23
+ MODEL = mtyrrell/CPU_Netzero_Classifier
24
  SPLIT_BY = word
25
  REMOVE_PUNC = 0
26
+ SPLIT_LENGTH = 80
27
  SPLIT_OVERLAP = 10
28
  RESPECT_SENTENCE_BOUNDARY = 1
29
  TOP_KEY = 10