Skip to content

Commit

Permalink
fix docs publish bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ameen-91 committed Nov 16, 2024
1 parent e0e29f8 commit a10abcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install mkdocstrings[python]
- run: pip install "mkdocs-material[imaging]"
- run: mkdocs build
- run: mkdocs gh-deploy --force
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,23 @@
![PyPI - Downloads](https://img.shields.io/pypi/dm/mic-toolkit)
[![CI](https://github.com/micvitc/mic-toolkit/actions/workflows/ci.yaml/badge.svg)](https://github.com/micvitc/mic-toolkit/actions/workflows/ci.yaml)


## Overview

Simple synthetic data generation using LLMs.
Mic Toolkit is a simple and efficient tool for synthetic data generation using Large Language Models (LLMs). It provides functionalities for generating text and labels, making it a valuable asset for data scientists and machine learning practitioners.

## Features

- **Text Generation**
- **Text Generation**: Generate synthetic text data based on input prompts.
- **Label Generation**: Generate labels for text data based on predefined categories.

## Installation

To install Mic Toolkit, use the following command:

```sh
pip install mic-toolkit
```
```

## Docs

Check out the [documentation](https://micvitc.github.io/mic-toolkit/) for more details.

0 comments on commit a10abcd

Please sign in to comment.