diff --git a/examples/pytorch/audio-classification/requirements.txt b/examples/pytorch/audio-classification/requirements.txt index 6ae3f11c5c..acf058d4cf 100644 --- a/examples/pytorch/audio-classification/requirements.txt +++ b/examples/pytorch/audio-classification/requirements.txt @@ -1,4 +1,5 @@ datasets>=1.14.0 +evaluate librosa torchaudio torch>=1.6 \ No newline at end of file diff --git a/examples/pytorch/image-classification/requirements.txt b/examples/pytorch/image-classification/requirements.txt index aadc0e9088..9409ce8900 100644 --- a/examples/pytorch/image-classification/requirements.txt +++ b/examples/pytorch/image-classification/requirements.txt @@ -1,3 +1,4 @@ torch>=1.5.0 torchvision>=0.6.0 datasets>=1.17.0 +evaluate diff --git a/examples/pytorch/language-modeling/requirements.txt b/examples/pytorch/language-modeling/requirements.txt index bec267b98a..f43c7b7575 100644 --- a/examples/pytorch/language-modeling/requirements.txt +++ b/examples/pytorch/language-modeling/requirements.txt @@ -3,3 +3,4 @@ torch >= 1.3 datasets >= 1.8.0 sentencepiece != 0.1.92 protobuf +evaluate diff --git a/examples/pytorch/multiple-choice/requirements.txt b/examples/pytorch/multiple-choice/requirements.txt index 119271b050..cf8760d760 100644 --- a/examples/pytorch/multiple-choice/requirements.txt +++ b/examples/pytorch/multiple-choice/requirements.txt @@ -2,3 +2,4 @@ accelerate sentencepiece != 0.1.92 protobuf torch >= 1.3 +evaluate diff --git a/examples/pytorch/question-answering/requirements.txt b/examples/pytorch/question-answering/requirements.txt index 0d4fe3df5c..20d27236f3 100644 --- a/examples/pytorch/question-answering/requirements.txt +++ b/examples/pytorch/question-answering/requirements.txt @@ -1,3 +1,4 @@ accelerate datasets >= 1.8.0 torch >= 1.3.0 +evaluate \ No newline at end of file diff --git a/examples/pytorch/semantic-segmentation/requirements.txt b/examples/pytorch/semantic-segmentation/requirements.txt index 410ca78682..b839361cf2 100644 --- a/examples/pytorch/semantic-segmentation/requirements.txt +++ b/examples/pytorch/semantic-segmentation/requirements.txt @@ -1,3 +1,4 @@ git://github.com/huggingface/accelerate.git datasets >= 2.0.0 -torch >= 1.3 \ No newline at end of file +torch >= 1.3 +evaluate \ No newline at end of file diff --git a/examples/pytorch/speech-pretraining/requirements.txt b/examples/pytorch/speech-pretraining/requirements.txt index 64a48c3967..55847dea3f 100644 --- a/examples/pytorch/speech-pretraining/requirements.txt +++ b/examples/pytorch/speech-pretraining/requirements.txt @@ -2,4 +2,4 @@ datasets >= 1.12.0 torch >= 1.5 torchaudio accelerate >= 0.5.0 -librosa +librosa \ No newline at end of file diff --git a/examples/pytorch/speech-recognition/requirements.txt b/examples/pytorch/speech-recognition/requirements.txt index 219959a4b2..a16697b038 100644 --- a/examples/pytorch/speech-recognition/requirements.txt +++ b/examples/pytorch/speech-recognition/requirements.txt @@ -3,3 +3,4 @@ torch >= 1.5 torchaudio librosa jiwer +evaluate diff --git a/examples/pytorch/summarization/requirements.txt b/examples/pytorch/summarization/requirements.txt index 3c2faf75b8..8386b3fc1b 100644 --- a/examples/pytorch/summarization/requirements.txt +++ b/examples/pytorch/summarization/requirements.txt @@ -6,3 +6,4 @@ rouge-score nltk py7zr torch >= 1.3 +evaluate diff --git a/examples/pytorch/text-classification/requirements.txt b/examples/pytorch/text-classification/requirements.txt index 2a0e0d7deb..32722ebcde 100644 --- a/examples/pytorch/text-classification/requirements.txt +++ b/examples/pytorch/text-classification/requirements.txt @@ -5,3 +5,4 @@ scipy scikit-learn protobuf torch >= 1.3 +evaluate \ No newline at end of file diff --git a/examples/pytorch/token-classification/requirements.txt b/examples/pytorch/token-classification/requirements.txt index 8e03da16af..9daf1e6202 100644 --- a/examples/pytorch/token-classification/requirements.txt +++ b/examples/pytorch/token-classification/requirements.txt @@ -2,3 +2,4 @@ accelerate seqeval datasets >= 1.8.0 torch >= 1.3 +evaluate \ No newline at end of file diff --git a/examples/pytorch/translation/requirements.txt b/examples/pytorch/translation/requirements.txt index c34795fffa..cd9068b865 100644 --- a/examples/pytorch/translation/requirements.txt +++ b/examples/pytorch/translation/requirements.txt @@ -5,3 +5,4 @@ protobuf sacrebleu >= 1.4.12 py7zr torch >= 1.3 +evaluate \ No newline at end of file