lianghsun commited on
Commit
ae0aceb
·
verified ·
1 Parent(s): b439a50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -43,6 +43,9 @@ tags:
43
  <!-- Provide the basic links for the model. -->
44
 
45
  - **Repository:** [lianghsun/keyboard-warrior](https://huggingface.co/lianghsun/keyboard-warrior/)
 
 
 
46
 
47
  ## Uses
48
 
@@ -186,15 +189,22 @@ print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
186
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
187
 
188
  **BibTeX:**
189
-
190
- [More Information Needed]
 
 
 
 
 
 
 
 
191
 
192
 
193
  ## Glossary
194
 
195
  <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
196
  * **PTT**:PTT(批踢踢實業坊)是臺灣歷史悠久的大型線上討論平台,起源於 BBS(電子布告欄)文化。使用者透過文字介面發表文章、回應討論,並以「看板」(Board)區分主題,例如科技、時事、生活娛樂等。PTT 在臺灣網路社群中具有重要影響力,許多公共議題、流行文化與社會討論都會在 PTT 上發酵與傳播。
197
-
198
  * **鍵盤酸民(Keyboard Warrior)**:「鍵盤酸民」是一種網路社群用語,指在網路環境中以匿名或半匿名方式發表帶有貶抑、嘲諷、攻擊性或非建設性評論的使用者。其行為常包含情緒化批評、散播負面言論或針對他人進行人身攻擊。該用語反映了網路匿名文化可能導致的偏激言論現象,但並非所有負面意見都屬於「酸民」——理性批評仍是社群討論的重要部分。
199
 
200
 
 
43
  <!-- Provide the basic links for the model. -->
44
 
45
  - **Repository:** [lianghsun/keyboard-warrior](https://huggingface.co/lianghsun/keyboard-warrior/)
46
+ - **Demo:**
47
+
48
+ ![截圖 2025-12-08 下午1.02.31](https://cdn-uploads.huggingface.co/production/uploads/618dc56cbc345ca7bf95f3cd/W5dpiNNFtVpqhZrOAAnQo.png)
49
 
50
  ## Uses
51
 
 
189
  <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
190
 
191
  **BibTeX:**
192
+ ```bibtext
193
+ @misc{gemma3_ptt_keyboard_warrior_2025,
194
+ title = {Gemma-3-270M PTT Keyboard Warrior Reply Model},
195
+ author = {Liang Hsun Huang},
196
+ howpublished = {\url{https://huggingface.co/keyboard-warrior}},
197
+ year = {2025},
198
+ note = {Supervised fine-tuning on Taiwanese PTT keyboard warrior style dataset},
199
+ keywords = {LLM, Gemma, PTT, Taiwan, Keyboard Warrior, Toxic Language, Safety, Alignment}
200
+ }
201
+ ```
202
 
203
 
204
  ## Glossary
205
 
206
  <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
207
  * **PTT**:PTT(批踢踢實業坊)是臺灣歷史悠久的大型線上討論平台,起源於 BBS(電子布告欄)文化。使用者透過文字介面發表文章、回應討論,並以「看板」(Board)區分主題,例如科技、時事、生活娛樂等。PTT 在臺灣網路社群中具有重要影響力,許多公共議題、流行文化與社會討論都會在 PTT 上發酵與傳播。
 
208
  * **鍵盤酸民(Keyboard Warrior)**:「鍵盤酸民」是一種網路社群用語,指在網路環境中以匿名或半匿名方式發表帶有貶抑、嘲諷、攻擊性或非建設性評論的使用者。其行為常包含情緒化批評、散播負面言論或針對他人進行人身攻擊。該用語反映了網路匿名文化可能導致的偏激言論現象,但並非所有負面意見都屬於「酸民」——理性批評仍是社群討論的重要部分。
209
 
210