Metadata-Version: 2.4
Name: goat2
Version: 0.0.1
Summary: A short description of your package
Author-email: yay <your.email@example.com>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=1.9.0
Requires-Dist: numpy>=1.20.0
Requires-Dist: tqdm>=4.62.0
Requires-Dist: transformers>=4.15.0
Requires-Dist: Pillow>=8.2.0
Dynamic: license-file

# goat2

A brief description of what your package does.

## Installation

You can install the package via pip:

```bash
pip install goat2
```

## Usage

```python
import goat2

# Add usage examples here
```

## Development

This package can be maintained with or without a GitHub repository. Source control is recommended but not required for package distribution.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
