YC-Chen commited on
Commit
4b793c5
1 Parent(s): 872ce75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -70,6 +70,10 @@ We evaluate the performance of instruction following on Traditional Chinese with
70
 
71
  ## 👩‍💻 How to use
72
 
 
 
 
 
73
  **Dependiency**
74
 
75
  Install `mtkresearch` package
@@ -216,3 +220,5 @@ result2 = prompt_engine.parse_generated_str(output_str2)
216
  print(result2)
217
  # {'role': 'assistant', 'content': '台北目前的溫度是攝氏30度'}
218
  ```
 
 
 
70
 
71
  ## 👩‍💻 How to use
72
 
73
+ **Demo with Kaggle Kernel**
74
+
75
+ Start from clicking the "Copy & Edit" button on https://www.kaggle.com/code/ycckaggle/run-breeze-fc
76
+
77
  **Dependiency**
78
 
79
  Install `mtkresearch` package
 
220
  print(result2)
221
  # {'role': 'assistant', 'content': '台北目前的溫度是攝氏30度'}
222
  ```
223
+
224
+