Skip to content

Commit

Permalink
Created CONTRIBUTORS.md page
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Jan 3, 2024
1 parent 2b7deb9 commit a4cc4e6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributors

## Special thanks for all the people who had helped this project so far:

* [Noam Gat](https://github.com/noamgat) (Main Author)
* [Jarno Elonen](https://github.com/elonen) (Improved performance of length-limited json strings)
* [Benedikt Fuchs](https://github.com/helpmefindaname) (Bug fixes)

## I would like to join this list. How can I help the project?

The best way to help the library is to look at the [open issues](https://github.com/noamgat/lm-format-enforcer/issues) and see if there is anything you can help with. If you have an idea for a new feature or a bug fix, please open an issue first to discuss it.

We are always looking to integrate into more inference frameworks. If you have a framework you would like to see supported, please open an issue and let us know.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
MIT License

Copyright (c) 2023 Noam Gat
2023 Jarno Elonen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,8 @@ You can see that the model "wanted" to start the answer using ```Sure```, but th
- LM Format Enforcer requires a python API to process the output logits of the language model. This means that until the APIs are extended, it can not be used with OpenAI ChatGPT and similar API based solutions.
- Regular expression syntax is not 100% supported. See [interegular](https://pypi.org/project/interegular/) for more details.
- LM Format Enforcer Regex Parser can only generate characters that exist in the tokenizer vocabulary. This may be solved in a later version, see [the issue on GitHub](https://github.com/noamgat/lm-format-enforcer/issues/13).


## Contributers and contributing

See [CONTRIBUTORS.md](https://github.com/noamgat/lm-format-enforcer/blob/main/CONTRIBUTORS.md) for a list of contributers.

0 comments on commit a4cc4e6

Please sign in to comment.