ruslanmv commited on
Commit
32e2418
·
verified ·
1 Parent(s): 6af5ebe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ This model is a fine-tuned version of `Meta-Llama-3.1-8B`, developed by **ruslan
41
  To use this model, you will need to install the necessary libraries:
42
 
43
  ```bash
44
- pip install transformers accelerate bitsandbytes
45
  ```
46
 
47
  ### Loading the Model in Python
@@ -108,7 +108,7 @@ SELECT * FROM table1 WHERE anni = 2020
108
  ### Model Features
109
 
110
  - **Text Generation**: This model is fine-tuned to generate coherent and contextually accurate text based on the provided input.
111
- - **Efficiency**: Using 4-bit quantization with the `bitsandbytes` library, it optimizes memory and inference performance.
112
 
113
  ### License
114
 
 
41
  To use this model, you will need to install the necessary libraries:
42
 
43
  ```bash
44
+ pip install transformers accelerate
45
  ```
46
 
47
  ### Loading the Model in Python
 
108
  ### Model Features
109
 
110
  - **Text Generation**: This model is fine-tuned to generate coherent and contextually accurate text based on the provided input.
111
+
112
 
113
  ### License
114