docs: update
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# Auto Tabular Completion with In-Context Learning
|
2 |
|
3 |
-
|
4 |
-
|
5 |
|
|
|
6 |
|
7 |
![Demo1](./assets/demo1.png)
|
8 |
|
|
|
1 |
# Auto Tabular Completion with In-Context Learning
|
2 |
|
3 |
+
![](https://img.shields.io/github/last-commit/Ki-Seki/autotab?color=green) [![](https://img.shields.io/badge/-%F0%9F%A4%97%20HuggingFace%20Space-orange?style=flat)](https://huggingface.co/spaces/Ki-Seki/AutoTab)
|
|
|
4 |
|
5 |
+
Welcome to Auto Tabular Completion. It automatically fill in missing values in tabular data using in-context learning techniques. This tool leverages the capabilities of LLMs to predict output values based on given input data.
|
6 |
|
7 |
![Demo1](./assets/demo1.png)
|
8 |
|