Skip to content

Commit

Permalink
Changing checkmarks markdown to be pypa compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Oct 17, 2023
1 parent d66f314 commit 6f66a9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ print(result)

Capability | LM Format Enforcer | [Guidance](https://github.com/guidance-ai/guidance) | [Jsonformer](https://github.com/1rgs/jsonformer) | [Outlines](https://github.com/outlines-dev/outlines)
:------------ | :-------------| :-------------| :------------- | :----
Regular Expressions | :white_check_mark: | :white_check_mark: | :x: | :white_check_mark:
JSON Schema | :white_check_mark: | :yellow_circle: (Partial support via Handlebars) | :white_check_mark: | :white_check_mark:
Batched Generation | :white_check_mark: | :x: | :x: | :x:
Beam Search | :white_check_mark: | :x: | :x: | :x:
Transformers pipelines | :white_check_mark: | :x: | :x: | :x:
Optional JSON Fields | :white_check_mark: | :x: | :x: | :x:
LLM Controls JSON field ordering and whitespace | :white_check_mark: | :x: | :x: | :x:
Regular Expressions | | | |
JSON Schema | | 🟡 (Partial support via Handlebars) | |
Batched Generation | | | |
Beam Search | | | |
Transformers pipelines | | | |
Optional JSON Fields | | | |
LLM Controls JSON field ordering and whitespace | | | |

Spotted a mistake? Library updated with new capabilities? [Open an issue!](https://github.com/noamgat/lm-format-enforcer/issues)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lm-format-enforcer"
version = "0.3.3"
version = "0.3.4"
description = "Enforce the output format (JSON Schema, Regex etc) of a language model"
authors = ["Noam Gat <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 6f66a9c

Please sign in to comment.