Update README.md
Browse files
README.md
CHANGED
|
@@ -49,11 +49,18 @@ pipeline = transformers.pipeline(
|
|
| 49 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
| 50 |
print(outputs[0]["generated_text"])
|
| 51 |
```
|
| 52 |
-
|
|
|
|
|
|
|
| 53 |
1.ko-fi:
|
|
|
|
| 54 |
https://ko-fi.com/ogodwin10
|
|
|
|
| 55 |
2. Non-Taiwan users:
|
|
|
|
| 56 |
https://www.paypal.com/ncp/payment/6KQGRXF5KZJCY
|
|
|
|
| 57 |
3. Japan:
|
| 58 |
https://booth.pm/zh-tw/items/6997257
|
|
|
|
| 59 |
4. Send me a private message (commission me)
|
|
|
|
| 49 |
outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
|
| 50 |
print(outputs[0]["generated_text"])
|
| 51 |
```
|
| 52 |
+
|
| 53 |
+
## Ways to support me:
|
| 54 |
+
|
| 55 |
1.ko-fi:
|
| 56 |
+
|
| 57 |
https://ko-fi.com/ogodwin10
|
| 58 |
+
|
| 59 |
2. Non-Taiwan users:
|
| 60 |
+
|
| 61 |
https://www.paypal.com/ncp/payment/6KQGRXF5KZJCY
|
| 62 |
+
|
| 63 |
3. Japan:
|
| 64 |
https://booth.pm/zh-tw/items/6997257
|
| 65 |
+
|
| 66 |
4. Send me a private message (commission me)
|