docs: update
Browse files
README.md
CHANGED
@@ -1,21 +1,17 @@
|
|
1 |
# Auto Tabular Completion with In-Context Learning
|
2 |
|
3 |
-
## Introduction
|
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 |
-

|
8 |
|
9 |
-
## Quick Start
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
-
> Give it a try with my personal key in the two demo notebooks (valid until 2024-11-01).
|
15 |
|
16 |
-
|
17 |
|
18 |
-
[
|
|
|
19 |
|
20 |
## Input Format
|
21 |
|
|
|
1 |
# Auto Tabular Completion with In-Context Learning
|
2 |
|
|
|
|
|
3 |
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.
|
4 |
|
|
|
5 |
|
|
|
6 |
|
7 |
+

|
8 |
|
9 |
+
## Usage
|
|
|
10 |
|
11 |
+
Check [demo1.ipynb](demo1.ipynb) and [demo2.ipynb](demo2.ipynb) for more details.
|
12 |
|
13 |
+
> [!Note]
|
14 |
+
> **Give it a try with my personal key in the two demo notebooks (valid until 2024-11-01).** [Silicon Flow](https://cloud.siliconflow.cn/) provides free API. You can sign up and get your own API key.
|
15 |
|
16 |
## Input Format
|
17 |
|