Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waikato-llm/llm-dataset-converter-examples

Repository with examples for the llm-dataset-converter libraries.
https://github.com/waikato-llm/llm-dataset-converter-examples

conversion dataset llm

Last synced: about 2 months ago
JSON representation

Repository with examples for the llm-dataset-converter libraries.

Awesome Lists containing this project

README

        

# llm-dataset-converter-examples
Examples for the [llm-dataset-converter](https://github.com/waikato-llm/llm-dataset-converter) libraries:

https://waikato-llm.github.io/llm-dataset-converter-examples/

## Local

### Installation

```bash
python3 -m venv venv
./venv/bin/pip install mkdocs==1.4.2 mkdocs-video==1.3.0 jinja2==3.1.2 "Markdown<3.4.0" mkdocs-material==8.5.10
```

### Serving

```bash
./venv/bin/mkdocs serve
```

## Deploying

Any push will trigger a rebuild of the site on github via github actions:

[.github/workflows/main.yml](.github/workflows/main.yml)