pascalhuerten commited on
Commit
3c25e08
1 Parent(s): a7fea0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -27,3 +27,16 @@ The resulting scores can be normalized using a sigmoid function
27
  ```python
28
  score = 1 / (1 + math.exp(-score))
29
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  ```python
28
  score = 1 / (1 + math.exp(-score))
29
  ```
30
+
31
+ ## Acknowledgments
32
+
33
+ Special thanks to the contributors from the **Institut für Interaktive Systeme**, **Kursportal Schleswig-Holstein**, **Weiterbildung Hessen eV**, **MyEduLife**, and **Trainspot** for their invaluable support and contributions to the dataset and finetuning process.
34
+
35
+ **Funding:**
36
+ This project was funded by the **Federal Ministry of Education and Research**.
37
+
38
+ <div style="display: flex; align-items: center; gap: 35px;">
39
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64481ef1e6161a1f32e60d96/Yy8QPa3w_lBp9XbGYEDs0.jpeg" alt="BMBF Logo" style="width: 150px; height: auto;">
40
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64481ef1e6161a1f32e60d96/qznw4LESrVmdm-iZdwmNq.jpeg" alt="THL Logo" style="width: 150px; height: auto;">
41
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64481ef1e6161a1f32e60d96/Sybom1Tr45NkHbHq75EED.png" alt="WISY@KI Logo" style="width: 150px; height: auto;">
42
+ </div>