Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,6 @@ Lazarus demonstrates exceptional performance for its size, especially in questio
|
|
33 |
|
34 |
You can interact with Lazarus using the script below:
|
35 |
|
36 |
-
<details>
|
37 |
-
<summary>Click to expand Python code</summary>
|
38 |
-
|
39 |
```python
|
40 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
41 |
import torch
|
|
|
33 |
|
34 |
You can interact with Lazarus using the script below:
|
35 |
|
|
|
|
|
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
38 |
import torch
|