Commit
·
33788bc
1
Parent(s):
c1cab11
Add widgets for inference examples
Browse files
README.md
CHANGED
|
@@ -10,6 +10,15 @@ tags:
|
|
| 10 |
- swift
|
| 11 |
- mobile
|
| 12 |
- generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
iva-codeint-swift-small GPT-2 is (small version - 239.4M parameters) trained from scratch to obtain results in the text-to-code task tailored for Swift language used
|
| 15 |
in native mobile development (iOS).
|
|
|
|
| 10 |
- swift
|
| 11 |
- mobile
|
| 12 |
- generation
|
| 13 |
+
widget:
|
| 14 |
+
- text: "/*\n A function that returns the time zone currently configured on the device.\n*/\n"
|
| 15 |
+
example_title: "Get the current time zone of the device"
|
| 16 |
+
- text: "/*\n A function that returns the current version of the operating system.\n*/\n"
|
| 17 |
+
example_title: "Get current device operating system"
|
| 18 |
+
- text: "/* \nA function that fires an NSNotification named 'MyUpdate'. \n*/\npublic func post"
|
| 19 |
+
example_title: "Post NSNotification"
|
| 20 |
+
- text: "/* \nA public function that saves a given String value in UserPreference at a given String key.\n*/\n"
|
| 21 |
+
example_title: "Save to UserPreference"
|
| 22 |
---
|
| 23 |
iva-codeint-swift-small GPT-2 is (small version - 239.4M parameters) trained from scratch to obtain results in the text-to-code task tailored for Swift language used
|
| 24 |
in native mobile development (iOS).
|