Commit
·
3d17dde
1
Parent(s):
5daf7a9
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: AnimeGPTSan
|
7 |
results: []
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
@@ -57,4 +60,4 @@ def generate_text(sequence):
|
|
57 |
print(generate_text("The shadow realm")) # list of generated synopses
|
58 |
```
|
59 |
|
60 |
-
In order to generate synopses without any prefix prompt, just give `"<|startoftext|>"` as the input prompt to `AnimeGPTSan`.
|
|
|
5 |
model-index:
|
6 |
- name: AnimeGPTSan
|
7 |
results: []
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text-generation
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
60 |
print(generate_text("The shadow realm")) # list of generated synopses
|
61 |
```
|
62 |
|
63 |
+
In order to generate synopses without any prefix prompt, just give `"<|startoftext|>"` as the input prompt to `AnimeGPTSan`.
|