Added number of epochs to readme.md
Browse files
README.md
CHANGED
@@ -19,6 +19,7 @@ This model is designed to be able to run on CPU, but optimally runs on GPUs.
|
|
19 |
- The `snowflake-arctic-embed-xs` model is used as the embeddings model.
|
20 |
- Dataset split into 80% training set, 20% testing set.
|
21 |
- The combined test and training data is around 1000 chunks per programming language, the data is 31,100 chunks (entries) as 512 tokens per chunk, being a snippet of the code.
|
|
|
22 |
|
23 |
# Architecture
|
24 |
|
|
|
19 |
- The `snowflake-arctic-embed-xs` model is used as the embeddings model.
|
20 |
- Dataset split into 80% training set, 20% testing set.
|
21 |
- The combined test and training data is around 1000 chunks per programming language, the data is 31,100 chunks (entries) as 512 tokens per chunk, being a snippet of the code.
|
22 |
+
- Picked from the 18th epoch out of 20 done.
|
23 |
|
24 |
# Architecture
|
25 |
|