A summary of interesting statsistics is available on the Statistics page.
Looking to run full benchmarking suite? Heres how:
git clone
project locally- ensure node is installed/accessible
- create Formulaic account a. create Formulaic API key
- copy
env-template
to a new file named.env
- add env values (e.g. API key)
- run
npm install
to install dependencies - run
npm start
to fetch all the data and store it in SQLite database
Computed results (aka the data from the LLMs) is stored in ./cv-sentence.db
in a SQLite file that can be accesses using any SQLite-compatible client.
The database has a table called sentence_domains
with the schema like:
value TEXT
user_domain TEXT
total_tokens INTEGER
model TEXT
id INTEGER
created_at DATE
computed_domain TEXT
New data? Get new insights by running npm run generate-stats
which creates an easy-to-read markdown file with a series of tables (see queries/
)