Skip to content
Snippets Groups Projects
Select Git revision
  • 7b545ee51dbf7ba61824ee630507cef2859d245b
  • main default protected
  • ud_training_script
  • fix_seed
  • merged-with-ner
  • multiword_fix_transformer
  • transformer_encoder
  • combo3
  • save_deprel_matrix_to_npz
  • master protected
  • combo-lambo
  • lambo-sent-attributes
  • adding_lambo
  • develop
  • update_allenlp2
  • develop_tmp
  • tokens_truncation
  • LR_test
  • eud_iwpt
  • iob
  • eud_iwpt_shared_task_bert_finetuning
  • 3.3.1
  • list
  • 3.2.1
  • 3.0.3
  • 3.0.1
  • 3.0.0
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
34 results

train_iwpt21.py

Blame
  • import_voxpopuli.py 462 B
    from new_experiment.pipeline.import_datasets import import_voxpopuli_dataset
    
    if __name__ == '__main__':
        import_voxpopuli_dataset('nl', 'nl_voxpopuli')
        import_voxpopuli_dataset('fr', 'fr_voxpopuli')
        import_voxpopuli_dataset('de', 'de_voxpopuli')
        import_voxpopuli_dataset('it', 'it_voxpopuli')
        import_voxpopuli_dataset('pl', 'pl_voxpopuli')
        import_voxpopuli_dataset('es', 'es_voxpopuli')
        import_voxpopuli_dataset('en', 'en_voxpopuli')