samheym
commited on
Commit
·
33a8452
1
Parent(s):
f093dd4
update readme
Browse files
README.md
CHANGED
|
@@ -92,7 +92,17 @@ library_name: sentence-transformers
|
|
| 92 |
|
| 93 |
# SentenceTransformer based on deepset/gbert-base
|
| 94 |
|
| 95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
|
| 97 |
## Model Details
|
| 98 |
|
|
|
|
| 92 |
|
| 93 |
# SentenceTransformer based on deepset/gbert-base
|
| 94 |
|
| 95 |
+
## Model Description
|
| 96 |
+
|
| 97 |
+
This model was trained as part of a Bachelor's thesis evaluating and comparing different retrieval architectures, specifically ColBERT, Cross-Encoders, and Bi-Encoders. The primary focus of this work was to assess retrieval effectiveness in a German-language information retrieval setting.
|
| 98 |
+
Intended Use
|
| 99 |
+
|
| 100 |
+
The model is intended for research and experimentation in the field of Information Retrieval (IR). It can be used to analyze retrieval quality in contrast to other architectures or as a reference for future work on ColBERT in German.
|
| 101 |
+
Limitations & Warnings
|
| 102 |
+
|
| 103 |
+
## ⚠ Not for Production Use
|
| 104 |
+
This model is experimental and has not been optimized for production use. Performance, robustness, and scalability considerations have not been fully addressed, and real-world deployment is strongly discouraged.
|
| 105 |
+
|
| 106 |
|
| 107 |
## Model Details
|
| 108 |
|