fix LICENSE link (404 on tree path)
#2
by kashif HF Staff - opened
README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: tabfm-non-commercial-v1.0
|
| 4 |
-
license_link: LICENSE
|
| 5 |
library_name: tabfm
|
| 6 |
pipeline_tag: tabular-classification
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
---
|
| 16 |
|
| 17 |
# TabFM 1.0.0 (JAX/Flax)
|
|
@@ -168,7 +168,7 @@ deploying in high-stakes settings.
|
|
| 168 |
## License
|
| 169 |
|
| 170 |
The model weights in this repository are released under the
|
| 171 |
-
**TabFM Non-Commercial License v1.0** - see [LICENSE](LICENSE). The source code is
|
| 172 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 173 |
|
| 174 |
## Version
|
|
@@ -185,3 +185,4 @@ Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-resear
|
|
| 185 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 186 |
}
|
| 187 |
```
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: tabfm-non-commercial-v1.0
|
| 4 |
+
license_link: https://huggingface.co/google/tabfm-1.0.0-jax/blob/main/LICENSE
|
| 5 |
library_name: tabfm
|
| 6 |
pipeline_tag: tabular-classification
|
| 7 |
tags:
|
| 8 |
+
- tabular
|
| 9 |
+
- tabular-regression
|
| 10 |
+
- zero-shot
|
| 11 |
+
- in-context-learning
|
| 12 |
+
- jax
|
| 13 |
+
- flax
|
| 14 |
+
- foundation-model
|
| 15 |
---
|
| 16 |
|
| 17 |
# TabFM 1.0.0 (JAX/Flax)
|
|
|
|
| 168 |
## License
|
| 169 |
|
| 170 |
The model weights in this repository are released under the
|
| 171 |
+
**TabFM Non-Commercial License v1.0** - see [LICENSE](https://huggingface.co/google/tabfm-1.0.0-jax/blob/main/LICENSE). The source code is
|
| 172 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 173 |
|
| 174 |
## Version
|
|
|
|
| 185 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 186 |
}
|
| 187 |
```
|
| 188 |
+
|