lbourdois commited on
Commit
3604e13
1 Parent(s): 646c4df

Add multilingual to the language tag

Browse files

Hi! A PR to add multilingual to the language tag to improve the referencing.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- language:
3
  - fr
4
  - de
 
5
  license: mit
6
  tags:
7
  - sentence_embedding
8
  - search
9
- - pytorch
10
- - xlm-roberta
11
  - roberta
12
  - xlm-r-distilroberta-base-paraphrase-v1
13
  datasets:
14
  - stsb_multi_mt
15
  metrics:
16
- - Spearmans rank correlation
17
  - cosine similarity
18
  ---
19
 
1
  ---
2
+ language:
3
  - fr
4
  - de
5
+ - multilingual
6
  license: mit
7
  tags:
8
  - sentence_embedding
9
  - search
10
+ - pytorch
11
+ - xlm-roberta
12
  - roberta
13
  - xlm-r-distilroberta-base-paraphrase-v1
14
  datasets:
15
  - stsb_multi_mt
16
  metrics:
17
+ - Spearmans rank correlation
18
  - cosine similarity
19
  ---
20