An LLM for answering UTN academics related question developed as part of the Large Language Model Course (WS 2024) at the University of Technology Nuremberg.
We developed the code on Python 3.10.12
pip install -r requirements.txt
This will save the model check points to ./docs_and_results/checkpoints/
python3 download.py
With this command it will have the interactive mode, that you can chat with the UTNChatbot
python3 main.pyYou can also change the task in the configs file, but it should be the same format as config_file and run the following
python3 main.py configs/"your_configs_file_name".yamlcheck the notebook at notebooks/submission_test.ipynb
tensorboard --logdir docs_andpython3 main.py configs/configs_simple.yaml_results/logs/