snumin44 commited on
Commit
d33cb00
·
verified ·
1 Parent(s): 6e96d6b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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)