Update README.md
Browse files
README.md
CHANGED
@@ -38,11 +38,8 @@ Gemma-2B Fine-Tuned Python Model is a deep learning model based on the Gemma-2B
|
|
38 |
```
|
39 |
|
40 |
## Inference
|
41 |
-
|
42 |
1. **How to use the model in our notebook**:
|
43 |
```python
|
44 |
-
|
45 |
-
|
46 |
# Load model directly
|
47 |
import torch
|
48 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
38 |
```
|
39 |
|
40 |
## Inference
|
|
|
41 |
1. **How to use the model in our notebook**:
|
42 |
```python
|
|
|
|
|
43 |
# Load model directly
|
44 |
import torch
|
45 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|