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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -43,22 +43,24 @@ 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',
50
- 4: 'Digital solutions',
51
- 5: 'Economic instruments',
52
- 6: 'Education and behavioral change',
53
- 7: 'Electric mobility',
54
- 8: 'Freight efficiency improvements',
55
- 9: 'Improve infrastructure',
56
- 10: 'Labels',
57
- 11: 'Land use',
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
+ |index|Category|
47
+ |---|---|
48
+ |0|Active mobility|
49
+ |1|Alternative fuels|
50
+ |2|Aviation improvements|
51
+ |3|Comprehensive transport planning|
52
+ |4|Digital solutions|
53
+ |5|Economic instruments|
54
+ |6|Education and behavioral change|
55
+ |7|Electric mobility|
56
+ |8|Freight efficiency improvements|
57
+ |9|Improve infrastructure|
58
+ |10|Labels|
59
+ |11|Land use|
60
+ |12|Public transport improvement|
61
+ |13|Shipping improvements|
62
+ |14|Transport demand management|
63
+ |15|Vehicle improvements|
64
 
65
  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.
66