ArchitRastogi commited on
Commit
19d1d46
1 Parent(s): 7a086c0
Files changed (1) hide show
  1. README.md +38 -0
README.md CHANGED
@@ -4,10 +4,48 @@ datasets:
4
  - ArchitRastogi/Italian-BERT-FineTuning-Embeddings
5
  language:
6
  - it
 
 
 
 
 
 
 
 
 
 
 
7
  base_model:
8
  - dbmdz/bert-base-italian-xxl-uncased
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
 
11
  # bert-base-italian-embeddings: A Fine-Tuned Italian BERT Model for IR and RAG Applications
12
 
13
  ## Model Overview
 
4
  - ArchitRastogi/Italian-BERT-FineTuning-Embeddings
5
  language:
6
  - it
7
+ metrics:
8
+ - Recall@1
9
+ - Recall@100
10
+ - Recall@1000
11
+ - Average Precision
12
+ - NDCG@10
13
+ - NDCG@100
14
+ - NDCG@1000
15
+ - MRR@10
16
+ - MRR@100
17
+ - MRR@1000
18
  base_model:
19
  - dbmdz/bert-base-italian-xxl-uncased
20
+ new_version: "true"
21
+ pipeline_tag: feature-extraction
22
+ library_name: transformers
23
+ tags:
24
+ - information-retrieval
25
+ - contrastive-learning
26
+ - embeddings
27
+ - italian
28
+ - fine-tuned
29
+ - bert
30
+ - retrieval-augmented-generation
31
+ model-index:
32
+ - name: bert-base-italian-embeddings
33
+ results:
34
+ - task:
35
+ type: information-retrieval
36
+ dataset:
37
+ name: mMARCO
38
+ type: mMARCO
39
+ metrics:
40
+ - name: Recall@1000
41
+ type: Recall
42
+ value: 0.9719
43
+ source:
44
+ name: Fine-tuned Italian BERT Model Evaluation
45
+ url: https://github.com/unicamp-dl/mMARCO
46
  ---
47
 
48
+
49
  # bert-base-italian-embeddings: A Fine-Tuned Italian BERT Model for IR and RAG Applications
50
 
51
  ## Model Overview