Metadata-Version: 2.2
Name: sinhala_llm_evaluator
Version: 0.3.5
Summary: A module for evaluating language models during training
Home-page: https://github.com/udithishanka
Author: Udith Ishanka
Author-email: udithishanka.s@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: transformers
Requires-Dist: datasets
Requires-Dist: evaluate
Requires-Dist: numpy
Requires-Dist: nltk
Requires-Dist: absl-py
Requires-Dist: rouge-score
Requires-Dist: scikit-learn
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# llm_evaluator

`sinhala_llm_evaluator` is a Python package that provides tools for evaluating language models during training.

## Installation

```bash
pip install sinhala_llm_evaluator
