Skip to content

Releases: tweedmann/3x8emotions

3x8emotions

29 Jun 13:25
bd9ab1d
Compare
Choose a tag to compare

3x8emotions (.zip) includes all necessary scripts and files to apply the different tools. Two files need to be downloaded additionally due to size limitations: the ELECTRA model (pytorch_model.bin) and the locally trained word embeddings (vec_ed_preprocessed.txt).

In order for the python code to work (apply_electra.ipynb), you need to copy the file "pytorch_model.bin" into the folder "./03_electra/models/final/german-nlp-group/electra-base-german-uncased".

The file "vec_ed_preprocessed.txt" should be moved into the folder "02_neuralnet".