Metadata-Version: 2.1
Name: mc-transformers
Version: 0.2.0
Summary: Utils to run multiple choice question answering with huggingface transformers
Home-page: https://github.com/geblanco/mc_transformers
Author: Guillermo E. Blanco
Author-email: geblanco@lsi.uned.es
License: Apache Software License 2.0
Keywords: mc_transformers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Provides-Extra: windowing
License-File: LICENSE
License-File: AUTHORS.rst

===============
mc_transformers
===============


.. image:: https://img.shields.io/pypi/v/mc_transformers.svg
        :target: https://pypi.python.org/pypi/mc_transformers

.. image:: https://img.shields.io/travis/geblanco/mc_transformers.svg
        :target: https://travis-ci.org/geblanco/mc_transformers

.. image:: https://readthedocs.org/projects/mc_transformers/badge/?version=latest
        :target: https://mc_transformers.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

Code to run experiments over Multiple Choice QA with huggingface/transformers.
A big part of the code comes from `huggingface/transformers`_, so its license may apply (Apache v2).

Code
----
* `mc_transformers.py`: Code to train/eval/test models over any collection with transfomers
* `utils_mc.py`: Contains processors specific to each MC QA collection (RACE, SWAG, EntranceExams...)

Why
---
As I experiment with more MC collection and training modes (i.e.: tpu), support for more collections or more models is required. Instead of forking the whole transformers library I do it here.


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`huggingface/transformers`: https://huggingface.co/transformers/
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-07-23)
------------------

* First release on PyPI.


