Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ To use Loxa-1.6B, you need to have a suitable environment with the required depe
|
|
45 |
|
46 |
1. **Python:** A recent version of Python (e.g., Python 3.8 or later) is recommended.
|
47 |
2. **Deep Learning Framework:** A framework like TensorFlow or PyTorch is required to load and run the model.
|
48 |
-
3. **Model Files:** Download the pre-trained model weights and configuration files from
|
49 |
|
50 |
### Example Code (Python with Hugging Face Transformers)
|
51 |
|
|
|
45 |
|
46 |
1. **Python:** A recent version of Python (e.g., Python 3.8 or later) is recommended.
|
47 |
2. **Deep Learning Framework:** A framework like TensorFlow or PyTorch is required to load and run the model.
|
48 |
+
3. **Model Files:** Download the pre-trained model weights and configuration files from this repo.
|
49 |
|
50 |
### Example Code (Python with Hugging Face Transformers)
|
51 |
|