File size: 818 Bytes
df8a693
 
 
 
 
 
 
 
 
744765e
 
 
 
 
 
 
9b51489
744765e
 
 
97055bc
744765e
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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>