Julian Mukaj
commited on
Commit
·
e6af3f6
1
Parent(s):
2de8139
Initial commit + eval table
Browse files
README.md
CHANGED
@@ -178,7 +178,18 @@ full evaluation not complete
|
|
178 |
|
179 |
# Fin-MPNET-Base (v0.1)
|
180 |
|
181 |
-
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
|
183 |
|
184 |
## Usage (Sentence-Transformers)
|
|
|
178 |
|
179 |
# Fin-MPNET-Base (v0.1)
|
180 |
|
181 |
+
This is a fine-tuned [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
182 |
+
|
183 |
+
This model aims to be very strong on Financial Document Retrieval Tasks, while trying to maintain as much generalized performance as possible.
|
184 |
+
|
185 |
+
|
186 |
+
| | FiQA | SciFact | AmazonReviews | OnlineBankingIntent |
|
187 |
+
|-------------------|-------|---------|---------------|---------------------|
|
188 |
+
| fin-mpnet-base | 79.91 | 65.40 | 29.12 | 80.25 |
|
189 |
+
| all-mpnet-base-v2 | 49.96 | 65.57 | 31.92 | 81.86 |
|
190 |
+
| previous SoTA | 56.59 | | | |
|
191 |
+
|
192 |
+
v0.1 shows SoTA results on FiQA Test set while other non-financial benchmarks only drop a few small %.
|
193 |
|
194 |
|
195 |
## Usage (Sentence-Transformers)
|