We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ahora que está todo más avanzado y va bastante bien, empezar agregando nuevas labels del dataset base.
Relanzar el pipeline.py agregando labels en el config.json:
pipeline.py
config.json
"data_processor": { "path": "dataset/preprocessing", "output_folder": "output", "output_file": "dataset.txt", "train_file": "train.txt", "dev_file": "dev.txt", "test_file": "test.txt", "train_size": 0.80, "dev_size": 0.1, "test_size": 0.1, "labels": [ "HarryPotter", "StarWars", "Tolkien", "Warcraft", "DragonBall", "Naruto", "ForgottenRealms", "FinalFantasy", "GameofThrones", "Mythology" ] }
The text was updated successfully, but these errors were encountered:
Path improvements and new label additions. Updates ref #7 and #17
5695f59
Slurs añadido a000500
Sorry, something went wrong.
Historical characters añadido también 6676ffb y 4569ce1
geru-scotland
No branches or pull requests
Ahora que está todo más avanzado y va bastante bien, empezar agregando nuevas labels del dataset base.
Relanzar el
pipeline.py
agregando labels en elconfig.json
:The text was updated successfully, but these errors were encountered: