Sylvain Gugger
c0df963ee1
Make the big table creation/check platform independent ( #8856 )
2020-12-01 11:45:57 -05:00
Sylvain Gugger
75f8100fc7
Add a direct link to the big table ( #8850 )
2020-11-30 10:29:23 -05:00
Sylvain Gugger
4821ea5aeb
Big model table ( #8774 )
...
* First draft
* Styling
* With all changes staged
* Update docs/source/index.rst
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
* Styling
Co-authored-by: Julien Chaumond <chaumond@gmail.com>
2020-11-25 12:02:15 -05:00
Julien Plu
91a67b7506
Use LF instead of os.linesep ( #8491 )
2020-11-12 13:52:40 -05:00
Santiago Castro
969859d5f6
Fix doc errors and typos across the board ( #8139 )
...
* Fix doc errors and typos across the board
* Fix a typo
* Fix the CI
* Fix more typos
* Fix CI
* More fixes
* Fix CI
* More fixes
* More fixes
2020-10-29 10:33:33 -04:00
Stas Bekman
a5a8eeb772
fix DeprecationWarning ( #7834 )
...
in `tests/test_utils_check_copies.py` I was getting intermittently:
```
utils/check_copies.py:52
/mnt/nvme1/code/transformers-comet/utils/check_copies.py:52: DeprecationWarning: invalid escape sequence \s
while line_index < len(lines) and re.search(f"^{indent}(class|def)\s+{name}", lines[line_index]) is None:
```
So this should fix it.
2020-10-15 16:21:09 -04:00
Sylvain Gugger
a3cea6a8cc
Better links for models in READMED and doc index ( #7680 )
2020-10-09 11:17:16 -04:00
sgugger
bc00b37a0d
Revert "Better model links in the README and index"
...
This reverts commit 76e05518bb
.
2020-10-09 10:56:13 -04:00
sgugger
76e05518bb
Better model links in the README and index
2020-10-09 10:54:40 -04:00
Sylvain Gugger
b2b7fc7814
Check and update model list in index.rst automatically ( #7527 )
...
* Check and update model list in index.rst automatically
* Check and update model list in index.rst automatically
* Adapt template
2020-10-05 09:40:45 -04:00
Sylvain Gugger
4ba248748f
Get a better error when check_copies fails ( #7457 )
...
* Get a better error when check_copies fails
* Fix tests
2020-09-30 10:05:14 +02:00
Sylvain Gugger
bbb07830ff
Speedup check_copies script ( #7394 )
2020-09-25 11:47:22 -04:00
Sylvain Gugger
596342c2b9
Support for Windows in check_copies ( #7316 )
2020-09-22 10:17:48 -04:00
Sylvain Gugger
e4b94d8e58
Copy code from Bert to Roberta and add safeguard script ( #7219 )
...
* Copy code from Bert to Roberta and add safeguard script
* Fix docstring
* Comment code
* Formatting
* Update src/transformers/modeling_roberta.py
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
* Add test and fix bugs
* Fix style and make new comand
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
2020-09-22 05:02:27 -04:00