This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
haystack
Watch
1
Star
0
Fork
0
You've already forked haystack
mirror of
https://github.com/deepset-ai/haystack.git
synced
2026-02-06 23:12:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
haystack
/
haystack
/
modeling
History
Vladimir Blagojevic
18444427da
Use from tqdm.auto import tqdm instead of from tqdm import tqdm (
#3672
)
2022-12-06 22:53:41 +01:00
..
data_handler
Use from tqdm.auto import tqdm instead of from tqdm import tqdm (
#3672
)
2022-12-06 22:53:41 +01:00
evaluation
Use from tqdm.auto import tqdm instead of from tqdm import tqdm (
#3672
)
2022-12-06 22:53:41 +01:00
model
refactor: replace
torch.no_grad
with
torch.inference_mode
(where possible) (
#3601
)
2022-11-23 09:26:11 +01:00
training
Use from tqdm.auto import tqdm instead of from tqdm import tqdm (
#3672
)
2022-12-06 22:53:41 +01:00
__init__.py
Pylint: solve or silence locally rare warnings (
#2170
)
2022-02-21 20:16:14 +01:00
infer.py
Use from tqdm.auto import tqdm instead of from tqdm import tqdm (
#3672
)
2022-12-06 22:53:41 +01:00
utils.py
refactor: apply pep-484 (
#3542
)
2022-11-08 14:30:33 +01:00
visual.py
Simplify
language_modeling.py
and
tokenization.py
(
#2703
)
2022-07-22 16:29:30 +02:00