https://github.com/hav0x1014/oobastats
A simple extension for oobabooga text-generation-webui that will log basic information about usage.
https://github.com/hav0x1014/oobastats
oobabooga text-generation-webui
Last synced: 9 months ago
JSON representation
A simple extension for oobabooga text-generation-webui that will log basic information about usage.
- Host: GitHub
- URL: https://github.com/hav0x1014/oobastats
- Owner: HAV0X1014
- Created: 2023-10-23T21:54:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T22:50:43.000Z (about 2 years ago)
- Last Synced: 2025-01-15T21:46:33.356Z (11 months ago)
- Topics: oobabooga, text-generation-webui
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oobastats
A simple extension for oobabooga text-generation-webui that will log basic information about usage.
## Usage
Download the repo as a zip, extract the `statistics` folder to your extensions, and add `--extension statistics` to CMD_FLAGS.txt
## What is logged
Number of prompts and responses, token count of prompts and responses, character count of prompts and responses, and generation time. The logged generation time may deviate a bit from actual generation time.
## What is 'averages.jar' for?
averages.jar is a small program to calculate the average of the logged data. Run it with `java -jar averages.jar` in the same directory as your statistics.json.