Metadata-Version: 2.1
Name: social-llama
Version: 0.0.2
Summary: Social Llama
Home-page: https://github.com/AGMoller/social-llama
License: MIT
Author: Anders Giovanni Møller
Author-email: andersgiovanni@gmail.com
Requires-Python: >=3.11.0,<3.12.0
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: accelerate (>=0.22.0,<0.23.0)
Requires-Dist: bitsandbytes (>=0.41.1,<0.42.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: datasets (>=2.14.4,<3.0.0)
Requires-Dist: peft (>=0.5.0,<0.6.0)
Requires-Dist: scipy (>=1.11.2,<2.0.0)
Requires-Dist: torch (>=2.0.1,<3.0.0)
Requires-Dist: transformers (>=4.32.1,<5.0.0)
Requires-Dist: trl (>=0.7.1,<0.8.0)
Project-URL: Changelog, https://github.com/AGMoller/social-llama/releases
Project-URL: Documentation, https://social-llama.readthedocs.io
Project-URL: Repository, https://github.com/AGMoller/social-llama
Description-Content-Type: text/markdown

# Social Llama

[![PyPI](https://img.shields.io/pypi/v/social-llama.svg)][pypi status]
[![Status](https://img.shields.io/pypi/status/social-llama.svg)][pypi status]
[![Python Version](https://img.shields.io/pypi/pyversions/social-llama)][pypi status]
[![License](https://img.shields.io/pypi/l/social-llama)][license]

[![Read the documentation at https://social-llama.readthedocs.io/](https://img.shields.io/readthedocs/social-llama/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/AGMoller/social-llama/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/AGMoller/social-llama/branch/main/graph/badge.svg)][codecov]

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]

[pypi status]: https://pypi.org/project/social-llama/
[read the docs]: https://social-llama.readthedocs.io/
[tests]: https://github.com/AGMoller/social-llama/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/AGMoller/social-llama
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
[license]: https://opensource.org/licenses/MIT

## Features

- TODO

## Requirements

- TODO

## Installation

You can install _Social Llama_ via [pip] from [PyPI]:

```console
$ pip install social-llama
```

## Usage

Please see the [Command-line Reference] for details.

## Contributing

Contributions are very welcome.
To learn more, see the [Contributor Guide].

## License

Distributed under the terms of the [MIT license][license],
_Social Llama_ is free and open source software.

## Issues

If you encounter any problems,
please [file an issue] along with a detailed description.

## Credits

This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.

[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/AGMoller/social-llama/issues
[pip]: https://pip.pypa.io/

<!-- github-only -->

[license]: https://github.com/AGMoller/social-llama/blob/main/LICENSE
[contributor guide]: https://github.com/AGMoller/social-llama/blob/main/CONTRIBUTING.md
[command-line reference]: https://social-llama.readthedocs.io/en/latest/usage.html

