thesis / README.md
LennardZuendorf's picture
fix: fixing metdata for spaces
4af8fc5 unverified
|
raw
history blame
1.64 kB
---
title: Thesis
emoji: πŸŽ“
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 4.7.1
app_file: main.py
pinned: true
license: mit
app_port: 8080
models: ["microsoft/GODEL-v1_1-large-seq2seq"]
tags: ["CHAT", "XAI", "SHAP", "GODEL", "Gradio"]
disable_embedding: true
---
# Bachelor Thesis Webapp
## πŸ“œ Info:
This is the ui showcase for my thesis about interpretability in a LLM based chatbot application and applications of XAI.
### πŸ”— Links:
**[Github Repository](https://github.com/LennardZuendorf/thesis-webapp)**
**[Huggingface Spaces Showcase](https://huggingface.co/spaces/lennardzuendorf/thesis-webapp-docker)**
### πŸ—οΈ Tech Stack:
**Language and Framework:** Python
**Noteable Packages:** πŸ€— Transformers, FastAPI, Gradio, SHAP, BERTViz
## πŸ‘¨β€πŸ’» Author and Credits:
**Author: [@LennardZuendorf](https://github.com/LennardZuendorf)**
**Thesis Supervisor: [Prof. Dr. Simbeck](https://www.htw-berlin.de/hochschule/personen/person/?eid=9862)**
<br> Second Corrector: [Prof. Dr. Hochstein](https://www.htw-berlin.de/hochschule/personen/person/?eid=10628)
See code for in detailed credits, work is strongly based on:
#### GODEL
- [HGF Model Page](https://huggingface.co/microsoft/GODEL-v1_1-large-seq2seq?text=Hey+my+name+is+Mariama%21+How+are+you%3F)
- [Paper on HGF](https://huggingface.co/papers/2206.11309)
- [Paper Print](https://arxiv.org/abs/2206.11309)
#### SHAP
- [Github](https://github.com/shap/shap)
- [Inital Paper](https://arxiv.org/abs/1705.07874)
This Project was part of my studies of Business Computing at University of Applied Science for Technology and Business Berlin (HTW Berlin).