RaduGabriel
commited on
Commit
•
45ed36a
1
Parent(s):
9c5378a
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,11 @@ This is a finetuned version of [bge-m3](https://huggingface.co/BAAI/bge-m3) for
|
|
17 |
|
18 |
## Model Details
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
### Model Description
|
21 |
- **Model Type:** Sentence Transformer
|
22 |
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|
|
|
17 |
|
18 |
## Model Details
|
19 |
|
20 |
+
This model can be used to identify relevant SQL tables for query to SQL translation.
|
21 |
+
|
22 |
+
The model was finetuned using a curated dataset of SQL table definitions and corresponding natural language queries.
|
23 |
+
The script used for finetuning: [Flag Embeddings](https://github.com/FlagOpen/FlagEmbedding/blob/master/examples/unified_finetune/unified_finetune_bge-m3_exmaple.sh)
|
24 |
+
|
25 |
### Model Description
|
26 |
- **Model Type:** Sentence Transformer
|
27 |
<!-- - **Base model:** [Unknown](https://huggingface.co/unknown) -->
|