Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ Our SEO model was trained on a custom hand-curated dataset that contains keyword
|
|
17 |
|
18 |
|
19 |
## Training
|
20 |
-
Novus-7B-Instruct-SEO was trained over 3 epochs using
|
21 |
|
22 |
```python
|
23 |
model = AutoModelForCausalLM.from_pretrained("NovusResearch/Novus-7B-Instruct-SEO",
|
|
|
17 |
|
18 |
|
19 |
## Training
|
20 |
+
Novus-7B-Instruct-SEO was trained over 3 epochs using QLoRA with a Lora Rank of 16, on a single H100 GPU.
|
21 |
|
22 |
```python
|
23 |
model = AutoModelForCausalLM.from_pretrained("NovusResearch/Novus-7B-Instruct-SEO",
|