Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
358fc186
Unverified
Commit
358fc186
authored
Aug 18, 2022
by
Zachary Mueller
Committed by
GitHub
Aug 18, 2022
Browse files
Add evaluate to examples requirements (#18666)
parent
d243112b
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
13 additions
and
2 deletions
+13
-2
examples/pytorch/audio-classification/requirements.txt
examples/pytorch/audio-classification/requirements.txt
+1
-0
examples/pytorch/image-classification/requirements.txt
examples/pytorch/image-classification/requirements.txt
+1
-0
examples/pytorch/language-modeling/requirements.txt
examples/pytorch/language-modeling/requirements.txt
+1
-0
examples/pytorch/multiple-choice/requirements.txt
examples/pytorch/multiple-choice/requirements.txt
+1
-0
examples/pytorch/question-answering/requirements.txt
examples/pytorch/question-answering/requirements.txt
+1
-0
examples/pytorch/semantic-segmentation/requirements.txt
examples/pytorch/semantic-segmentation/requirements.txt
+2
-1
examples/pytorch/speech-pretraining/requirements.txt
examples/pytorch/speech-pretraining/requirements.txt
+1
-1
examples/pytorch/speech-recognition/requirements.txt
examples/pytorch/speech-recognition/requirements.txt
+1
-0
examples/pytorch/summarization/requirements.txt
examples/pytorch/summarization/requirements.txt
+1
-0
examples/pytorch/text-classification/requirements.txt
examples/pytorch/text-classification/requirements.txt
+1
-0
examples/pytorch/token-classification/requirements.txt
examples/pytorch/token-classification/requirements.txt
+1
-0
examples/pytorch/translation/requirements.txt
examples/pytorch/translation/requirements.txt
+1
-0
No files found.
examples/pytorch/audio-classification/requirements.txt
View file @
358fc186
datasets>=1.14.0
evaluate
librosa
torchaudio
torch>=1.6
\ No newline at end of file
examples/pytorch/image-classification/requirements.txt
View file @
358fc186
torch>=1.5.0
torchvision>=0.6.0
datasets>=1.17.0
evaluate
examples/pytorch/language-modeling/requirements.txt
View file @
358fc186
...
...
@@ -3,3 +3,4 @@ torch >= 1.3
datasets >= 1.8.0
sentencepiece != 0.1.92
protobuf
evaluate
examples/pytorch/multiple-choice/requirements.txt
View file @
358fc186
...
...
@@ -2,3 +2,4 @@ accelerate
sentencepiece != 0.1.92
protobuf
torch >= 1.3
evaluate
examples/pytorch/question-answering/requirements.txt
View file @
358fc186
accelerate
datasets >= 1.8.0
torch >= 1.3.0
evaluate
\ No newline at end of file
examples/pytorch/semantic-segmentation/requirements.txt
View file @
358fc186
git://github.com/huggingface/accelerate.git
datasets >= 2.0.0
torch >= 1.3
evaluate
\ No newline at end of file
examples/pytorch/speech-pretraining/requirements.txt
View file @
358fc186
examples/pytorch/speech-recognition/requirements.txt
View file @
358fc186
...
...
@@ -3,3 +3,4 @@ torch >= 1.5
torchaudio
librosa
jiwer
evaluate
examples/pytorch/summarization/requirements.txt
View file @
358fc186
...
...
@@ -6,3 +6,4 @@ rouge-score
nltk
py7zr
torch >= 1.3
evaluate
examples/pytorch/text-classification/requirements.txt
View file @
358fc186
...
...
@@ -5,3 +5,4 @@ scipy
scikit-learn
protobuf
torch >= 1.3
evaluate
\ No newline at end of file
examples/pytorch/token-classification/requirements.txt
View file @
358fc186
...
...
@@ -2,3 +2,4 @@ accelerate
seqeval
datasets >= 1.8.0
torch >= 1.3
evaluate
\ No newline at end of file
examples/pytorch/translation/requirements.txt
View file @
358fc186
...
...
@@ -5,3 +5,4 @@ protobuf
sacrebleu >= 1.4.12
py7zr
torch >= 1.3
evaluate
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment