LLM Downstream Task Evaluation Tool.
Project description
LLM Task
Introduction
Quick Start
pip install llmtask
import random
from llmtask import TaskGenerator
choices = ("A", "B", "C", "D")
TG = TaskGenerator("mmlu", max_shot=4)
for task in TG:
TG.feedback(random.choice(choices))
print(TG.summary())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llmtask-0.0.2-py3-none-any.whl.
File metadata
- Download URL: llmtask-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe525a7b1102b241dcdb260a1b1ba2eb6265b9863a2d3621eedd66eda181ba44
|
|
| MD5 |
6ef28f6ce85f8a49f8e2a37d95d01067
|
|
| BLAKE2b-256 |
4edafeaecebf6ea26a3f5a366e0194bfed33ecd1529dd0631b1bcff47e82c3e0
|