Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #1

Open
wants to merge 1,839 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1839 commits
Select commit Hold shift + click to select a range
ad71965
Remove circular imports in layoutlm/__init__.py (#17576)
regisss Jun 6, 2022
9aa230a
Use latest stable PyTorch/DeepSpeed for Push & Scheduled CI (#17417)
ydshieh Jun 7, 2022
b6a65ae
Fix circular import in onnx.utils (#17577)
sgugger Jun 7, 2022
b118730
Fix gendered sentence in Spanish translation(#17558)
omarespejel Jun 7, 2022
9e72eb4
Skip disk offload test for T5
sgugger Jun 7, 2022
3cab902
Add examples telemetry (#17552)
sgugger Jun 7, 2022
5c8f601
Fx support for Deberta-v[1-2], Hubert and LXMERT (#17539)
michaelbenayoun Jun 7, 2022
706bb83
quicktour.mdx en -> pt translation (#17074)
vitorfrois Jun 7, 2022
119e3c0
M-CTC-T Model (#16402)
cwkeam Jun 7, 2022
c6cea5a
fix (#17589)
ydshieh Jun 7, 2022
78c695e
CLI: add stricter automatic checks to `pt-to-tf` (#17588)
gante Jun 8, 2022
9d99489
Add TFData2VecVision for semantic segmentation (#17271)
sayakpaul Jun 8, 2022
264128c
Explicit versions in docker files (#17586)
ydshieh Jun 8, 2022
ae7bae8
fix `train_new_from_iterator` in the case of byte-level tokenizers (#…
SaulLu Jun 8, 2022
34097b3
Extend Transformers Trainer Class to Enable CPU AMP and Integrate Int…
jianan-gu Jun 8, 2022
ee82c86
Fix link for community notebooks (#17602)
ngoquanghuy99 Jun 8, 2022
7d0b6fc
CLI: Properly detect encoder-decoder models (#17605)
gante Jun 8, 2022
e160a5d
Fix telemetry URL (#17608)
sgugger Jun 8, 2022
e9d5138
TF: Merge PT and TF behavior for Bart when no decoder_input_ids are p…
gante Jun 8, 2022
66e8656
CLI: Print all different tensors on exception (#17612)
gante Jun 8, 2022
dfc76b2
has_attentions - consistent test skipping logic and tf tests (#17495)
amyeroberts Jun 9, 2022
ca2a55e
BLOOM (#17474)
younesbelkada Jun 9, 2022
5323094
Add ONNX support for ResNet (#17585)
regisss Jun 9, 2022
e0be053
Add ONNX support for ConvNeXT (#17627)
regisss Jun 9, 2022
9fc3423
Use shape_list to safely get shapes for Swin (#17591)
amyeroberts Jun 9, 2022
2908064
Mention in the doc we drop support for fairscale (#17610)
sgugger Jun 9, 2022
2351729
Adding `top_k` argument to `text-classification` pipeline. (#17606)
Narsil Jun 9, 2022
c70dacd
Fix very long job failure text in Slack report (#17630)
ydshieh Jun 9, 2022
90ed9ae
fix use_amp rename after pr 17138 (#17636)
stas00 Jun 9, 2022
c38f4e1
Running a pipeline of `float16`. (#17637)
Narsil Jun 9, 2022
75343de
[modeling_utils] torch_dtype/auto floating dtype fixes (#17614)
stas00 Jun 9, 2022
da0bed5
Pre-build DeepSpeed (#17607)
ydshieh Jun 9, 2022
fba0b6a
convert assertion to raised exception in debertav2 (#17619)
sam-h-bean Jun 9, 2022
df1ec6b
didn't exist in pt-1.9 (#17644)
stas00 Jun 9, 2022
e0b58fb
Translation/autoclass (#17615)
mfumanelli Jun 10, 2022
af4a1ec
Skip tests until bug is fixed. (#17646)
sgugger Jun 10, 2022
6e93d94
Move Clip image utils to image_utils.py (#17628)
alaradirik Jun 10, 2022
49becba
Enable crop_center method to handle (W, H, C) images (#17626)
alaradirik Jun 10, 2022
1d46330
Bump cookiecutter in /examples/research_projects/decision_transformer…
dependabot[bot] Jun 10, 2022
2bc3051
Fix style
LysandreJik Jun 10, 2022
cdaed36
Fix style
LysandreJik Jun 10, 2022
fd1e670
Add skip logic for attentions test - Levit (#17633)
amyeroberts Jun 10, 2022
b880909
Fix dtype getters (#17656)
sgugger Jun 10, 2022
35b1603
Fixes #17128 . (#17356)
mygithubid1 Jun 10, 2022
c99ddcc
🐛 Properly raise `RepoNotFoundError` when not authenticated (#17651)
SBrandeis Jun 10, 2022
3114df4
update README.md (#17657)
loubnabnl Jun 10, 2022
5e428b7
[BigBirdFlaxTests] Make tests slow (#17658)
patrickvonplaten Jun 10, 2022
b4eef63
[Data2Vec] Speed up test (#17660)
patrickvonplaten Jun 10, 2022
13e875c
[Generation Test] Make fast test actually fast (#17661)
patrickvonplaten Jun 10, 2022
39e1461
fix typo from emtpy to empty (#17643)
domenicrosati Jun 10, 2022
224bde9
Avoid GPU OOM for a TF Rag test (#17638)
ydshieh Jun 10, 2022
a5282ab
Fix typo in adding_a_new_model README (#17679)
ayushtues Jun 13, 2022
66336dc
Add Visual Question Answering (VQA) pipeline (#17286)
sijunhe Jun 13, 2022
c1daf72
Fixed documentation typo, parameter name is evaluation_strategy, not …
sainttttt Jun 13, 2022
7308358
explicitly set utf8 for Windows (#17664)
Jun 13, 2022
a1344db
Fix dtype getter (#17668)
sgugger Jun 13, 2022
5483388
Update modeling_gpt_neox.py (#17575)
willfrey Jun 13, 2022
457d4a3
Add Ray's scope to training arguments (#17629)
Jun 13, 2022
4aabf9b
enable cpu distribution training using mpirun (#17570)
sywangyi Jun 13, 2022
1690094
Add FP16 Support for SageMaker Model Parallel (#17386)
haohanchen-aws Jun 13, 2022
a72f1c9
Add `LongT5` model (#16792)
stancld Jun 13, 2022
df15703
Fix doc builder Dockerfile (#17435)
ydshieh Jun 14, 2022
3b29c9f
Extend Transformers Trainer Class to Enable PyTorch Torchscript for I…
jianan-gu Jun 14, 2022
53496ac
[LongT5] Rename checkpoitns (#17700)
patrickvonplaten Jun 14, 2022
9068fa6
Rag end2end new (#17650)
Jun 14, 2022
3960ce9
Include a comment to reflect Amy's contributions (#17689)
sayakpaul Jun 14, 2022
bd43151
Swin main layer (#17693)
amyeroberts Jun 14, 2022
edb672a
Add `BloomForSequenceClassification` and `BloomForTokenClassification…
haileyschoelkopf Jun 14, 2022
7ec9128
FX function refactor (#17625)
michaelbenayoun Jun 14, 2022
120649b
[LongT5] disable model parallel test (#17702)
patil-suraj Jun 14, 2022
d453ea6
fix tolerance for a bloom slow test (#17634)
younesbelkada Jun 14, 2022
b76290f
Change push CI to run on workflow_run event (#17692)
ydshieh Jun 15, 2022
242cc6e
Documentation: RemBERT fixes (#17641)
stefan-it Jun 15, 2022
7f14839
[Wav2Vec2Conformer] Official release (#17709)
patrickvonplaten Jun 15, 2022
50415b8
Revert "Change push CI to run on workflow_run event (#17692)" (#17717)
ydshieh Jun 15, 2022
6ebeeee
Update requirements.txt (#17719)
jeffra Jun 15, 2022
c3c62b5
CLI: Add flag to push TF weights directly into main (#17720)
gante Jun 15, 2022
66f8933
normalize keys_to_ignore (#17722)
stas00 Jun 15, 2022
3981ee8
Sort the model doc Toc Alphabetically (#17723)
sgugger Jun 15, 2022
2eadb7e
Fix mask token in the example (#17725)
Jiayi-Pan Jun 16, 2022
f44e2c2
Fix tf shared embedding (#17730)
ArthurZucker Jun 16, 2022
36d4647
Refine Bf16 test for deepspeed (#17734)
sgugger Jun 16, 2022
7c6ec19
v4.21.0.dev0
sgugger Jun 16, 2022
3c7e56f
Remove needless file
sgugger Jun 16, 2022
ca169db
Enable PyTorch nightly build CI (#17335)
ydshieh Jun 17, 2022
2d7c1bb
feat: add num_workers arg to DataLoader (#17751)
greg2451 Jun 17, 2022
5089a2d
Bump notebook in /examples/research_projects/visual_bert (#17742)
dependabot[bot] Jun 17, 2022
e44a569
Bump notebook in /examples/research_projects/lxmert (#17743)
dependabot[bot] Jun 17, 2022
21a7724
Migrate HFDeepSpeedConfig from trfrs to accelerate (#17623)
pacman100 Jun 17, 2022
522a9ec
Save huggingface checkpoint as artifact in mlflow callback (#17686)
swethmandava Jun 17, 2022
0d92798
Added translation of index.mdx to Portuguese Issue #16824 (#17565)
rzimmerdev Jun 18, 2022
6589e51
Attempt to change Push CI to workflow_run (#17753)
ydshieh Jun 18, 2022
132402d
TF: BART compatible with XLA generation (#17479)
gante Jun 20, 2022
a2d34b7
deprecate is_torch_bf16_available (#17738)
stas00 Jun 20, 2022
fdb1208
Fix cache for GPT-Neo-X (#17764)
sgugger Jun 20, 2022
d3cb288
Not use -1e4 as attn mask (#17306)
ydshieh Jun 20, 2022
da27c4b
Update modeling_longt5.py (#17777)
bjascob Jun 20, 2022
8fcbe27
Add UL2 (just docs) (#17740)
patrickvonplaten Jun 21, 2022
eb16be4
add onnx support for deberta and debertav2 (#17617)
sam-h-bean Jun 21, 2022
da2bd2a
[CodeParrot] Near-deduplication with jaccard similarity (#17054)
Jun 21, 2022
3fab17f
Add link to notebook (#17791)
NielsRogge Jun 21, 2022
b681e12
[ViTMAE] Fix docstrings and variable names (#17710)
NielsRogge Jun 21, 2022
27e9073
Fix Automatic Download of Pretrained Weights in DETR (#17712)
AnugunjNaman Jun 21, 2022
7bc88c0
Fix forward reference imports in DeBERTa configs (#17800)
sgugger Jun 21, 2022
6a5272b
Prepare transformers for v0.8.0 huggingface-hub release (#17716)
LysandreJik Jun 21, 2022
f47afef
Use 5e-5 For BigBird PT/Flax equivalence tests (#17780)
ydshieh Jun 21, 2022
7cced02
TF Sharded (#17713)
ArthurZucker Jun 21, 2022
ef23fae
Fix test for BF16 detection (#17803)
sgugger Jun 21, 2022
52404cb
Properly check for a TPU device (#17802)
muellerzr Jun 21, 2022
abc400b
Add final_layer_norm to OPT model (#17785)
thomasw21 Jun 21, 2022
26a6a42
Improve error message Union not allowed (#17769)
Jun 21, 2022
3ccff0d
Remove duplicate code (#17708)
lkm2835 Jun 21, 2022
3b00b62
Fix `top_k_top_p_filtering` having unexpected behavior (#17744)
unifyh Jun 21, 2022
16c6eb7
Flax sharded (#17760)
ArthurZucker Jun 22, 2022
1357038
Add logits_processor parameter, used by `generate`, to `Seq2SeqTraine…
eranhirs Jun 22, 2022
56b83cf
initial commit (#17818)
ArthurZucker Jun 22, 2022
af0d21e
Bump numpy in /examples/research_projects/visual_bert (#17816)
dependabot[bot] Jun 22, 2022
c366ce1
Bump numpy from 1.21.0 to 1.22.0 in /examples/research_projects/lxmer…
dependabot[bot] Jun 22, 2022
0d0c392
CLI: use hub's `create_commit` (#17755)
gante Jun 22, 2022
df8e680
Offload fixes (#17810)
sgugger Jun 22, 2022
8d634b7
Fix push CI artifact path (#17788)
ydshieh Jun 23, 2022
ab223fc
add doctests for DETR (#17786)
qherreros Jun 23, 2022
5cce307
TF: generate without `tf.TensorArray` (#17801)
gante Jun 23, 2022
4297f44
Update type hints modeling_yoso.py (#17827)
F02934 Jun 23, 2022
d37a68e
Add missing type hints for QDQBertModel (#17783)
willtai Jun 23, 2022
b2fdbac
change message (#17836)
SaulLu Jun 23, 2022
3eed553
Fix properties of unset special tokens in non verbose mode (#17797)
guillaumekln Jun 23, 2022
5bc779a
Fix an error message in BigBird (#17840)
ydshieh Jun 23, 2022
6f29029
Improve performance docs (#17750)
lvwerra Jun 23, 2022
18c263c
BLOOM minor changes on tokenizer (#17823)
younesbelkada Jun 23, 2022
1a7ef33
Fix broken test for models with batchnorm (#17841)
Rocketknight1 Jun 23, 2022
e70abda
Update modeling_cvt.py (#17846)
F02934 Jun 23, 2022
acb709d
Change no trainer image_classification test (#17635)
muellerzr Jun 23, 2022
7cf52a4
Nezha Pytorch implementation (#17776)
sijunhe Jun 23, 2022
7c1b912
Index RNG states by global rank in saves (#17852)
sgugger Jun 23, 2022
75259b4
Properly calculate the total train iterations and recalculate num epo…
muellerzr Jun 23, 2022
893ab12
Auto-build Docker images before on-merge if setup.py was changed (#17…
muellerzr Jun 23, 2022
0917870
Improve vision models (#17731)
NielsRogge Jun 24, 2022
c2c0d9d
Improve encoder decoder model docs (#17815)
Threepointone4 Jun 24, 2022
bc7a6fd
Fix Constrained beam search duplication and weird output issue (#17814)
boy2000-007man Jun 24, 2022
73a0496
[tests/VisionEncoderDecoder] import to_2tuple from test utils (#17865)
patil-suraj Jun 24, 2022
4474900
Fix Splinter test (#17854)
ydshieh Jun 24, 2022
d6b6fb9
Add CodeGen model (#17443)
rooa Jun 24, 2022
061a73d
[CodeGen] support device_map="auto" for sharded checkpoints (#17871)
patil-suraj Jun 24, 2022
ef28a40
Add type hints for gptneox models (#17858)
willtai Jun 24, 2022
2ef94ee
Fix: torch.utils.checkpoint import error. (#17849)
kumapo Jun 24, 2022
0e0f1f4
Use higher value for hidden_size in Flax BigBird test (#17822)
ydshieh Jun 24, 2022
494aac6
Skip `test_multi_gpu_data_parallel_forward` for `MaskFormer` (#17864)
ydshieh Jun 24, 2022
b03be78
Fix `test_inference_instance_segmentation_head` (#17872)
ydshieh Jun 24, 2022
e8eb699
Properly get tests deps in test_fetcher (#17870)
sgugger Jun 24, 2022
cc5c061
CLI: handle multimodal inputs (#17839)
gante Jun 25, 2022
401fcca
Fix TF GPT2 test_onnx_runtime_optimize (#17874)
ydshieh Jun 27, 2022
ee0d001
Add a TF in-graph tokenizer for BERT (#17701)
Rocketknight1 Jun 27, 2022
3ec7d4c
fix mask (#17837)
younesbelkada Jun 27, 2022
9a34538
fix (#17890)
ydshieh Jun 27, 2022
afb71b6
Add type annotations for RoFormer models (#17878)
donelianc Jun 27, 2022
9874282
Fix add new model like frameworks (#17869)
sgugger Jun 27, 2022
71b2839
bert: add conversion script for BERT Token Dropping TF2 checkpoints (…
stefan-it Jun 27, 2022
6dd00f6
Update README_zh-hans.md (#17861)
mmdjiji Jun 27, 2022
e02037b
Fix bug in gpt2's (from-scratch) special scaled weight initialization…
karpathy Jun 27, 2022
0b0dd97
Update expected values in constrained beam search tests (#17887)
ydshieh Jun 28, 2022
f717d47
Fix `test_number_of_steps_in_training_with_ipex` (#17889)
ydshieh Jun 28, 2022
db2644b
Fix PyTorch/TF Auto tests (#17895)
ydshieh Jun 28, 2022
9eec4e9
[M2M100] update conversion script (#17916)
patil-suraj Jun 28, 2022
1dfa03f
Pin black to 22.3.0 to benefit from a stable --preview flag (#17918)
LysandreJik Jun 28, 2022
0094565
Fix loss computation in TFBertForPreTraining (#17898)
Rocketknight1 Jun 28, 2022
f71895a
Move logic into pixelshuffle layer (#17899)
amyeroberts Jun 28, 2022
bfcd574
In `group_texts` function, drop last block if smaller than `block_siz…
billray0259 Jun 28, 2022
76d13de
Add ONNX support for DETR (#17904)
regisss Jun 28, 2022
b424f0b
Mrbean/codegen onnx (#17903)
sam-h-bean Jun 28, 2022
6c8f4c9
Adding GroupViT Models (#17313)
xvjiarui Jun 28, 2022
5a3d0cb
Pin PyTorch while we fix compatibility with 1.12
sgugger Jun 28, 2022
5f1e67a
Pin PyTorch in requirements as well
sgugger Jun 28, 2022
776855c
Fixing a regression with `return_all_scores` introduced in #17606 (#1…
Narsil Jun 28, 2022
6aae59d
Compute min_resolution in prepare_image_inputs (#17915)
ydshieh Jun 29, 2022
babd7b1
Remove DT_DOUBLE from the T5 graph (#17891)
szutenberg Jun 29, 2022
9041547
Fix the Conda package build (#16737)
bryant1410 Jun 29, 2022
e113c5c
Remove render tags (#17897)
NielsRogge Jun 29, 2022
b814275
Add missing comment quotes (#17379)
leondz Jun 29, 2022
e6d27ca
TF: XLA beam search + most generation-compatible models are now also …
gante Jun 29, 2022
a7eba83
TF implementation of RegNets (#17554)
ariG23498 Jun 29, 2022
5cdfff5
Fix job links in Slack report (#17892)
ydshieh Jun 29, 2022
47b9165
Remove imports and use forward references in ONNX feature (#17926)
sgugger Jun 29, 2022
8f40077
Skip failing test until they are fixed.
sgugger Jun 29, 2022
3cff4cc
Add MVP model (#17787)
StevenTang1998 Jun 29, 2022
77b7667
Fix img seg tests (load checkpoints from `hf-internal-testing`) (#17939)
mishig25 Jun 29, 2022
7c4c6f6
Fix all is_torch_tpu_available issues (#17936)
muellerzr Jun 29, 2022
4c722e9
fix regexes with escape sequence (#17943)
stas00 Jun 29, 2022
9fe2403
Use explicit torch version in deepspeed CI (#17942)
ydshieh Jun 29, 2022
d444edb
OPT - Fix Softmax NaN in half precision mode (#17437)
younesbelkada Jun 29, 2022
b089cca
PyTorch 1.12.0 for scheduled CI (#17949)
ydshieh Jun 29, 2022
bc019b0
ExplicitEnum subclass str (JSON dump compatible) (#17933)
Jun 29, 2022
5feac3d
Fix prepare_tf_dataset when drop_remainder is not supplied (#17950)
Rocketknight1 Jun 29, 2022
fbc7598
add MobileViT model (#17354)
hollance Jun 29, 2022
eb1493b
Fix #17893, removed dead code (#17917)
clefourrier Jun 29, 2022
692e61e
Flax t5 Encoder (#17784)
crystina-z Jun 29, 2022
205bc41
Fix GPT-NeoX-20B past handling, attention computation (#17811)
zphang Jun 30, 2022
4f8361a
Unifying training argument type annotations (#17934)
jannisborn Jun 30, 2022
e4d2588
[Pipelines] Add revision tag to all default pipelines (#17667)
patrickvonplaten Jun 30, 2022
f25457b
Fix number of examples for iterable dataset in distributed training (…
sgugger Jun 30, 2022
91e1f24
CLI: convert sharded PT models (#17959)
gante Jun 30, 2022
fe14046
skip some ipex tests until it works with torch 1.12 (#17964)
ydshieh Jun 30, 2022
9cb7cef
Add ONNX support for LayoutLMv3 (#17953)
regisss Jun 30, 2022
49cd736
feat: add pipeline registry abstraction (#17905)
aarnphm Jun 30, 2022
14fb8a6
skip some gpt_neox tests that require 80G RAM (#17923)
ydshieh Jul 1, 2022
cb42502
Fix typo in perf_train_gpu_one.mdx (#17983)
aliencaocao Jul 1, 2022
569b679
Update expected values in CodeGen tests (#17888)
ydshieh Jul 1, 2022
3a064bd
fix `bias` keyword argument in TFDebertaEmbeddings (#17940)
WissamAntoun Jul 1, 2022
462b7f3
fixing fsdp autowrap functionality (#17922)
pacman100 Jul 1, 2022
b68d408
add ONNX support for BLOOM (#17961)
NouamaneTazi Jul 1, 2022
8bb2c38
Fix FlaxBigBirdEmbeddings (#17842)
ydshieh Jul 1, 2022
664688b
higher atol to avoid flaky trainer test failure (#17979)
ydshieh Jul 1, 2022
485bbe7
[Flax] Add remat (gradient checkpointing) (#17843)
sanchit-gandhi Jul 1, 2022
d6cec45
XLA train step fixes (#17973)
Rocketknight1 Jul 1, 2022
009171d
Ensure PT model is in evaluation mode and lightweight forward pass do…
amyeroberts Jul 1, 2022
6f0723a
Restore original task in test_warning_logs (#17985)
ydshieh Jul 1, 2022
6890d19
Shifting labels for causal LM when using label smoother (#17987)
seungeunrho Jul 1, 2022
49c8c67
Exclude Databricks from notebook env only if the runtime is below 11.…
davidheryanto Jul 1, 2022
a045cbd
only a stupid typo, but it can lead to confusion (#17930)
Dobatymo Jul 4, 2022
7b18702
Add link to existing documentation (#17931)
LysandreJik Jul 4, 2022
77ea513
Add TF ResNet model (#17427)
amyeroberts Jul 4, 2022
cf2578a
Refactor to inherit from nn.Module instead of nn.ModuleList (#17501)
amyeroberts Jul 4, 2022
3cfdefa
Fix typo in error message in generation_utils (#18000)
regisss Jul 4, 2022
7498db0
Replace BloomTokenizer by BloomTokenizerFast in doc (#18005)
regisss Jul 4, 2022
6cb1954
sort list of models (#18011)
hollance Jul 4, 2022
96d833b
Return scalar losses instead of per-sample means (#18013)
Rocketknight1 Jul 4, 2022
e3139ad
fixed calculation of ctc loss in TFWav2Vec2ForCTC (#18014)
Sreyan88 Jul 4, 2022
f098268
TF: T5 can now handle a padded past (i.e. XLA generation) (#17969)
gante Jul 4, 2022
97db5b4
Update expected values in DecisionTransformerModelIntegrationTest (#1…
ydshieh Jul 5, 2022
ec07ecc
[Flax] Bump to v0.4.1 (#17966)
sanchit-gandhi Jul 5, 2022
5ae087c
Fix T5/mT5 tests (#18029)
Rocketknight1 Jul 5, 2022
f681437
Enable Past CI (#17919)
ydshieh Jul 5, 2022
22edb68
Squash commits (#17981)
NielsRogge Jul 6, 2022
bf37e5c
Fix T5 incorrect weight decay in Trainer and official summarization e…
ADAning Jul 6, 2022
360719a
TF: GPT-J compatible with XLA generation (#17986)
gante Jul 6, 2022
be79cd7
Protect `TFGenerationMixin.seed_generator` so it's not created at imp…
Rocketknight1 Jul 6, 2022
2e90c3d
Doc to dataset (#18037)
sgugger Jul 6, 2022
870ff9e
Skip failing test until @gante fix it.
sgugger Jul 6, 2022
1b5ea74
Place inputs on device when include_inputs_for_metrics is True (#18046)
sgugger Jul 7, 2022
1b749a7
Sort doc toc (#18034)
sgugger Jul 7, 2022
91c4a3a
Added Command for windows VENV activation in installation docs (#18008)
darthvader2 Jul 7, 2022
2544c14
[Generate Tests] Make sure no tokens are force-generated (#18053)
patrickvonplaten Jul 7, 2022
de46cde
Drop columns after loading samples in prepare_tf_dataset (#17967)
Rocketknight1 Jul 7, 2022
9bd3968
Fix slow CI by pinning resampy (#18077)
sgugger Jul 8, 2022
94ca7d2
Fix type issue in using bucketing with Trainer (#18051)
seopbo Jul 8, 2022
7c046c5
Update localized READMES when template is filled. (#18062)
sgugger Jul 8, 2022
8b332a6
Make predict() close progress bars after finishing (#17952) (#18078)
neverix Jul 8, 2022
b63183f
Remove onnx conflicts.
fadi212 Jul 9, 2022
6bb0faa
fix: remove the bug.
fadi212 Jul 9, 2022
cb2e4aa
wip
albertoandreottiATgmail Sep 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
297 changes: 175 additions & 122 deletions .circleci/config.yml

Large diffs are not rendered by default.

84 changes: 0 additions & 84 deletions .circleci/deploy.sh

This file was deleted.

3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.py eol=lf
*.rst eol=lf
*.md eol=lf
*.md eol=lf
*.mdx eol=lf
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/---new-benchmark.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/--new-model-addition.md

This file was deleted.

105 changes: 0 additions & 105 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

119 changes: 119 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
name: "\U0001F41B Bug Report"
description: Submit a bug report to help us improve transformers
labels: [ "bug" ]
body:
- type: textarea
id: system-info
attributes:
label: System Info
description: Please share your system info with us. You can run the command `transformers-cli env` and copy-paste its output below.
placeholder: transformers version, platform, python version, ...
validations:
required: true

- type: textarea
id: who-can-help
attributes:
label: Who can help?
description: |
Your issue will be replied to more quickly if you can figure out the right person to tag with @
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
Please tag fewer than 3 people.

Models:

- ALBERT, BERT, XLM, DeBERTa, DeBERTa-v2, ELECTRA, MobileBert, SqueezeBert: `@LysandreJik`
- T5, Pegasus, EncoderDecoder: `@patrickvonplaten`
- Blenderbot, MBART, BART, Marian, Pegasus: `@patil-suraj`
- Reformer, TransfoXL, XLNet, FNet: `@patrickvonplaten`
- Longformer, BigBird: `@ydshieh`
- FSMT: `@stas00`
- Funnel: `@sgugger`
- GPT-2, GPT: `@patil-suraj`, `@patrickvonplaten`, `@LysandreJik`
- RAG, DPR: `@patrickvonplaten`, `@lhoestq`
- TensorFlow: `@Rocketknight1`
- JAX/Flax: `@patil-suraj`
- TAPAS, LayoutLM, LayoutLMv2, LUKE, ViT, BEiT, DEiT, DETR, CANINE: `@NielsRogge`
- GPT-Neo, GPT-J, CLIP: `@patil-suraj`
- Wav2Vec2, HuBERT, UniSpeech, UniSpeechSAT, SEW, SEW-D: `@patrickvonplaten`, `@anton-l`
- SpeechEncoderDecoder, Speech2Text, Speech2Text2: `@sanchit-gandhi`, `@patrickvonplaten`, `@anton-l`

If the model isn't in the list, ping `@LysandreJik` who will redirect you to the correct contributor.

Library:
- Benchmarks: `@patrickvonplaten`
- Deepspeed: `@stas00`
- Ray/raytune: `@richardliaw`, `@amogkam`
- Text generation: `@patrickvonplaten`, `@Narsil`, `@gante`
- Tokenizers: `@SaulLu`
- Trainer: `@sgugger`
- Pipelines: `@Narsil`
- Speech: `@patrickvonplaten`, `@anton-l`, `@sanchit-gandhi`
- Vision: `@NielsRogge`, `@sgugger`

Documentation: `@sgugger`, `@stevhliu`

Model hub:

- for issues with a model, report at https://discuss.huggingface.co/ and tag the model's creator.

HF projects:

- datasets: [different repo](https://github.com/huggingface/datasets)
- rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)

Examples:

- maintained examples (not research project or legacy): `@sgugger`, `@patil-suraj`

For research projetcs, please ping the contributor directly. For example, on the following projects:

- research_projects/bert-loses-patience: `@JetRunner`
- research_projects/distillation: `@VictorSanh`
placeholder: "@Username ..."

- type: checkboxes
id: information-scripts-examples
attributes:
label: Information
description: 'The problem arises when using:'
options:
- label: "The official example scripts"
- label: "My own modified scripts"

- type: checkboxes
id: information-tasks
attributes:
label: Tasks
description: "The tasks I am working on are:"
options:
- label: "An officially supported task in the `examples` folder (such as GLUE/SQuAD, ...)"
- label: "My own task or dataset (give details below)"

- type: textarea
id: reproduction
validations:
required: true
attributes:
label: Reproduction
description: |
Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet.
If you have code snippets, error messages, stack traces please provide them here as well.
Important! Use code tags to correctly format your code. See https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting
Do not use screenshots, as they are hard to read and (more importantly) don't allow others to copy-and-paste your code.

placeholder: |
Steps to reproduce the behavior:

1.
2.
3.


- type: textarea
id: expected-behavior
validations:
required: true
attributes:
label: Expected behavior
description: "A clear and concise description of what you would expect to happen."
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
blank_issues_enabled: true
version: 2.1
contact_links:
- name: Model checkpoints on the Hugging Face Hub
url: https://huggingface.co/models
about: Open a Pull request / Discussion related to a specific model checkpoint directly on the Hugging Face Hub
- name: Website Related
url: https://github.com/huggingface/hub-docs/issues
about: Feature requests and bug reports related to the website
- name: Forum
url: https://discuss.huggingface.co/
about: General usage questions and community discussions
Loading