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
"vscode:/vscode.git/clone" did not exist on "98730c5dd7d572cb9b7435afe0215247663362ba"
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
datasets>=1.14.0
evaluate
librosa
librosa
torchaudio
torchaudio
torch>=1.6
torch>=1.6
\ No newline at end of file
examples/pytorch/image-classification/requirements.txt
View file @
358fc186
torch>=1.5.0
torch>=1.5.0
torchvision>=0.6.0
torchvision>=0.6.0
datasets>=1.17.0
datasets>=1.17.0
evaluate
examples/pytorch/language-modeling/requirements.txt
View file @
358fc186
...
@@ -3,3 +3,4 @@ torch >= 1.3
...
@@ -3,3 +3,4 @@ torch >= 1.3
datasets >= 1.8.0
datasets >= 1.8.0
sentencepiece != 0.1.92
sentencepiece != 0.1.92
protobuf
protobuf
evaluate
examples/pytorch/multiple-choice/requirements.txt
View file @
358fc186
...
@@ -2,3 +2,4 @@ accelerate
...
@@ -2,3 +2,4 @@ accelerate
sentencepiece != 0.1.92
sentencepiece != 0.1.92
protobuf
protobuf
torch >= 1.3
torch >= 1.3
evaluate
examples/pytorch/question-answering/requirements.txt
View file @
358fc186
accelerate
accelerate
datasets >= 1.8.0
datasets >= 1.8.0
torch >= 1.3.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
git://github.com/huggingface/accelerate.git
datasets >= 2.0.0
datasets >= 2.0.0
torch >= 1.3
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
...
@@ -3,3 +3,4 @@ torch >= 1.5
torchaudio
torchaudio
librosa
librosa
jiwer
jiwer
evaluate
examples/pytorch/summarization/requirements.txt
View file @
358fc186
...
@@ -6,3 +6,4 @@ rouge-score
...
@@ -6,3 +6,4 @@ rouge-score
nltk
nltk
py7zr
py7zr
torch >= 1.3
torch >= 1.3
evaluate
examples/pytorch/text-classification/requirements.txt
View file @
358fc186
...
@@ -5,3 +5,4 @@ scipy
...
@@ -5,3 +5,4 @@ scipy
scikit-learn
scikit-learn
protobuf
protobuf
torch >= 1.3
torch >= 1.3
evaluate
\ No newline at end of file
examples/pytorch/token-classification/requirements.txt
View file @
358fc186
...
@@ -2,3 +2,4 @@ accelerate
...
@@ -2,3 +2,4 @@ accelerate
seqeval
seqeval
datasets >= 1.8.0
datasets >= 1.8.0
torch >= 1.3
torch >= 1.3
evaluate
\ No newline at end of file
examples/pytorch/translation/requirements.txt
View file @
358fc186
...
@@ -5,3 +5,4 @@ protobuf
...
@@ -5,3 +5,4 @@ protobuf
sacrebleu >= 1.4.12
sacrebleu >= 1.4.12
py7zr
py7zr
torch >= 1.3
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