adding requirements
Browse files- README.md +1 -1
- requirements.txt +5 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
title: ECE
|
3 |
datasets:
|
4 |
-
-
|
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
|