William Du
commited on
Commit
•
1b870da
1
Parent(s):
2ce311d
Updates copy on readme
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Maverick (Yurt's Python Code Generation Model)
|
2 |
|
3 |
## Model description
|
4 |
-
This
|
5 |
|
6 |
## Training data
|
7 |
This model was tuned on a subset of the Python data available in the BigQuery open-source [Github dataset](https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code).
|
|
|
1 |
# Maverick (Yurt's Python Code Generation Model)
|
2 |
|
3 |
## Model description
|
4 |
+
This code generation model was fine-tuned on Python code from a generic multi-language code generation model. This model was then pushed to 30% sparsity using Yurts' in-house technology without performance loss. In this specific instance, the class representation for the network is still dense. This particular model has 350M trainable parameters.
|
5 |
|
6 |
## Training data
|
7 |
This model was tuned on a subset of the Python data available in the BigQuery open-source [Github dataset](https://cloud.google.com/blog/topics/public-datasets/github-on-bigquery-analyze-all-the-open-source-code).
|