stevhliu HF Staff commited on
Commit
4538198
·
1 Parent(s): df8a693

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -7,4 +7,18 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ <aside class="bg-black text-white p-6 rounded-lg w-full max-w-lg font-mono">
11
+ <div class="flex justify-between items-center">
12
+ <div class="flex space-x-2 text-red-500">
13
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
14
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
15
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
16
+ </div>
17
+ <p class="text-xs">bash</p>
18
+ </div>
19
+ <div class="mt-4 text-sm">
20
+ <p class="text-green-400">$ pip install peft</p>
21
+ <p class="text-white">parameter efficient fine tuning</p>
22
+ <p class="text-white">train really big models faster on smaller hardware</p>
23
+ </div>
24
+ </aside>