Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.08 KB

Table of Contents

Introduction

Label Studio Format Converter helps you to encode labels into the format of your favorite machine learning library.

Examples

Text Classification

CSV / TSV

python text_classifier/csv.py -i directory/with/completions -o your/output/file.tsv

Text Tagging

python text_tagging/tf_ner.py -i directory/with/completions -o your/output/directory
python text_classifier/spacy_conll2003.py -i directory/with/completions -o your/output/directory

TODO

  • List of libraries TBD

Contributing

We would love to get your help for creating converters to other models. Please feel free to create pull requests.