Skip to content

Commit 5e8a7b0

Browse files
committed
remove needless words in README
1 parent 4cdd5f6 commit 5e8a7b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • end-to-end-use-cases/coding/text2sql/tool

end-to-end-use-cases/coding/text2sql/tool/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ sh download_dev_unzip.sh
5252

5353
3. Run the evaluation script `sh llama_eval.sh`, which will use the BIRD DEV dataset (1534 examples in total) with external knowledge turned on to run the Llama model on each text question and compare the generated SQL with the gold SQL.
5454

55-
*Note:* If your API key or model name is incorrect, the script will exit with an authentication or model not supported error.
55+
If your API key or model name is incorrect, the script will exit with an authentication or model not supported error.
5656

5757
After the script completes, you'll see the accuracy of the Llama model on the BIRD DEV text2sql. For example, the total accuracy is about 54.24% with `YOUR_API_KEY` set to your Llama API key and `model='Llama-3.3-70B-Instruct'`, or about 35.07% with `YOUR_API_KEY` set to your Together API key and `model=meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo`.
5858

59-
*Note:* To compare your evaluated accuracy of your selected Llama model with other results in the BIRD Dev leaderboard, click [here](https://bird-bench.github.io/).
59+
To compare your evaluated accuracy of your selected Llama model with other results in the BIRD Dev leaderboard, click [here](https://bird-bench.github.io/).
6060

6161
### Evaluation Process
6262

0 commit comments

Comments
 (0)