Josh98 commited on
Commit
8d8b916
1 Parent(s): f633b8d
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,15 +1,23 @@
1
  ---
2
- title: nl2bash_m
3
- datasets: common_voice
4
- -
5
- tags:
6
- - evaluate
7
- - metric
8
- description: "TODO: add a description here"
9
  sdk: gradio
10
  sdk_version: 3.0.2
11
  app_file: app.py
12
  pinned: false
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for nl2bash_m
 
1
  ---
2
+ title: nl2bash
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
+ Accuracy is the proportion of correct predictions among the total number of cases processed. It can be computed with:
15
+ Accuracy = (TP + TN) / (TP + TN + FP + FN)
16
+ Where:
17
+ TP: True positive
18
+ TN: True negative
19
+ FP: False positive
20
+ FN: False negative
21
  ---
22
 
23
  # Metric Card for nl2bash_m