samheym commited on
Commit
33a8452
·
1 Parent(s): f093dd4

update readme

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -92,7 +92,17 @@ library_name: sentence-transformers
92
 
93
  # SentenceTransformer based on deepset/gbert-base
94
 
95
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [deepset/gbert-base](https://huggingface.co/deepset/gbert-base). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
 
 
 
 
 
 
 
 
 
 
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