Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 2 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T22:50:43.000Z (about 1 year ago)
- Last Synced: 2023-10-24T22:37:21.461Z (about 1 year ago)
- Language: Python
- Size: 140 KB
- Stars: 0
- 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.