William Du commited on
Commit
1b870da
1 Parent(s): 2ce311d

Updates copy on readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  # Maverick (Yurt's Python Code Generation Model)
2
 
3
  ## Model description
4
- This is a code generation model that was fine-tuned on Python code from a multi-language generic code generation model. This model was then pushed to 30% sparsity using Yurt's in-house technology without performance loss - however, 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).
 
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).