| | --- |
| | title: README |
| | emoji: 😻 |
| | colorFrom: indigo |
| | colorTo: blue |
| | sdk: static |
| | pinned: false |
| | --- |
| | |
| | <div class="flex justify-center mx-auto"> |
| | <aside class="bg-black text-white p-6 rounded-lg w-full max-w-lg font-mono"> |
| | <div class="flex justify-between items-center"> |
| | <div class="flex space-x-2 text-red-500"> |
| | <div class="w-3 h-3 rounded-full bg-red-500"></div> |
| | <div class="w-3 h-3 rounded-full bg-yellow-500"></div> |
| | <div class="w-3 h-3 rounded-full bg-green-500"></div> |
| | </div> |
| | <p class="text-xs">bash</p> |
| | </div> |
| | <div class="mt-4 text-sm"> |
| | <p class="text-green-400">$ pip install peft</p> |
| | <p class="text-white">parameter efficient fine tuning</p> |
| | <p class="text-white">train really big models faster on smaller hardware</p> |
| | </div> |
| | </aside> |
| | </div> |