Update pipeline tag and add library name (#2)
Browse files- Update pipeline tag and add library name (7720de4e337cdf6f6b6eba5236780fcdb6a48cda)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
datasets:
|
4 |
- mlfoundations/t4-full
|
5 |
-
|
|
|
6 |
tags:
|
7 |
- tabular
|
8 |
- foundation-model
|
9 |
- deep-learning
|
10 |
- in-context
|
11 |
- contexttab
|
|
|
12 |
---
|
13 |
|
14 |
# ConTextTab: A Semantics-Aware Tabular In-Context Learner
|
@@ -121,4 +122,4 @@ If you wish to contribute code, offer fixes or improvements, please send a pull
|
|
121 |
## License
|
122 |
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.
|
123 |
|
124 |
-
The model checkpoints have been trained on [the T4 dataset](https://huggingface.co/datasets/mlfoundations/t4-full), which, in turn, is a subset of [the TabLib dataset](https://huggingface.co/datasets/approximatelabs/tablib-v1-full). As such, they inherit the same restrictions described therein and in particular they are only intended for research purposes.
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- mlfoundations/t4-full
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: other
|
6 |
tags:
|
7 |
- tabular
|
8 |
- foundation-model
|
9 |
- deep-learning
|
10 |
- in-context
|
11 |
- contexttab
|
12 |
+
library_name: contexttab
|
13 |
---
|
14 |
|
15 |
# ConTextTab: A Semantics-Aware Tabular In-Context Learner
|
|
|
122 |
## License
|
123 |
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.
|
124 |
|
125 |
+
The model checkpoints have been trained on [the T4 dataset](https://huggingface.co/datasets/mlfoundations/t4-full), which, in turn, is a subset of [the TabLib dataset](https://huggingface.co/datasets/approximatelabs/tablib-v1-full). As such, they inherit the same restrictions described therein and in particular they are only intended for research purposes.
|