Lab 3 - Fine-tune FLAN-T5 with reinforcement learning to generate more-positive summaries
Lab gives error while loading data
2.1 - Load Data and FLAN-T5 Model Fine-Tuned with Summarization Instruction
Error
TimeoutError Traceback (most recent call last)
File /opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py:467, in HTTPConnectionPool._make_request(self, conn, method, url, body, headers, retries, timeout, chunked, response_conn, preload_content, decode_content, enforce_content_length)
466 try:
→ 467 self._validate_conn(conn)
468 except (SocketTimeout, BaseSSLError) as e:
File /opt/conda/lib/python3.10/site-packages/urllib3/connectionpool.py:1099, in HTTPSConnectionPool._validate_conn(self, conn)
1098 if conn.is_closed:
→ 1099 conn.connect()