Update README.md
Browse files
README.md
CHANGED
|
@@ -51,8 +51,5 @@ output_ids = model.generate(
|
|
| 51 |
print(tokenizer.decode(output_ids[0]))
|
| 52 |
```
|
| 53 |
|
| 54 |
-
### **Training Data**
|
| 55 |
-
|
| 56 |
-
While the specific fine-tuning dataset for Anubis-559M is not detailed, it is described as a fine-tune of a Llama 3.3 model. These models are known for their strong performance in creative and natural language tasks.
|
| 57 |
|
| 58 |
---
|
|
|
|
| 51 |
print(tokenizer.decode(output_ids[0]))
|
| 52 |
```
|
| 53 |
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
---
|