Spaces:
Running
Running
Update index.html
Browse files- index.html +43 -9
index.html
CHANGED
@@ -7,13 +7,47 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
-
</html>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
</head>
|
9 |
<body>
|
10 |
+
<div class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
|
11 |
+
<div class="bg-card text-card-foreground grid w-full max-w-sm gap-10 rounded-lg border p-10 shadow-lg" data-v0-t="card">
|
12 |
+
<div class="flex flex-col items-center gap-4 space-y-0 p-0">
|
13 |
+
<div class="grid gap-1 text-center">
|
14 |
+
<h3 class="text-lg font-semibold tracking-tight">Conditional generation</h3>
|
15 |
+
<p class="text-muted-foreground text-xs">Click to view an example Colaboratory notebook!</p>
|
16 |
+
</div>
|
17 |
+
</div>
|
18 |
+
<div class="grid gap-4 p-0">
|
19 |
+
<div class="flex items-center gap-4 text-sm">
|
20 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
21 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/lora_clm_with_additional_tokens.ipynb">IA3</a>
|
22 |
+
</div>
|
23 |
+
</div>
|
24 |
+
<div class="flex items-center gap-4 text-sm">
|
25 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
26 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/lora_clm_accelerate_big_inference.ipynb">LoRA</a>
|
27 |
+
</div>
|
28 |
+
</div>
|
29 |
+
<div class="flex items-center gap-4 text-sm">
|
30 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
31 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/lora_clm_accelerate_big_inference.ipynb">Inference with LoRA and Accelerate</a>
|
32 |
+
</div>
|
33 |
+
</div>
|
34 |
+
<div class="flex items-center gap-4 text-sm">
|
35 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
36 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/prefix-tuning-clm.ipynb">Multitask prompt tuning</a>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
<div class="flex items-center gap-4 text-sm">
|
40 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
41 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/prompt-tuning-clm.ipynb">Prefix tuning</a>
|
42 |
+
</div>
|
43 |
+
</div>
|
44 |
+
<div class="flex items-center gap-4 text-sm">
|
45 |
+
<div class="focus:ring-ring bg-secondary text-secondary-foreground inline-flex items-center rounded-full border border-transparent px-2.5 py-0.5 text-xs font-semibold transition-colors hover:bg-gray-100/50 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:hover:bg-gray-800/50">
|
46 |
+
<a href="https://huggingface.co/spaces/PEFT/soft-prompting/blob/main/prompt-tuning-clm.ipynb">Prompt tuning</a>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
</body>
|
53 |
+
</html>
|