lvwerra HF Staff commited on
Commit
c3569bd
·
1 Parent(s): e2fcce0

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,14 +1,17 @@
1
  ---
2
  title: TREC Eval
3
- datasets:
4
- -
5
- tags:
6
- - evaluate
7
- - metric
8
  sdk: gradio
9
  sdk_version: 3.0.2
10
  app_file: app.py
11
  pinned: false
 
 
 
 
 
12
  ---
13
 
14
  # Metric Card for TREC Eval
 
1
  ---
2
  title: TREC Eval
3
+ emoji: 🤗
4
+ colorFrom: blue
5
+ colorTo: red
 
 
6
  sdk: gradio
7
  sdk_version: 3.0.2
8
  app_file: app.py
9
  pinned: false
10
+ tags:
11
+ - evaluate
12
+ - metric
13
+ description: >-
14
+ The TREC Eval metric combines a number of information retrieval metrics such as precision and nDCG. It is used to score rankings of retrieved documents with reference values.
15
  ---
16
 
17
  # Metric Card for TREC Eval