From 3ffcd9d311d27806a70037ffba88595bed7289f2 Mon Sep 17 00:00:00 2001 From: sawan Rawat <103842962+sawanjr@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:39:20 +0530 Subject: [PATCH] Added two more features in readme.md file (#831) # What does this PR do? Fixes # (issue) ## Before submitting - [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case). - [ ] Did you read the [contributor guideline](https://github.com/huggingface/transformers/blob/main/CONTRIBUTING.md#start-contributing-pull-requests), Pull Request section? - [ ] Was this discussed/approved via a Github issue or the [forum](https://discuss.huggingface.co/)? Please add a link to it if that's the case. - [ ] Did you make sure to update the documentation with your changes? Here are the [documentation guidelines](https://github.com/huggingface/transformers/tree/main/docs), and [here are tips on formatting docstrings](https://github.com/huggingface/transformers/tree/main/docs#writing-source-documentation). - [ ] Did you write any new necessary tests? ## Who can review? Anyone in the community is free to review the PR once the tests have passed. Feel free to tag members/contributors who may be interested in your PR. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8dcd396b..aa5ccaad 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ to power Hugging Chat, the Inference API and Inference Endpoint. - Stop sequences - Log probabilities - Production ready (distributed tracing with Open Telemetry, Prometheus metrics) +- Custom Prompt Generation: Easily generate text by providing custom prompts to guide the model's output. +- Fine-tuning Support: Utilize fine-tuned models for specific tasks to achieve higher accuracy and performance. + ## Optimized architectures