Update README.md
Browse files
README.md
CHANGED
@@ -2,11 +2,14 @@
|
|
2 |
library_name: transformers
|
3 |
tags: []
|
4 |
---
|
5 |
-
This is a glorious and graceful gift to the open
|
|
|
|
|
6 |
|
7 |
Built on top of Llama-3.2-1B
|
8 |
|
9 |
Fine tuned with a dataset with sarcastic short "answers" to questions.
|
|
|
10 |
To test:
|
11 |
```python
|
12 |
import torch
|
|
|
2 |
library_name: transformers
|
3 |
tags: []
|
4 |
---
|
5 |
+
This is a glorious and graceful gift to the open-source community from PyThess meetups, with love.
|
6 |
+
It’s designed to provide sarcastic non-answers. Use with caution, and don’t trust it.
|
7 |
+
Do not use it seriously—or at all. Do not expect it to qualify as a “helpful assistant.”
|
8 |
|
9 |
Built on top of Llama-3.2-1B
|
10 |
|
11 |
Fine tuned with a dataset with sarcastic short "answers" to questions.
|
12 |
+
|
13 |
To test:
|
14 |
```python
|
15 |
import torch
|