Update README.md
Browse files
README.md
CHANGED
@@ -41,10 +41,10 @@ We use state-of-the-art [Language Model Evaluation Harness](https://github.com/E
|
|
41 |
>>> question = "What is a large language model?"
|
42 |
>>> answer = pipe(question)
|
43 |
>>> print(answer[0]['generated_text'])
|
44 |
-
What is a large language model? The first and most recent papers on language use in the United States are highly readable and readable.
|
45 |
The work reviewed and analyzed is the only research about the language available in general and the results are widely accepted.
|
46 |
(If you are interested in analyzing this work, please click here for the study's author's bio and check out the study's conclusion.)
|
47 |
-
The results appear in both English and French (see the article that provides an introduction to the topic).
|
48 |
```
|
49 |
|
50 |
or, you can load the model direclty using:
|
|
|
41 |
>>> question = "What is a large language model?"
|
42 |
>>> answer = pipe(question)
|
43 |
>>> print(answer[0]['generated_text'])
|
44 |
+
"""What is a large language model? The first and most recent papers on language use in the United States are highly readable and readable.
|
45 |
The work reviewed and analyzed is the only research about the language available in general and the results are widely accepted.
|
46 |
(If you are interested in analyzing this work, please click here for the study's author's bio and check out the study's conclusion.)
|
47 |
+
The results appear in both English and French (see the article that provides an introduction to the topic)."""
|
48 |
```
|
49 |
|
50 |
or, you can load the model direclty using:
|