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