Natooz commited on
Commit
d348fa1
1 Parent(s): 96ad511

adding requirements

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +5 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  title: ECE
3
  datasets:
4
- - none
5
  tags:
6
  - evaluate
7
  - metric
 
1
  ---
2
  title: ECE
3
  datasets:
4
+ - null
5
  tags:
6
  - evaluate
7
  - metric
requirements.txt CHANGED
@@ -1 +1,5 @@
1
- git+https://github.com/huggingface/evaluate@main
 
 
 
 
 
1
+ git+https://github.com/huggingface/evaluate@main
2
+ datasets~=2.13.1
3
+ torch~=2.0.1
4
+ torchmetrics~=0.11.4
5
+ numpy~=1.23.5