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

Update readme with model description

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1 +1,17 @@
1
- # Introduction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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).
8
+
9
+
10
+ ## How to use
11
+ The model is great at autocompleting based off of partially generated function signatures and class signatures. It is also decent at generating code base based off of natural language prompts with a comment. If you find something cool you can do with the model, be sure to share it with us!
12
+
13
+ Check out our [colab notebook](https://colab.research.google.com/drive/1NDO4X418HuPJzF8mFc6_ySknQlGIZMDU?usp=sharing) to see how to invoke the model and try it out.
14
+
15
+ ## Feedback and Questions
16
+
17
+ Have any questions or feedback? Find us on [Discord](https://discord.gg/2x4rmSGER9).