Label Studio Format Converter helps you to encode labels into the format of your favorite machine learning library.
CSV / TSV
python text_classifier/csv.py -i directory/with/completions -o your/output/file.tsv
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
- List of libraries TBD
We would love to get your help for creating converters to other models. Please feel free to create pull requests.