Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,8 @@ tags:
|
|
| 6 |
- gpt
|
| 7 |
- create-llm
|
| 8 |
- pytorch
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# nova
|
|
@@ -46,10 +48,10 @@ except:
|
|
| 46 |
|
| 47 |
```bibtex
|
| 48 |
@misc{cthyatt-nova,
|
| 49 |
-
author = {
|
| 50 |
title = {nova},
|
| 51 |
-
year = {
|
| 52 |
publisher = {Hugging Face},
|
| 53 |
howpublished = {\url{https://huggingface.co/cthyatt/nova}}
|
| 54 |
}
|
| 55 |
-
```
|
|
|
|
| 6 |
- gpt
|
| 7 |
- create-llm
|
| 8 |
- pytorch
|
| 9 |
+
base_model:
|
| 10 |
+
- BabyLM-community/babylm-baseline-100m-gpt-bert-causal-focus
|
| 11 |
---
|
| 12 |
|
| 13 |
# nova
|
|
|
|
| 48 |
|
| 49 |
```bibtex
|
| 50 |
@misc{cthyatt-nova,
|
| 51 |
+
author = {Sir. Christopher Thomas Hyatt},
|
| 52 |
title = {nova},
|
| 53 |
+
year = {2025},
|
| 54 |
publisher = {Hugging Face},
|
| 55 |
howpublished = {\url{https://huggingface.co/cthyatt/nova}}
|
| 56 |
}
|
| 57 |
+
```
|