Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- FacebookAI/xlm-roberta-base
|
5 |
+
pipeline_tag: sentence-similarity
|
6 |
+
tags:
|
7 |
+
- finance
|
8 |
+
---
|
9 |
+
|
10 |
+
# 🍊 FinCSE-Multilingual
|
11 |
+
|
12 |
+
## 1. INTRO
|
13 |
+
**Multilingual Financial SimCSE** for searching financial/economical sentences.
|
14 |
+
Fine-tuned on financial sentence pairs in six languages (KO, EN, ZN, JA, VI, ID), while remaining functional for other pre-trained languages.
|
15 |
+
Reference : [SimCSE Paper](https://aclanthology.org/2021.emnlp-main.552/), [Original Code](https://github.com/princeton-nlp/SimCSE)
|