suriya7 commited on
Commit
7cc67bd
·
verified ·
1 Parent(s): c0f6805

Update README.md

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