Update README.md
Browse files
README.md
CHANGED
@@ -43,9 +43,6 @@ We use state-of-the-art [Language Model Evaluation Harness](https://github.com/E
|
|
43 |
>>> question = "What is a large language model?"
|
44 |
>>> answer = pipe(question)
|
45 |
>>> print(answer[0]['generated_text'])
|
46 |
-
What is a large language model?
|
47 |
-
A large language model aims for understanding a large group of phenomena through computational methods which allow more precise models.
|
48 |
-
A model also encourages the use of empirical concepts such as equations, models, natural numbers, natural language
|
49 |
```
|
50 |
|
51 |
or, you can load the model direclty using:
|
|
|
43 |
>>> question = "What is a large language model?"
|
44 |
>>> answer = pipe(question)
|
45 |
>>> print(answer[0]['generated_text'])
|
|
|
|
|
|
|
46 |
```
|
47 |
|
48 |
or, you can load the model direclty using:
|