Update README.md
Browse files
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 |
-
|
| 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")
|