mslehre / text-embedding

LLMs and embeddings for Uni GW texts
2 stars 0 forks source link

Correction readme #89

Closed LouisaHenze closed 1 year ago

LouisaHenze commented 1 year ago

Corrected README.md in /data directory. I also tried to not exceed the limit of characters in a line (79) in process_FIS_data.py, but I am not sure where to put the line breaks such that it is according to the coding style and I am also not sure whether the indentation after that is right. I tried to split the strings in the dictionary over two lines, if the line contained more than 79 characters, but unfortunately I got a problem with realizing the keys in the dictionary. Therefore, the entries in the dictionary may exceed 79 characters.