VictorSanh
|
a95ced6260
|
[Distillation] save last chkpt as pytorch_model.bin
|
2019-09-09 19:53:35 +00:00 |
|
thomwolf
|
50c6bc4195
|
fix tf bert model
|
2019-09-09 17:46:01 +02:00 |
|
Rohit Kumar Singh
|
4b082bd4d8
|
Merge pull request #1 from SKRohit/SKRohit-patch-1
changes in return statement of evaluate function
|
2019-09-09 19:59:27 +05:30 |
|
Rohit Kumar Singh
|
e5df36397b
|
changes in return statement of evaluate function
changed `results` to `result` and removed `results` dict defined previously
|
2019-09-09 19:55:57 +05:30 |
|
thomwolf
|
0537139b2b
|
removing tf.function
|
2019-09-09 14:47:31 +02:00 |
|
Thomas Wolf
|
84d346b687
|
Merge pull request #1195 from huggingface/reorder_arguments
[2.0] Reodering arguments for torch jit #1010 and future TF2.0 compatibility
|
2019-09-09 15:42:51 +03:00 |
|
Thomas Wolf
|
3f05de6dde
|
Merge branch 'master' into reorder_arguments
|
2019-09-09 15:42:25 +03:00 |
|
thomwolf
|
33cb00f41a
|
add GPT2 to init - fix weights loading - remove tf.function
|
2019-09-09 14:29:24 +02:00 |
|
thomwolf
|
78b2a53f10
|
debug file download in tests error
|
2019-09-09 13:38:10 +02:00 |
|
thomwolf
|
6b3438df21
|
fixing GPT2 double head model and updating the torch version tests
|
2019-09-09 12:48:36 +02:00 |
|
thomwolf
|
e360037236
|
Merge branch 'tf2' of https://github.com/huggingface/pytorch-transformers into tf2
|
2019-09-09 11:08:49 +02:00 |
|
thomwolf
|
b7175a2701
|
fixed imports in tests and gpt2 config test
|
2019-09-09 11:04:03 +02:00 |
|
Thomas Wolf
|
995e38b7af
|
Merge pull request #1214 from huggingface/new-examples
Better examples
|
2019-09-09 10:26:36 +03:00 |
|
thomwolf
|
3401980fc4
|
fix #1208
|
2019-09-09 10:22:12 +03:00 |
|
thomwolf
|
728637356c
|
WIP GPT2
|
2019-09-09 10:18:55 +03:00 |
|
thomwolf
|
34f28b2a13
|
WIP GPT2
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
ad88563bda
|
WIP GPT-2
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
64d83c7ae0
|
WIP
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
01597e5b90
|
add tf auto models + tests
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
f5c698b21a
|
add weights tying, attention and hidden states output tests
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
6dc4b6f34c
|
skip transfo-xl tokenizer tests with tf for now
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
e30579f764
|
no pytest version checking
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
518307dfcd
|
test suite independent of framework
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
9d0a11a68c
|
update dependencies and circle-ci
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
24a20483f5
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
6f152572cd
|
add conversion script, rename conversion scripts
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
a4704b1263
|
skipping tf tests if tf is not installed
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
ad0ab9afe9
|
fix test when tf is not here
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
59fe641b8b
|
also gathering file names in file_utils
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
d68a8fe462
|
add tf bert files
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
7ae642b72d
|
update conversion scripts
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
69bff89935
|
clean ups
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
1efb1f1660
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
|
thomwolf
|
1eb125fb95
|
be sure we have uint8
|
2019-09-08 15:02:06 +03:00 |
|
LysandreJik
|
3f91338be9
|
Patched a few outdated parameters
|
2019-09-06 17:48:06 -04:00 |
|
LysandreJik
|
f47f9a5874
|
Updated outdated examples
|
2019-09-06 17:10:33 -04:00 |
|
thomwolf
|
ee027c89f2
|
fix #1165
|
2019-09-06 23:40:05 +03:00 |
|
LysandreJik
|
e52737d5ad
|
Updated docs README to feature the examples symlink
|
2019-09-06 12:13:31 -04:00 |
|
LysandreJik
|
5e151f5e77
|
Table of contents
|
2019-09-06 12:08:36 -04:00 |
|
LysandreJik
|
593c070435
|
Better examples
|
2019-09-06 12:00:12 -04:00 |
|
Thomas Wolf
|
5ac8b62265
|
Merge pull request #1205 from maru0kun/patch-2
Fix typo
|
2019-09-05 21:44:16 +02:00 |
|
thomwolf
|
5c6cac102b
|
adding test for common properties and cleaning up a bit base class
|
2019-09-05 21:31:29 +02:00 |
|
Thomas Wolf
|
ed717635ff
|
Merge pull request #1201 from huggingface/configuration_refactoring
[2.0] - Split configuration and modeling files
|
2019-09-05 21:16:58 +02:00 |
|
VictorSanh
|
04b50cabf6
|
gitignore
|
2019-09-05 18:49:28 +00:00 |
|
VictorSanh
|
dddd6b9927
|
Update DistilBERT training code
|
2019-09-05 18:26:14 +00:00 |
|
Julien Chaumond
|
f9453d15e5
|
Fix broken link
|
2019-09-05 12:35:22 -04:00 |
|
Julien Chaumond
|
f7ee2e5d20
|
[README] link to Write With Transformer
|
2019-09-05 12:33:46 -04:00 |
|
maru0kun
|
d737947725
|
Fix typo
|
2019-09-05 19:24:57 +09:00 |
|
thomwolf
|
705237b4ec
|
add tf auto models + tests
|
2019-09-05 12:21:08 +02:00 |
|
thomwolf
|
600a42329b
|
add weights tying, attention and hidden states output tests
|
2019-09-05 12:02:14 +02:00 |
|