myownskyW7
commited on
Commit
•
dc3215d
1
Parent(s):
39230e1
Update README.md
Browse files
README.md
CHANGED
@@ -174,7 +174,7 @@ print(response)
|
|
174 |
# see the Instruction-aware Webpage Generation.html
|
175 |
```
|
176 |
|
177 |
-
See the [Instruction to Webpage](https://github.com/InternLM/InternLM-XComposer/examples/Instruction-aware_Webpage_Generation.html) results here.
|
178 |
</details>
|
179 |
|
180 |
<details>
|
@@ -199,7 +199,7 @@ with torch.autocast(device_type='cuda', dtype=torch.float16):
|
|
199 |
response = model.resume_2_webpage(query, seed=202, repetition_penalty=3.0)
|
200 |
print(response)
|
201 |
```
|
202 |
-
See the [Resume to Webpage](https://github.com/InternLM/InternLM-XComposer/examples/Resume-to-Personal_Page.html) results here.
|
203 |
|
204 |
|
205 |
</details>
|
@@ -227,7 +227,7 @@ with torch.autocast(device_type='cuda', dtype=torch.float16):
|
|
227 |
response = model.resume_2_webpage(query, image, seed=202, repetition_penalty=3.0)
|
228 |
print(response)
|
229 |
```
|
230 |
-
See the [Screenshot to Webpage](https://github.com/InternLM/InternLM-XComposer/examples/Screenshot-to-Webpage.html) results here.
|
231 |
|
232 |
</details>
|
233 |
|
|
|
174 |
# see the Instruction-aware Webpage Generation.html
|
175 |
```
|
176 |
|
177 |
+
See the [Instruction to Webpage](https://github.com/InternLM/InternLM-XComposer/blob/main/examples/Instruction-aware_Webpage_Generation.html) results here.
|
178 |
</details>
|
179 |
|
180 |
<details>
|
|
|
199 |
response = model.resume_2_webpage(query, seed=202, repetition_penalty=3.0)
|
200 |
print(response)
|
201 |
```
|
202 |
+
See the [Resume to Webpage](https://github.com/InternLM/InternLM-XComposer/blob/main/examples/Resume-to-Personal_Page.html) results here.
|
203 |
|
204 |
|
205 |
</details>
|
|
|
227 |
response = model.resume_2_webpage(query, image, seed=202, repetition_penalty=3.0)
|
228 |
print(response)
|
229 |
```
|
230 |
+
See the [Screenshot to Webpage](https://github.com/InternLM/InternLM-XComposer/blob/main/examples/Screenshot-to-Webpage.html) results here.
|
231 |
|
232 |
</details>
|
233 |
|