fix LICENSE link (404 on tree path)
#6
by kashif HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 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 |
# TabFM 1.0.0 (PyTorch)
|
|
@@ -149,7 +149,7 @@ deploying in high-stakes settings.
|
|
| 149 |
## License
|
| 150 |
|
| 151 |
The model weights in this repository are released under the
|
| 152 |
-
**TabFM Non-Commercial License v1.0** - see [LICENSE](LICENSE). The source code is
|
| 153 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 154 |
|
| 155 |
## Version
|
|
@@ -166,3 +166,4 @@ Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-resear
|
|
| 166 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 167 |
}
|
| 168 |
```
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
license_name: tabfm-non-commercial-v1.0
|
| 4 |
+
license_link: https://huggingface.co/google/tabfm-1.0.0-pytorch/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 |
+
- pytorch
|
| 13 |
+
- foundation-model
|
| 14 |
---
|
| 15 |
|
| 16 |
# TabFM 1.0.0 (PyTorch)
|
|
|
|
| 149 |
## License
|
| 150 |
|
| 151 |
The model weights in this repository are released under the
|
| 152 |
+
**TabFM Non-Commercial License v1.0** - see [LICENSE](https://huggingface.co/google/tabfm-1.0.0-pytorch/blob/main/LICENSE). The source code is
|
| 153 |
Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
|
| 154 |
|
| 155 |
## Version
|
|
|
|
| 166 |
url = {https://research.google/blog/introducing-tabfm-a-zero-shot-foundation-model-for-tabular-data/}
|
| 167 |
}
|
| 168 |
```
|
| 169 |
+
|