Li Li
|
0aaedcc02f
|
Bug fix in examples;correct t_total for distributed training;run prediction for full dataset
|
2018-11-27 01:08:37 -08:00 |
|
thomwolf
|
32167cdf4b
|
remove convert_to_unicode and printable_text from examples
|
2018-11-26 23:33:22 +01:00 |
|
thomwolf
|
ce37b8e481
|
bump version in setup.py
|
2018-11-26 10:45:48 +01:00 |
|
thomwolf
|
05053d163c
|
update cache_dir in readme and examples
|
2018-11-26 10:45:13 +01:00 |
|
thomwolf
|
63ae5d2134
|
added cache_dir option in from_pretrained
|
2018-11-26 10:21:56 +01:00 |
|
thomwolf
|
029bdc0d50
|
fixing readme examples
|
2018-11-26 09:56:41 +01:00 |
|
thomwolf
|
ebaacba38b
|
fixing typo in docstring
|
2018-11-26 09:55:15 +01:00 |
|
thomwolf
|
870d71636e
|
fixing target size in crossentropy losses
|
2018-11-26 09:51:34 +01:00 |
|
thomwolf
|
982339d829
|
fixing unicode error
|
2018-11-23 12:22:12 +01:00 |
|
Thomas Wolf
|
60e01ac427
|
fix link in readme
|
2018-11-21 12:08:30 +01:00 |
|
thomwolf
|
6b2136a8a9
|
fixing weights decay in run_squad example
|
2018-11-20 10:12:44 +01:00 |
|
Thomas Wolf
|
061eeca84a
|
Merge pull request #32 from xiaoda99/master
Fix ineffective no_decay bug when using BERTAdam
|
2018-11-20 10:11:46 +01:00 |
|
Thomas Wolf
|
fd32ebed81
|
Merge pull request #42 from weiyumou/master
Fixed UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2
|
2018-11-20 10:09:50 +01:00 |
|
thomwolf
|
eed255a58d
|
fixing CLI typo in readme
|
2018-11-20 10:02:57 +01:00 |
|
thomwolf
|
2f21497d3e
|
fixing param.grad is None in fp16 examples
|
2018-11-20 10:01:21 +01:00 |
|
weiyumou
|
9ff2b7d86d
|
Fixed README typo
|
2018-11-19 23:13:10 -05:00 |
|
weiyumou
|
37b6c9b21b
|
Fixed UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 3793: ordinal not in range(128)
|
2018-11-19 23:01:28 -05:00 |
|
Thomas Wolf
|
da73925f6a
|
fix typos
|
2018-11-19 20:58:48 +01:00 |
|
Thomas Wolf
|
6f4be31d0d
|
Merge pull request #40 from joelgrus/patch-1
update pip package name
|
2018-11-19 20:54:46 +01:00 |
|
Joel Grus
|
dd56cfd89a
|
update pip package name
|
2018-11-19 09:50:34 -08:00 |
|
xiaoda99
|
6c4789e4e8
|
Fix ineffective no_decay bug
|
2018-11-18 16:16:21 +08:00 |
|
Thomas Wolf
|
956c917344
|
fix typos in readme
|
2018-11-17 23:25:23 +01:00 |
|
thomwolf
|
27ee0fff3c
|
add no_cuda args in extract_features
|
2018-11-17 23:04:44 +01:00 |
|
thomwolf
|
aa50fd196f
|
remove unused arguments in example scripts
|
2018-11-17 23:01:05 +01:00 |
|
Thomas Wolf
|
7c91e51c26
|
update links in readme
|
2018-11-17 22:54:15 +01:00 |
|
Thomas Wolf
|
e113101702
|
fix typos in readme
|
2018-11-17 12:36:35 +01:00 |
|
Thomas Wolf
|
4132a028af
|
Merge pull request #29 from huggingface/first-release
First release
|
2018-11-17 12:21:48 +01:00 |
|
thomwolf
|
47a7d4ec14
|
update examples from master
|
2018-11-17 12:21:35 +01:00 |
|
thomwolf
|
c8cba67742
|
clean up readme and examples
|
2018-11-17 12:19:16 +01:00 |
|
thomwolf
|
757750d6f6
|
fix tests
|
2018-11-17 11:58:14 +01:00 |
|
thomwolf
|
a99b971738
|
bump up version minor
|
2018-11-17 10:43:39 +01:00 |
|
thomwolf
|
4e46affc34
|
updating examples
|
2018-11-17 10:30:54 +01:00 |
|
thomwolf
|
d0673c7dbd
|
fix links
|
2018-11-17 08:59:29 +01:00 |
|
thomwolf
|
68b937aa40
|
sub section overviews
|
2018-11-17 08:55:56 +01:00 |
|
thomwolf
|
c54d8b1847
|
fixing links in readme
|
2018-11-17 08:46:17 +01:00 |
|
thomwolf
|
f920eff8c3
|
update readme
|
2018-11-17 08:42:45 +01:00 |
|
thomwolf
|
886cb49792
|
updating readme and notebooks
|
2018-11-16 14:31:15 +01:00 |
|
thomwolf
|
fd647e8c87
|
comparison masked LM ok
|
2018-11-16 11:04:31 +01:00 |
|
thomwolf
|
02173a1a0a
|
fixing error in isnan test for optimizer_on_cpu & fp16
|
2018-11-15 21:49:12 +01:00 |
|
thomwolf
|
cba85a67b9
|
fix nan in optimizer_on_cpu
|
2018-11-15 21:47:41 +01:00 |
|
thomwolf
|
1de35b624b
|
preparing for first release
|
2018-11-15 20:56:10 +01:00 |
|
Thomas Wolf
|
8513741b57
|
Merge pull request #17 from lukovnikov/master
activation function in BERTIntermediate
|
2018-11-13 17:00:09 +01:00 |
|
lukovnikov
|
470076e419
|
Merge remote-tracking branch 'origin/master'
|
2018-11-13 16:49:26 +01:00 |
|
lukovnikov
|
9f3cd27187
|
clean up pr
|
2018-11-13 16:48:59 +01:00 |
|
Denis
|
3d4c7a6f5d
|
Delete __init__.py
|
2018-11-13 16:48:43 +01:00 |
|
lukovnikov
|
d64db6dfb9
|
clean up pr
|
2018-11-13 16:41:01 +01:00 |
|
lukovnikov
|
7ba83730c4
|
clean up pr
|
2018-11-13 16:31:20 +01:00 |
|
lukovnikov
|
fa0c5a2ea1
|
clean up pr
|
2018-11-13 16:24:53 +01:00 |
|
lukovnikov
|
f4d79f44c9
|
Merge remote-tracking branch 'upstream/master'
|
2018-11-13 16:22:23 +01:00 |
|
Thomas Wolf
|
5cd8d7ad27
|
Merge pull request #16 from donatasrep/master
Excluding AdamWeightDecayOptimizer internal variables from restoring
|
2018-11-13 16:19:28 +01:00 |
|