rarmingaud commited on
Commit
8a271a5
·
verified ·
1 Parent(s): c19e53e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - fr
5
+ - en
6
+ base_model:
7
+ - BAAI/bge-m3
8
+ pipeline_tag: sentence-similarity
9
+ library_name: sentence-transformers
10
+ tags:
11
+ - evalllm2026
12
+ - sentence-similarity
13
  ---
14
+ # cea-list-ia/evalllm2026-mesh-finetuned
15
+
16
+ This model was trained by the CEA-LIST to participate in the [evalLLM2026 challenge](https://github.com/cea-list-lasti/evalllm2026-distrib).
17
+
18
+ ## Model Description
19
+ - **Trained by:** CEA-LIST
20
+ - **Task:** Entity Linking (MeSH)
21
+ - **Type:** Retriever (Embedding Model)
22
+ - **Training Data:** Wikipedia, further trained on the training data of the challenge.
23
+
24
+ This retriever is an embedding model designed to find the closest matches in MeSH for entity linking.
25
+
26
+ ## Usage
27
+
28
+ ### Query Prefix
29
+ To use this model, you should prompt it with the following query prefix:
30
+ `Represent this medical sentence for retrieving relevant MeSH terms:`
31
+
32
+ ## More Information
33
+ For more details, please refer to the [GitHub repository](https://github.com/cea-list-lasti/evalllm2026-distrib).
34
+