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
f1a3d037
Unverified
Commit
f1a3d037
authored
Jun 17, 2020
by
Sam Shleifer
Committed by
GitHub
Jun 17, 2020
Browse files
add pandas to setup.cfg (#5093)
parent
90c83387
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
examples/longform-qa/eli5_utils.py
examples/longform-qa/eli5_utils.py
+1
-1
setup.cfg
setup.cfg
+1
-0
No files found.
examples/longform-qa/eli5_utils.py
View file @
f1a3d037
...
...
@@ -5,6 +5,7 @@ from random import choice, randint
from
time
import
time
import
numpy
as
np
import
pandas
as
pd
import
torch
import
torch.utils.checkpoint
as
checkpoint
from
torch.utils.data
import
DataLoader
,
Dataset
,
RandomSampler
,
SequentialSampler
...
...
@@ -12,7 +13,6 @@ from tqdm import tqdm
import
faiss
# noqa: F401
import
nlp
# noqa: F401
import
pandas
as
pd
from
elasticsearch
import
Elasticsearch
# noqa: F401
from
elasticsearch.helpers
import
bulk
,
streaming_bulk
# noqa: F401
from
transformers
import
AdamW
,
AutoModel
,
AutoModelForSeq2SeqLM
,
AutoTokenizer
,
get_linear_schedule_with_warmup
...
...
setup.cfg
View file @
f1a3d037
...
...
@@ -14,6 +14,7 @@ known_third_party =
nltk
numpy
packaging
pandas
PIL
psutil
pytorch_lightning
...
...
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