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

Add support for XLM-R XL and XXL models by modeling_xlm_roberta_xl.py #13727

Merged
merged 27 commits into from
Jan 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
70f0f04
add xlm roberta xl
Soonhwan-Kwon Sep 24, 2021
b831d60
add convert xlm xl fairseq checkpoint to pytorch
Soonhwan-Kwon Sep 24, 2021
123aab4
fix init and documents for xlm-roberta-xl
Soonhwan-Kwon Sep 24, 2021
1514f67
fix indention
Soonhwan-Kwon Sep 24, 2021
57d72ca
add test for XLM-R xl,xxl
Soonhwan-Kwon Oct 13, 2021
bd19941
fix model hub name
Soonhwan-Kwon Nov 14, 2021
d2d2715
fix some stuff
patrickvonplaten Dec 31, 2021
6be7307
Merge branch 'master' of https://github.com/huggingface/transformers …
patrickvonplaten Dec 31, 2021
9b4203f
up
patrickvonplaten Dec 31, 2021
5fca25a
correct init
patrickvonplaten Dec 31, 2021
df499c7
fix more
patrickvonplaten Dec 31, 2021
6a9c09f
fix as suggestions
Soonhwan-Kwon Jan 6, 2022
83852d1
add torch_device
Soonhwan-Kwon Jan 6, 2022
21bcebb
fix default values of doc strings
Soonhwan-Kwon Jan 6, 2022
7b058be
fix leftovers
patrickvonplaten Jan 28, 2022
351ada4
Merge branch 'master' of https://github.com/huggingface/transformers …
patrickvonplaten Jan 28, 2022
c4af533
merge to master
patrickvonplaten Jan 28, 2022
864620b
up
patrickvonplaten Jan 28, 2022
a9b13b8
correct hub names
patrickvonplaten Jan 28, 2022
1525c94
fix docs
patrickvonplaten Jan 28, 2022
4762f20
fix model
patrickvonplaten Jan 28, 2022
316a750
up
patrickvonplaten Jan 28, 2022
f9ad5ff
finalize
patrickvonplaten Jan 28, 2022
b9b80f4
last fix
patrickvonplaten Jan 28, 2022
1d49d20
Apply suggestions from code review
patrickvonplaten Jan 29, 2022
ad3e260
add copied from
patrickvonplaten Jan 29, 2022
9142af2
make style
patrickvonplaten Jan 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge to master
  • Loading branch information
patrickvonplaten committed Jan 28, 2022
commit c4af5331ab33dad3a54a963d781613da14fcc176
2 changes: 1 addition & 1 deletion tests/test_modeling_xlm_roberta_xl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# coding=utf-8
# Copyright 2020 The HuggingFace Team. All rights reserved.
# Copyright 2022 The HuggingFace Team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down