lgaalves commited on
Commit
7e75e6f
1 Parent(s): 75610e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -3
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: