maximedb commited on
Commit
2f2fec5
1 Parent(s): 07554da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1,6 +1,28 @@
1
  ---
2
  pipeline_tag: sentence-similarity
3
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tags:
5
  - sentence-transformers
6
  - feature-extraction
@@ -17,7 +39,7 @@ This is a FAQ retrieval model, it ranks potential answers according to a given q
17
  ## Installation
18
 
19
  ```
20
- pip install sentence-transformers
21
  ```
22
 
23
  ## Usage
 
1
  ---
2
  pipeline_tag: sentence-similarity
3
  license: apache-2.0
4
+ languages:
5
+ - cs
6
+ - da
7
+ - de
8
+ - en
9
+ - es
10
+ - fi
11
+ - fr
12
+ - he
13
+ - hr
14
+ - hu
15
+ - id
16
+ - it
17
+ - nl
18
+ - 'no'
19
+ - pl
20
+ - pt
21
+ - ro
22
+ - ru
23
+ - sv
24
+ - tr
25
+ - vi
26
  tags:
27
  - sentence-transformers
28
  - feature-extraction
 
39
  ## Installation
40
 
41
  ```
42
+ pip install sentence-transformers transformers
43
  ```
44
 
45
  ## Usage