Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- iNeil77/CodeNet
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/Phi-3-mini-4k-instruct
|
| 7 |
+
library_name: transformers
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
+
- finance
|
| 11 |
+
---
|
| 12 |
+
this AI model was based off phi-3 mini and trained on a subset of codenet
|
| 13 |
+
|
| 14 |
+
and this model uses a custom architecture to enhance reasoning and memorization :3
|
| 15 |
+
|