lvwerra HF staff commited on
Commit
8d6b21d
·
1 Parent(s): 8a2f5ea

Update Space (evaluate main: 05209ece)

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. rl_reliability.py +1 -1
README.md CHANGED
@@ -1,14 +1,17 @@
1
  ---
2
  title: RL Reliability
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 RL Reliability
 
1
  ---
2
  title: RL Reliability
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
+ Computes the RL reliability metrics from a set of experiments. There is an `"online"` and `"offline"` configuration for evaluation.
15
  ---
16
 
17
  # Metric Card for RL Reliability
rl_reliability.py CHANGED
@@ -58,7 +58,7 @@ _CITATION = """\
58
  """
59
 
60
  _DESCRIPTION = """\
61
- This new module is designed to solve this great NLP task and is crafted with a lot of care.
62
  """
63
 
64
 
 
58
  """
59
 
60
  _DESCRIPTION = """\
61
+ Computes the RL reliability metrics from a set of experiments. There is an `"online"` and `"offline"` configuration for evaluation.
62
  """
63
 
64