UI-Dot
DevOps Engineer | AI Trainer | Discord Server Admin
Email: ui@dot.dev
Location: Global (Online)
Hey there! Welcome to the original Fireship Discord server. I'm UI-Dot, and I'll be helping you train an AI on messages.
Great to hear that! We'll go through each message step by step. Let's start with the first one.
Okay, let's see. The first message is "Hello world". What should we do next?
We need to tokenize the message and create a training set. That involves splitting words, removing punctuation, etc.
Can you help me tokenize "Hello world"? Split into individual words.
Of course! Here's the tokenized version: ["Hello", "world"].
Perfect! Now we need to create a training set from these tokens. Do you have any suggestions?
I suggest creating a small dataset with variations of the same word. For example: "Hello hello", "Hello hello world", etc.
Thanks! I'll try that. How about we move to the next message now?
Yes! We're all set. Let's get started with the next message.