mtyrrell commited on
Commit
e44bc8e
·
1 Parent(s): aa0e5b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ The model is a multi-label text classifier based on [sentence-transformers/all-m
43
 
44
  The classifier assigns the following classes to to denote Mitigation categories as portrayed in extracted passages from the documents. The Mitigation categories are based on a taxonomy defined by the TraCS Climate Strategies for Transport (implemented by GIZ and funded by the International Climate Initiative (IKI) of the German Federal Ministry for Economic Affairs and Climate Action (BMWK)):
45
 
46
- {0: 'Active mobility',
47
  1: 'Alternative fuels',
48
  2: 'Aviation improvements',
49
  3: 'Comprehensive transport planning',
@@ -58,7 +58,7 @@ The classifier assigns the following classes to to denote Mitigation categories
58
  12: 'Public transport improvement',
59
  13: 'Shipping improvements',
60
  14: 'Transport demand management',
61
- 15: 'Vehicle improvements'}
62
 
63
  The intended use is for climate policy researchers and analysts seeking to automate the process of reviewing lengthy, non-standardized PDF documents to produce summaries and reports.
64
 
 
43
 
44
  The classifier assigns the following classes to to denote Mitigation categories as portrayed in extracted passages from the documents. The Mitigation categories are based on a taxonomy defined by the TraCS Climate Strategies for Transport (implemented by GIZ and funded by the International Climate Initiative (IKI) of the German Federal Ministry for Economic Affairs and Climate Action (BMWK)):
45
 
46
+ 0: 'Active mobility',
47
  1: 'Alternative fuels',
48
  2: 'Aviation improvements',
49
  3: 'Comprehensive transport planning',
 
58
  12: 'Public transport improvement',
59
  13: 'Shipping improvements',
60
  14: 'Transport demand management',
61
+ 15: 'Vehicle improvements'
62
 
63
  The intended use is for climate policy researchers and analysts seeking to automate the process of reviewing lengthy, non-standardized PDF documents to produce summaries and reports.
64