raise ConnectionError(f"Couldn't reach {url} ({repr(head_error)})") ConnectionError: Couldn't reach https://raw.githubusercontent.com/huggingface/datasets/2.2.2/datasets/wikitext-2-raw-v1/wikitext-2-raw-v1.py (ReadTimeout(ReadTimeoutError("HTTPSConnectionPool(host='raw.githubusercontent....
self.exp_name = 'wikitext-103-raw-v1' self.exp_id = '4' self.exp_id = '5' self.num_epochs = 100 self.batch_size = 50 self.num_workers = multiprocessing.cpu_count() - 1 @@ -29,7 +29,7 @@ def __init__(self): self.tie_weights = True self.lr = 1e-3 self.lr_end...