Delete README.md
Browse files
README.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
datasets:
|
| 3 |
-
- fka/awesome-chatgpt-prompts
|
| 4 |
-
language:
|
| 5 |
-
- aa
|
| 6 |
-
base_model:
|
| 7 |
-
- moonshotai/Kimi-K2-Instruct
|
| 8 |
-
---
|
| 9 |
-
npl_pipeline = pipline("text generation", model=model, tokenizer=tokenizer)
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
result = npl_pipeline("Hello, how are you today?")
|
| 13 |
-
print(result)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|