ppsingh commited on
Commit
98be5b8
1 Parent(s): 6776e9a

update GHG

Browse files
Files changed (2) hide show
  1. app.py +1 -2
  2. paramconfig.cfg +2 -2
app.py CHANGED
@@ -59,8 +59,7 @@ 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, netzero.app]
63
- #, 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, ghg.app]
 
63
  # sector.app, adapmit.app]
64
 
65
  # policyaction.app, indicator.app, ]
paramconfig.cfg CHANGED
@@ -50,10 +50,10 @@ TOP_KEY = 10
50
 
51
  [ghg]
52
  THRESHOLD = 0.50
53
- MODEL = mtyrrell/ikitracs_transport_ghg
54
  SPLIT_BY = word
55
  REMOVE_PUNC = 0
56
- SPLIT_LENGTH = 60
57
  SPLIT_OVERLAP = 10
58
  RESPECT_SENTENCE_BOUNDARY = 1
59
  TOP_KEY = 10
 
50
 
51
  [ghg]
52
  THRESHOLD = 0.50
53
+ MODEL = mtyrrell/CPU_Transport_GHG_Classifier
54
  SPLIT_BY = word
55
  REMOVE_PUNC = 0
56
+ SPLIT_LENGTH = 80
57
  SPLIT_OVERLAP = 10
58
  RESPECT_SENTENCE_BOUNDARY = 1
59
  TOP_KEY = 10