AISimplyExplained commited on
Commit
bbd7f36
·
verified ·
1 Parent(s): 34d44d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -28,11 +28,10 @@ Developed by Asmi Gulati and Bhuvi Jain, this tool aims to enhance the accessibi
28
  ## Directions for Usage
29
 
30
  ```python
31
- # Installation
32
  !pip install "unsloth[colab_ampere] @ git+https://github.com/unslothai/unsloth.git"
33
  !pip install "git+https://github.com/huggingface/transformers.git"
34
 
35
- # Loading the Model
36
  from transformers import AutoTokenizer, AutoModelForCausalLM
37
  tokenizer = AutoTokenizer.from_pretrained("AISimplyExplained/Vakil-7B")
38
  model = AutoModelForCausalLM.from_pretrained("AISimplyExplained/Vakil-7B")
 
28
  ## Directions for Usage
29
 
30
  ```python
31
+
32
  !pip install "unsloth[colab_ampere] @ git+https://github.com/unslothai/unsloth.git"
33
  !pip install "git+https://github.com/huggingface/transformers.git"
34
 
 
35
  from transformers import AutoTokenizer, AutoModelForCausalLM
36
  tokenizer = AutoTokenizer.from_pretrained("AISimplyExplained/Vakil-7B")
37
  model = AutoModelForCausalLM.from_pretrained("AISimplyExplained/Vakil-7B")