andreaskoepf
commited on
Commit
•
9d85f55
1
Parent(s):
464401b
Update README.md
Browse files
README.md
CHANGED
@@ -32,14 +32,24 @@ Two special tokens are used to mark the beginning of user and assistant turns:
|
|
32 |
|
33 |
Input example:
|
34 |
```
|
35 |
-
<|prompter|>What is a meme, and what's the history behind this word
|
|
|
36 |
```
|
37 |
|
38 |
Generated continuation:
|
39 |
```
|
40 |
-
A visual joke often accompanied by text that spreads rapidly from individual
|
41 |
-
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
```
|
44 |
|
45 |
## Limitations
|
|
|
32 |
|
33 |
Input example:
|
34 |
```
|
35 |
+
<|prompter|>What is a meme, and what's the history behind this word?
|
36 |
+
<|endoftext|><|assistant|>
|
37 |
```
|
38 |
|
39 |
Generated continuation:
|
40 |
```
|
41 |
+
A visual joke often accompanied by text that spreads rapidly from individual
|
42 |
+
to individual. The exact origin of the term "meme" is unclear, but it was
|
43 |
+
first used in the 1990s by Richard Dawkins in his book "The Selfish Gene."
|
44 |
+
He defined a meme as an idea, behavior, or style that is transmitted from
|
45 |
+
one person to another within a culture.
|
46 |
+
|
47 |
+
Dawkins' use of the term caught on among scholars and journalists, who began
|
48 |
+
to apply the concept to other types of cultural items such as advertisements,
|
49 |
+
fashion trends, and jokes. Over time, the term "meme" has come to be used
|
50 |
+
more generally to describe any social behavior that can be repeated and
|
51 |
+
altered by individuals. Today, the term is widely recognized and applied in
|
52 |
+
fields ranging from anthropology to psychology to marketing.<|endoftext|>
|
53 |
```
|
54 |
|
55 |
## Limitations
|