Commit
·
9171d18
1
Parent(s):
b0c06f3
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- superhero
|
7 |
+
widget:
|
8 |
+
- text: "This superhero's name is Captain America. Their real name is Steve Rogers. "
|
9 |
+
example_title: "Captain America"
|
10 |
+
- text: "This superhero's name is Supergirl. Their real name is Kara Zor-El. "
|
11 |
+
example_title: "Supergirl"
|
12 |
+
- text: "This superhero's name is Huggingface. "
|
13 |
+
example_title: "Huggingface"
|
14 |
+
---
|