Changes between Version 19 and Version 20 of Public/WhitePaperMachineTalk
- Timestamp:
- May 5, 2023, 5:30:27 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/WhitePaperMachineTalk
v19 v20 21 21 22 22 The AI context in this screenshot has mainly been trained with German data, and had just a short training example in English: 23 [[Image(Public/ImageContainer: StructureAndModularizeText.png, align=center, width=734px, margin-top=10, margin-bottom=20, link=)]]23 [[Image(Public/ImageContainer:AutoDITA.jpg, align=center, width=734px, margin-top=10, margin-bottom=20, link=)]] 24 24 25 25 In //ChatGPT//, training data can be uploaded as a [https://en.wikipedia.org/wiki/JSON JSON] file, which can be understood as the "AI program". The development process itself is, again, closer to the traditional way - you change the training data, test, implement improvements and test again.