stevhliu HF staff commited on
Commit
744765e
1 Parent(s): 9b51489

Update README.md

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