Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ Welcome to the Shakha Khel Assistant, your digital helper for planning various g
|
|
15 |
The Shakha Khel Assistant uses the LLAMA 2 7B model, which has been trained on a dataset specifically curated from `Suru/HSS-shakha-khel`. This training ensures that the game recommendations are varied, engaging, and suitable for Shakha members of all ages.
|
16 |
|
17 |
## How to Use
|
18 |
-
-> We will make the model load in smaller bit precision (4 bit quantization) which allow us to use free colab gpu. Make sure that GPU is enabled under runtime settings.
|
19 |
Downlaod the required libraries
|
20 |
```python
|
21 |
!pip install transformers accelerate bitsandbytes
|
|
|
15 |
The Shakha Khel Assistant uses the LLAMA 2 7B model, which has been trained on a dataset specifically curated from `Suru/HSS-shakha-khel`. This training ensures that the game recommendations are varied, engaging, and suitable for Shakha members of all ages.
|
16 |
|
17 |
## How to Use
|
18 |
+
-> We will make the model load in smaller bit precision (4 bit quantization) which allow us to use free colab gpu. Make sure that GPU is enabled under runtime settings.
|
19 |
Downlaod the required libraries
|
20 |
```python
|
21 |
!pip install transformers accelerate bitsandbytes
|