Metadata-Version: 2.1
Name: tinyShakespeareLoader
Version: 1.0.1
Summary: This is a PyTorch DataLoader for the TinyShakespeare dataset.
Home-page: https://github.com/pyscaffold/pyscaffold/
Author: Artur A. Galstyan
Author-email: mail@arturgalstyan.dev
License: MIT
Project-URL: Documentation, https://pyscaffold.org/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE.txt
Requires-Dist: importlib-metadata ; python_version < "3.8"
Requires-Dist: torch ; python_version >= "3.6"
Requires-Dist: numpy ; python_version >= "3.6"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

.. These are examples of badges you might want to add to your README:
   please update the URLs accordingly

    .. image:: https://api.cirrus-ci.com/github/<USER>/tinyShakespeareLoader.svg?branch=main
        :alt: Built Status
        :target: https://cirrus-ci.com/github/<USER>/tinyShakespeareLoader
    .. image:: https://readthedocs.org/projects/tinyShakespeareLoader/badge/?version=latest
        :alt: ReadTheDocs
        :target: https://tinyShakespeareLoader.readthedocs.io/en/stable/
    .. image:: https://img.shields.io/coveralls/github/<USER>/tinyShakespeareLoader/main.svg
        :alt: Coveralls
        :target: https://coveralls.io/r/<USER>/tinyShakespeareLoader
    .. image:: https://img.shields.io/pypi/v/tinyShakespeareLoader.svg
        :alt: PyPI-Server
        :target: https://pypi.org/project/tinyShakespeareLoader/
    .. image:: https://img.shields.io/conda/vn/conda-forge/tinyShakespeareLoader.svg
        :alt: Conda-Forge
        :target: https://anaconda.org/conda-forge/tinyShakespeareLoader
    .. image:: https://pepy.tech/badge/tinyShakespeareLoader/month
        :alt: Monthly Downloads
        :target: https://pepy.tech/project/tinyShakespeareLoader
    .. image:: https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter
        :alt: Twitter
        :target: https://twitter.com/tinyShakespeareLoader

.. image:: https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold
    :alt: Project generated with PyScaffold
    :target: https://pyscaffold.org/

|

=====================
tinyShakespeareLoader
=====================


    A PyTorch DataLoader for the TinyShakespeare Dataset


If you followed Andrej Karparthy's tutorial on GPT, you will notice he used the TinyShakespeare dataset, but not with the PyTorch DataLoader. 
This repository fills that gap.


.. _pyscaffold-notes:

Note
====

This project has been set up using PyScaffold 4.4. For details and usage
information on PyScaffold see https://pyscaffold.org/.
