Browse Source

readme and requirements updated based on PR feedback

Jeff Tang 4 months ago
parent
commit
b89d945108

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

@@ -20,6 +20,8 @@ Below are the results of the Llama models we have evaluated on the BIRD DEV data
 | Llama 4 Scout          | 44.39%             | 43.94%            |
 | Llama 4 Maverick       | 44.00%             | 41.46%            |
 
+Llama 3.1 8b quantized model: 14.02% (original) -> 37.16% (fine-tuned)
+
 
 ## Quick Start on Evaluating Llama on Text2SQL
 

+ 2 - 2
end-to-end-use-cases/coding/text2sql/tool/requirements.txt

@@ -1,5 +1,5 @@
-llama_api_client
-langchain-together
+llama_api_client==0.1.1
+langchain-together==0.3.0
 sqlparse
 torch==2.4.1
 tensorboard