QARAC / qarac /corpora

Commit History

Ensure attention mask is assigned to GPU
7b60f84

PeteBleackley commited on

Ensure consistency of device assignment when training
f5599c3

PeteBleackley commited on

Reduced batch size
b2ffb12

PeteBleackley commited on

Created HuggingFace Space
cce945c

PeteBleackley commited on

Ensure consitency value is 32 bit
452e9a6

PeteBleackley commited on

Create BatchEncoding in pad
a0c9643

PeteBleackley commited on

Use BatchEncoding for training, not batch_encoding
08197ec

PeteBleackley commited on

Use BatchEncoding for training
80162eb

PeteBleackley commited on

Removed unnecessary on_epoch_end
02e37b9

PeteBleackley commited on

Removed superfluous ()
4cda7b6

PeteBleackley commited on

Modified CombinedCorpus to use PyTorch
7a9be99

PeteBleackley commited on

items, not values
ac98be7

PeteBleackley commited on

Use dictionary coprehensions to do padding and return dictionaries instead of default dictionaries
7a61dc8

PeteBleackley commited on

Implement max_lengths for CorpusRepeater
2d04d62

PeteBleackley commited on

Forgot a len
be7beac

PeteBleackley commited on

TPUs need constant batch shapes
fcfc2b3

PeteBleackley commited on

Incoplete testing script for consistency. Fixed typo
14f1a57

PeteBleackley commited on

Attention masks, generation, and testing script
6ebe943

PeteBleackley commited on

Attention masks are only necessary for inputs
2802fd8

PeteBleackley commited on

Making sure RoBERTa layers have all required arguments
b2593fa

PeteBleackley commited on

Removed unnecessary ()
092390b

PeteBleackley commited on

Forgot ()
5c28614

PeteBleackley commited on

Another workaround
7ac34f7

PeteBleackley commited on

itertools.batched not available
3c28153

PeteBleackley commited on

Lazy batching to prevent memory errors
dc46fb3

PeteBleackley commited on

Fixed indentation error
8b7b5e9

PeteBleackley commited on

Encoding.pad modifies in place
10522d0

PeteBleackley commited on

Fix typo
871fae7

PeteBleackley commited on

columns is a list
839e93f

PeteBleackley commited on

columns is a local variable
8ad2cb6

PeteBleackley commited on

Don't forget the label
1360982

PeteBleackley commited on

Fix typo
85922e5

PeteBleackley commited on

Fix typo
9d09c54

PeteBleackley commited on

Fix typo
82414ba

PeteBleackley commited on

Tokenization gotcha
acea8cd

PeteBleackley commited on

Missing for clause in dict comprehension
39b4175

PeteBleackley commited on

Don't forget to import pandas
4b9d371

PeteBleackley commited on

Fix typo
5b00eb7

PeteBleackley commited on

Fix imports
23a97a2

PeteBleackley commited on

Decided to use pandas rather than datasets
9ca9d81

PeteBleackley commited on

Components for managing training corpora
4f8366b

PeteBleackley commited on

CorpusRepeater
985ef96

PeteBleackley commited on

Code for building and training base modkels.
66ccfdf

PeteBleackley commited on

Code for building and training base modkels.
83d5adb

PeteBleackley commited on