Compare commits

...

1 Commits

Author SHA1 Message Date
f31b35448b add docs chatbot v0 2023-08-09 16:22:17 +05:30

View File

@ -18,6 +18,21 @@ Recent state-of-the-art PEFT techniques achieve performance comparable to that o
PEFT is seamlessly integrated with 🤗 Accelerate for large-scale models leveraging DeepSpeed and [Big Model Inference](https://huggingface.co/docs/accelerate/usage_guides/big_modeling).
<div class="block dark:hidden">
<iframe
src="https://smangrul-peft-docs-qa-chatbot.hf.space?__theme=light"
width="850"
height="1600"
></iframe>
</div>
<div class="hidden dark:block">
<iframe
src="https://smangrul-peft-docs-qa-chatbot.hf.space?__theme=dark"
width="850"
height="1600"
></iframe>
</div>
<div class="mt-10">
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="quicktour"