Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waikato-llm/llm-dataset-converter-examples
- Owner: waikato-llm
- License: cc-by-sa-4.0
- Created: 2024-06-06T01:36:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T03:49:55.000Z (7 months ago)
- Last Synced: 2024-06-06T04:47:55.516Z (7 months ago)
- Topics: conversion, dataset, llm
- Homepage: https://waikato-llm.github.io/llm-dataset-converter-examples/
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_ai_agents - Llm-Dataset-Converter-Examples - Repository with examples for the llm-dataset-converter libraries. (Building / Datasets)
- awesome_ai_agents - Llm-Dataset-Converter-Examples - Repository with examples for the llm-dataset-converter libraries. (Building / Datasets)
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)