thomwolf
|
18a8a15f78
|
improving GPT2 tokenization and adding tests
|
2019-04-16 17:00:55 +02:00 |
|
Thomas Wolf
|
3d78e226e6
|
Merge pull request #489 from huggingface/tokenization_serialization
Better serialization for Tokenizers and Configuration classes - Also fix #466
|
2019-04-16 08:49:54 +02:00 |
|
Thomas Wolf
|
64b6ef4db0
|
Merge pull request #490 from huggingface/better_finetuning_GPT_GPT-2
Clean up GPT and GPT-2 losses computation
|
2019-04-15 16:14:50 +02:00 |
|
thomwolf
|
d616022455
|
fix openai special tokens loading
|
2019-04-15 16:07:45 +02:00 |
|
thomwolf
|
df5d9c3551
|
load all models on cpu
|
2019-04-15 15:43:01 +02:00 |
|
thomwolf
|
60ea6c59d2
|
added best practices for serialization in README and examples
|
2019-04-15 15:00:33 +02:00 |
|
thomwolf
|
b3c6ee0ac1
|
tokenization updates
|
2019-04-15 14:24:52 +02:00 |
|
thomwolf
|
9761aa4845
|
add to_json_file method to configuration classes
|
2019-04-15 14:12:08 +02:00 |
|
thomwolf
|
e8568a3b17
|
fixing tests
|
2019-04-15 12:55:38 +02:00 |
|
thomwolf
|
870b734bfd
|
added tokenizers serialization tests
|
2019-04-15 12:03:56 +02:00 |
|
thomwolf
|
3e65f255dc
|
add serialization semantics to tokenizers - fix transfo-xl tokenizer
|
2019-04-15 11:47:25 +02:00 |
|
thomwolf
|
fe2756ff41
|
update double head model
|
2019-04-15 10:04:05 +02:00 |
|
Martin Boyanov
|
34cf67fd6c
|
Extend the BertForSequenceClassification docs to mention the special CLS token.
|
2019-04-12 21:30:28 +03:00 |
|
thomwolf
|
b509bf7655
|
updating loss computation
|
2019-04-12 12:12:33 +02:00 |
|
thomwolf
|
1d203a34c0
|
back to simple indexing
|
2019-04-11 23:51:03 +02:00 |
|
thomwolf
|
074c869bbe
|
fix OpenAIGPTMultipleChoiceHead
|
2019-04-11 20:53:50 +02:00 |
|
thomwolf
|
a05fad8dce
|
fix typo
|
2019-04-11 13:16:17 +02:00 |
|
thomwolf
|
4a82f4f856
|
update special token addition
|
2019-04-11 13:11:22 +02:00 |
|
thomwolf
|
991b8e65f4
|
Merge branch 'master' of https://github.com/huggingface/pytorch-pretrained-BERT
|
2019-04-11 11:43:15 +02:00 |
|
thomwolf
|
e99b2014cc
|
fixes #471
|
2019-04-11 11:43:13 +02:00 |
|
Thomas Wolf
|
94980b529f
|
Merge pull request #404 from CatalinVoss/fix_lm_loss
Fix Language Modeling Loss
|
2019-04-03 11:35:30 +02:00 |
|
Thomas Wolf
|
db4dccd1b5
|
Merge pull request #389 from lukovnikov/master
Fix cosine schedule
|
2019-04-03 11:21:43 +02:00 |
|
thomwolf
|
19666dcb3b
|
Should fix #438
|
2019-04-03 11:01:01 +02:00 |
|
thomwolf
|
1d8c232324
|
Fix #436
|
2019-04-03 10:51:03 +02:00 |
|
Mike Arpaia
|
8b5c63e4de
|
Fixes to the TensorFlow conversion tool
|
2019-04-01 13:17:54 -06:00 |
|
Catalin Voss
|
01520d5412
|
Remove my unhelpful comments :)
|
2019-03-27 10:45:28 -07:00 |
|
Ikuya Yamada
|
0401317b23
|
Remove padding_idx from position_embeddings and token_type_embeddings
|
2019-03-26 21:56:35 +09:00 |
|
Catalin Voss
|
fda2f62395
|
Fix test failures due to old torch issue with non-contiguous view
|
2019-03-24 14:37:13 -07:00 |
|
Catalin Voss
|
0dd796e359
|
Also fix loss function issue with the double head models
|
2019-03-24 14:35:55 -07:00 |
|
Catalin Voss
|
472857c47f
|
Fix typo syntax err (sorry, c/p from my repo)
|
2019-03-24 14:14:49 -07:00 |
|
Catalin Voss
|
2e6f5ffb96
|
Fix GPT language model loss here as well
|
2019-03-24 14:14:44 -07:00 |
|
Catalin Voss
|
5938f31fa7
|
Fix c/p typo from my experiment code
|
2019-03-24 14:14:40 -07:00 |
|
Catalin Voss
|
7797d21b8d
|
Fix GPT2 language modeling loss computation
|
2019-03-24 14:14:35 -07:00 |
|
lukovnikov
|
19cc2c084e
|
same
|
2019-03-18 15:13:35 +01:00 |
|
lukovnikov
|
2283dcca5e
|
import revert
|
2019-03-18 13:40:12 +01:00 |
|
lukovnikov
|
ef28b2c747
|
branches, optim cosine fix
|
2019-03-18 13:18:07 +01:00 |
|
lukovnikov
|
90430ae7ec
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# pytorch_pretrained_bert/optimization.py
|
2019-03-18 13:15:29 +01:00 |
|
lukovnikov
|
bed6408dcc
|
branches, optim cosine fix
|
2019-03-18 13:09:55 +01:00 |
|
thomwolf
|
e5f2d9122c
|
adding absolute imports to gpt2, openai and transfo-xl
|
2019-03-14 09:55:01 +01:00 |
|
lukovnikov
|
20e652209c
|
relation classification: replacing entity mention with mask token
|
2019-03-13 16:13:37 +01:00 |
|
lukovnikov
|
eac039d21f
|
changing docker
|
2019-03-12 13:45:12 +01:00 |
|
lukovnikov
|
471daf1b6c
|
changing docker
|
2019-03-12 13:32:42 +01:00 |
|
lukovnikov
|
9024613337
|
changing docker
|
2019-03-12 13:23:58 +01:00 |
|
lukovnikov
|
baf66d1419
|
restart cosine lr schedule
|
2019-03-12 13:22:23 +01:00 |
|
Thomas Wolf
|
9b03d67b83
|
Merge pull request #362 from Bharat123rox/patch-1
Make the hyperlink of NVIDIA Apex clickable
|
2019-03-11 09:08:51 +01:00 |
|
Thomas Wolf
|
13aa13dbc0
|
Merge pull request #358 from cdjhz/patch-1
add 'padding_idx=0' for BertEmbeddings
|
2019-03-11 09:06:55 +01:00 |
|
Bharat Raghunathan
|
f91ce0b803
|
Make the hyperlink of NVIDIA Apex clickable
|
2019-03-09 20:05:39 +05:30 |
|
lukovnikov
|
51efde54a9
|
cos fix
|
2019-03-09 02:45:25 +01:00 |
|
lukovnikov
|
f113a2dfdc
|
readme de
|
2019-03-09 02:29:57 +01:00 |
|
lukovnikov
|
90a41dbe14
|
BertAdam schedule objects
|
2019-03-09 02:23:20 +01:00 |
|