akgodwin commited on
Commit
114f677
·
1 Parent(s): 4991a96

Add link to Hugging Face Spaces associated with app

Browse files
Files changed (1) hide show
  1. README.md +2 -7
README.md CHANGED
@@ -15,9 +15,11 @@ license: apache-2.0
15
  ## Rapid Offense Text Autocoder
16
 
17
  [![HuggingFace Models](https://img.shields.io/badge/%F0%9F%A4%97%20models-2021.05.18.15-blue)](https://huggingface.co/rti-international/rota)
 
18
  [![GitHub Model Release](https://img.shields.io/github/v/release/RTIInternational/rota?logo=github)](https://github.com/RTIInternational/rota)
19
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4770492.svg)](https://doi.org/10.5281/zenodo.4770492)
20
 
 
21
 
22
  Criminal justice research often requires conversion of free-text offense descriptions into overall charge categories to aid analysis. For example, the free-text offense of "eluding a police vehicle" would be coded to a charge category of "Obstruction - Law Enforcement". Since free-text offense descriptions aren't standardized and often need to be categorized in large volumes, this can result in a manual and time intensive process for researchers. ROTA is a machine learning model for converting offense text into offense codes.
23
 
@@ -161,11 +163,4 @@ If we interpret the classification probability as a confidence score, we can use
161
  | 5 | 0.999 | 0.733 | 0.995 | 0.996 |
162
 
163
 
164
- ### ROTA App
165
 
166
- <iframe
167
- src="https://rti-international-rota-app.hf.space"
168
- frameborder="0"
169
- width="850"
170
- height="450"
171
- ></iframe>
 
15
  ## Rapid Offense Text Autocoder
16
 
17
  [![HuggingFace Models](https://img.shields.io/badge/%F0%9F%A4%97%20models-2021.05.18.15-blue)](https://huggingface.co/rti-international/rota)
18
+ [![HuggingFace Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20spaces-2021.05.18.15-blue)](https://rti-international-rota-app.hf.space)
19
  [![GitHub Model Release](https://img.shields.io/github/v/release/RTIInternational/rota?logo=github)](https://github.com/RTIInternational/rota)
20
  [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4770492.svg)](https://doi.org/10.5281/zenodo.4770492)
21
 
22
+ ROTA Application hosted on Hugging Face Spaces: https://rti-international-rota-app.hf.space
23
 
24
  Criminal justice research often requires conversion of free-text offense descriptions into overall charge categories to aid analysis. For example, the free-text offense of "eluding a police vehicle" would be coded to a charge category of "Obstruction - Law Enforcement". Since free-text offense descriptions aren't standardized and often need to be categorized in large volumes, this can result in a manual and time intensive process for researchers. ROTA is a machine learning model for converting offense text into offense codes.
25
 
 
163
  | 5 | 0.999 | 0.733 | 0.995 | 0.996 |
164
 
165
 
 
166