Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ We finetuned [Llama 2 7B model](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
|
22 |
|
23 |
This dataset contains **1.63 million rows** and is a collection of short and clear code snippets that can help LLM models learn how to reason with both natural and programming languages. The dataset covers a wide range of programming languages, such as Python, TypeScript, JavaScript, Ruby, Julia, Rust, C++, Bash, Java, C#, and Go. It also includes two database languages: Cypher (for graph databases) and SQL (for relational databases) in order to study the relationship of entities.
|
24 |
|
25 |
-
The finetuning session got completed in
|
26 |
|
27 |
#### Hyperparameters & Run details:
|
28 |
- Model Path: meta-llama/Llama-2-7b-hf
|
|
|
22 |
|
23 |
This dataset contains **1.63 million rows** and is a collection of short and clear code snippets that can help LLM models learn how to reason with both natural and programming languages. The dataset covers a wide range of programming languages, such as Python, TypeScript, JavaScript, Ruby, Julia, Rust, C++, Bash, Java, C#, and Go. It also includes two database languages: Cypher (for graph databases) and SQL (for relational databases) in order to study the relationship of entities.
|
24 |
|
25 |
+
The finetuning session got completed in 193 minutes and costed us only ~ `$7.5` for the entire finetuning run!
|
26 |
|
27 |
#### Hyperparameters & Run details:
|
28 |
- Model Path: meta-llama/Llama-2-7b-hf
|