Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- code
|
| 9 |
+
pretty_name: SwiftUI Code Solutions
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
# SwiftUI Code Solutions
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
## Recommendations
|
| 17 |
+
|
| 18 |
+
- Train your LLM on the Swift and SwiftUI Framework Syntax before training it this
|
| 19 |
+
- Fine Tune or Train Effectively at optimal Epochs and Learning Rates
|
| 20 |
+
- Use the whole dataset for training
|
| 21 |
+
- Your Model may need to be Prompt Tuned for the best performance but it isn't required.
|
| 22 |
+
|