andreaschari commited on
Commit
4adc614
·
verified ·
1 Parent(s): a99ed74

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -1,6 +1,4 @@
1
  ---
2
- datasets: []
3
- language: []
4
  library_name: sentence-transformers
5
  pipeline_tag: sentence-similarity
6
  tags:
@@ -8,11 +6,14 @@ tags:
8
  - sentence-similarity
9
  - feature-extraction
10
  widget: []
 
 
 
11
  ---
12
 
13
- # SentenceTransformer
14
 
15
- This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
16
 
17
  ## Model Details
18
 
@@ -22,15 +23,13 @@ This is a [sentence-transformers](https://www.SBERT.net) model trained. It maps
22
  - **Maximum Sequence Length:** 8192 tokens
23
  - **Output Dimensionality:** 1024 tokens
24
  - **Similarity Function:** Cosine Similarity
25
- <!-- - **Training Dataset:** Unknown -->
26
  <!-- - **Language:** Unknown -->
27
  <!-- - **License:** Unknown -->
28
 
29
  ### Model Sources
30
 
31
- - **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
32
- - **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
33
- - **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
34
 
35
  ### Full Model Architecture
36
 
 
1
  ---
 
 
2
  library_name: sentence-transformers
3
  pipeline_tag: sentence-similarity
4
  tags:
 
6
  - sentence-similarity
7
  - feature-extraction
8
  widget: []
9
+ license: mit
10
+ base_model:
11
+ - BAAI/bge-m3
12
  ---
13
 
14
+ # BGE-M3 Lingustic Transfer (Catalan-French)
15
 
16
+ This is a [bge-m3](https://huggingface.co/BAAI/bge-m3) model post-trained on translated French to Catalan queries and French documents from MMARCO/v2
17
 
18
  ## Model Details
19
 
 
23
  - **Maximum Sequence Length:** 8192 tokens
24
  - **Output Dimensionality:** 1024 tokens
25
  - **Similarity Function:** Cosine Similarity
26
+ - **Training Dataset:** MMARCO/v2
27
  <!-- - **Language:** Unknown -->
28
  <!-- - **License:** Unknown -->
29
 
30
  ### Model Sources
31
 
32
+ - **Hugging Face:** [Original BGE-M3 on Hugging Face](https://huggingface.co/BAAI/bge-m3)
 
 
33
 
34
  ### Full Model Architecture
35