fix bibtex year
Browse files
README.md
CHANGED
|
@@ -182,7 +182,7 @@ Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-resear
|
|
| 182 |
@article{tabfm2025,
|
| 183 |
title = {TabFM: A Zero-Shot Foundation Model for Tabular Data},
|
| 184 |
author = {Google Research},
|
| 185 |
-
year = {
|
| 186 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 187 |
}
|
| 188 |
```
|
|
|
|
| 182 |
@article{tabfm2025,
|
| 183 |
title = {TabFM: A Zero-Shot Foundation Model for Tabular Data},
|
| 184 |
author = {Google Research},
|
| 185 |
+
year = {2026},
|
| 186 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 187 |
}
|
| 188 |
```
|