LennardZuendorf commited on
Commit
65efb79
·
unverified ·
1 Parent(s): 2e553e1

chore: updating README

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -5,10 +5,39 @@ colorFrom: red
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.7.1
8
- app_file: app.py
9
  pinned: true
10
  license: mit
11
  ---
12
 
 
 
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
 
5
  colorTo: yellow
6
  sdk: gradio
7
  sdk_version: 4.7.1
8
+ app_file: main.py
9
  pinned: true
10
  license: mit
11
  ---
12
 
13
+ # Bachelor Thesis
14
+ #### This is the ui showcase for my thesis about interpretability in a LLM based chatbot application and applications of XAI.
15
 
16
+ ## 🔗 Links:
17
+
18
+ **[Github Repository](https://github.com/LennardZuendorf/thesis)**
19
+
20
+ ## 🏗️ Tech Stack:
21
+
22
+ **Language and Framework:** Python, JupyterNotebook
23
+
24
+ **Noteable Packages:** 🤗 Transformers, Gradio, SHAP, BERTViz, Shapas
25
+
26
+ ## 👨‍💻 Author and Credits:</h2>
27
+
28
+
29
+ **Author:** [@LennardZuendorf](https://github.com/LennardZuendorf)
30
+
31
+ **Thesis Supervisor**: [Prof. Dr. Simbeck](https://www.htw-berlin.de/hochschule/personen/person/?eid=9862)
32
+ <br> Second Corrector: [Prof. Dr. Hochstein](https://www.htw-berlin.de/hochschule/personen/person/?eid=10628)
33
+
34
+
35
+ See code for in detail credits, work is based on
36
+
37
+ - Mistral AI
38
+ - SHAP:
39
+ - BERTViz:
40
+
41
+
42
+ This Project was part of my studies of Business Computing at University of Applied Science for Technology and Business Berlin (HTW Berlin).
43