arkanbima commited on
Commit
4dc27bf
1 Parent(s): afb0c62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -7,15 +7,15 @@ language:
7
  Cerpen is a finetuned language model specifically trained to generate creative and engaging stories in Bahasa Indonesia.
8
  This model can be a valuable tool for authors, students, and anyone interested in exploring the art of storytelling in Bahasa Indonesia.
9
 
10
- **Using Tags to Guide Your Story:**
11
 
12
  Cerpen allows you to guide the story generation using "tags." These tags act as prompts, indicating the desired themes, styles, or elements you want to be present in the story. By providing relevant tags, you can influence the direction and content of the generated narrative.
13
 
14
- **Optimal Tag Usage:**
15
 
16
  For best results, use around 3-6 tags that clearly represent the core themes or aspects you want in your story.
17
 
18
- **Template:**
19
  ```
20
  [[tag]]
21
  {Insert relevant tags separated by commas (ideally 3-6 tags). Examples: remaja, percintaan, sekolah}
@@ -23,7 +23,7 @@ For best results, use around 3-6 tags that clearly represent the core themes or
23
  [[content]]
24
  ```
25
 
26
- **Usage Example:**
27
  ```
28
  template="""[[tag]]
29
  {}
@@ -51,12 +51,14 @@ _ = model.generate(
51
  do_sample = True
52
  )
53
  ```
54
- **Output Example (8bit):**
55
- ```
56
- [[tag]]
 
57
  billie eilish, perjalanan, mudik, nganjuk
58
 
59
- [[content]]
 
60
  Pada suatu pagi yang cerah, Billie Eilish terbangun di rumahnya di Los Angeles dan memutuskan untuk mudik ke kampung halamannya di Jawa Timur. Dia telah berjuang dengan rasa kesepian selama berbulan-bulan, dan dia rindu dengan keluarga dan orang-orang yang mengenalnya sejak lahir.
61
 
62
  Billie terbang ke Jakarta untuk mengambil tiket, dan kemudian melanjutkan perjalanannya ke sebuah kota kecil bernama Nganjuk. Nganjuk adalah kampung halamannya, dan dia sangat bersemangat untuk kembali.
@@ -78,16 +80,16 @@ Bertahun-tahun kemudian, Billie kembali ke Nganjuk. Dia telah menjadi salah satu
78
  Bertemu dengan orang-orang dan masa kecilnya membawa keajaiban ke hidupnya. Dia menyadari bahwa bahkan saat dia menjalani kehidupan yang dipenuhi dengan kesuksesan, dia masih dapat menemukan kedamaian dan keajaiban di kampung halamannya.
79
 
80
  Dan begitulah kisah Billie Eilish, gadis yang menemukan rumahnya di kampung halamannya sendiri.
81
- ```
82
- **Disclaimer:**
83
 
84
  This model may sometimes generate outputs that are factually incorrect, biased, or offensive. Users should critically evaluate the generated content. The model's performance may vary depending on the provided tags and the complexity of the desired story.
85
 
86
- **Base Model:**
87
 
88
  Cerpen is built upon the [Yellow-AI-NLP/komodo-7b-base](https://huggingface.co/Yellow-AI-NLP/komodo-7b-base) model.
89
 
90
- **Citation:**
91
  ```
92
  @misc{Obrolin/Cerpen-7B-v0.1,
93
  author = {Arkan Bima},
 
7
  Cerpen is a finetuned language model specifically trained to generate creative and engaging stories in Bahasa Indonesia.
8
  This model can be a valuable tool for authors, students, and anyone interested in exploring the art of storytelling in Bahasa Indonesia.
9
 
10
+ ## Using Tags to Guide Your Story:
11
 
12
  Cerpen allows you to guide the story generation using "tags." These tags act as prompts, indicating the desired themes, styles, or elements you want to be present in the story. By providing relevant tags, you can influence the direction and content of the generated narrative.
13
 
14
+ ## Optimal Tag Usage:
15
 
16
  For best results, use around 3-6 tags that clearly represent the core themes or aspects you want in your story.
17
 
18
+ ## Template:
19
  ```
20
  [[tag]]
21
  {Insert relevant tags separated by commas (ideally 3-6 tags). Examples: remaja, percintaan, sekolah}
 
23
  [[content]]
24
  ```
25
 
26
+ ## Usage Example:
27
  ```
28
  template="""[[tag]]
29
  {}
 
51
  do_sample = True
52
  )
53
  ```
54
+ ## Output Example (8bit):
55
+
56
+ **[[tag]]**
57
+
58
  billie eilish, perjalanan, mudik, nganjuk
59
 
60
+ **[[content]]**
61
+
62
  Pada suatu pagi yang cerah, Billie Eilish terbangun di rumahnya di Los Angeles dan memutuskan untuk mudik ke kampung halamannya di Jawa Timur. Dia telah berjuang dengan rasa kesepian selama berbulan-bulan, dan dia rindu dengan keluarga dan orang-orang yang mengenalnya sejak lahir.
63
 
64
  Billie terbang ke Jakarta untuk mengambil tiket, dan kemudian melanjutkan perjalanannya ke sebuah kota kecil bernama Nganjuk. Nganjuk adalah kampung halamannya, dan dia sangat bersemangat untuk kembali.
 
80
  Bertemu dengan orang-orang dan masa kecilnya membawa keajaiban ke hidupnya. Dia menyadari bahwa bahkan saat dia menjalani kehidupan yang dipenuhi dengan kesuksesan, dia masih dapat menemukan kedamaian dan keajaiban di kampung halamannya.
81
 
82
  Dan begitulah kisah Billie Eilish, gadis yang menemukan rumahnya di kampung halamannya sendiri.
83
+
84
+ ## Disclaimer:
85
 
86
  This model may sometimes generate outputs that are factually incorrect, biased, or offensive. Users should critically evaluate the generated content. The model's performance may vary depending on the provided tags and the complexity of the desired story.
87
 
88
+ ## Base Model:
89
 
90
  Cerpen is built upon the [Yellow-AI-NLP/komodo-7b-base](https://huggingface.co/Yellow-AI-NLP/komodo-7b-base) model.
91
 
92
+ ## Citation:
93
  ```
94
  @misc{Obrolin/Cerpen-7B-v0.1,
95
  author = {Arkan Bima},