Ki-Seki commited on
Commit
938006b
·
1 Parent(s): 0b48c77

docs: update

Browse files
Files changed (1) hide show
  1. README.md +5 -9
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
- ![Demo1](./assets/demo1.png)
8
 
9
- ## Quick Start
10
 
11
- Check [demo1.ipynb](demo1.ipynb) and [demo2.ipynb](demo2.ipynb) for usage.
12
 
13
- > [!Note]
14
- > Give it a try with my personal key in the two demo notebooks (valid until 2024-11-01).
15
 
16
- ## API
17
 
18
- [Silicon Flow](https://cloud.siliconflow.cn/) provides free API.
 
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
+ ![Demo1](./assets/demo1.png)
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