Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

User contributions for XenoEngineer

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

16 October 2024

15 October 2024

  • 11:0511:05, 15 October 2024 diff hist +159 m Template:MenuAIEngineeringNo edit summary
  • 11:0111:01, 15 October 2024 diff hist +1,819 N Causal Language ModelCreated page with "{{menuAIEngineering}} <div style="background-color:azure; border:1px outset azure; padding:0 20px; max-width:860px; margin:0 auto; "> A "Causal Language Model" (Causal LM) is a type of language model that generates text by predicting the next word or token in a sequence based on the previous words or tokens. It is designed to capture the causal relationships and dependencies between the elements in a text sequence. In a Causal LM, the model learns to predict the likeli..." current
  • 02:2302:23, 15 October 2024 diff hist +3,897 N Simple Python Chat Agency with File Load/SaveCreated page with "{{menuSimplePythonChatAgency}} <pre style="margin-left:3em; font:normal 14px terminal;">import os import json class ChatAgent: def __init__(self, name): self.name = name self.messages = [] def add_message(self, message): self.messages.append(message) def save_to_file(self, file_path): with open(file_path, 'w') as file: json.dump(self.__dict__, file) @staticmethod def load_from_file(file_path): wi..." current

14 October 2024

12 October 2024

11 October 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)