Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-llm/adams-llm

ADAMS workflows for dealing with LLM datasets etc.
https://github.com/waikato-llm/adams-llm

adams llm workflows

Last synced: 2 days ago
JSON representation

ADAMS workflows for dealing with LLM datasets etc.

Awesome Lists containing this project

README

        

# adams-llm
[ADAMS](https://adams.cms.waikato.ac.nz) workflows for dealing with LLM datasets etc.

## Workflows

* [compare-translated-alpaca.flow](compare-translated-alpaca.flow) - allows comparing
original and translated records (Alpaca JSON format) and whether to keep or discard
them (i.e., cleaning up a dataset).
* [kb_json_to_csv.flow](kb_json_to_csv.flow) - converts the JSON files generated from
a `kb-eval` script into a CSV file for analysis ([example docker image](https://github.com/waikato-llm/huggingface_transformers/tree/main/4.43.1_cuda12.1_langchain)).
* [kb_eval.flow](kb_eval.flow) - generates statistics from outputs generated by the `kb_eval` script
* [whisper_edit_distance.flow](whisper_edit_distance.flow) - computes the edit distance between ground truth and whisper output