How to make an AI

Perhaps we could “mount” the model for gpt-neo-1.3B or something similar locally and then the Python and JavaScript community could get familiar with using “AI” text generation.

The (above) model is rather large, so copying and running on each instance is prohibitive. But if the model were in a common local location, that would make it feasible to run it.

Just a thought.
Nomon

1 Like

I stumbled across gpt-neo while searching for AI. I couldn’t find much on it and I couldn’t get it to work. It seems like you may have a plan though.

@MiloCat How do I get on google colab?

2 Likes

This is a friendly reminder not to necropost :upside_down_face:

Nice reminder, but this is my topic and I want more info still, so I welcome the necroposting.

2 Likes

I got tensorflow in a repl working before

2 Likes

Just cause you didn’t want necroposting to happen yesterday xD

Anyways just research into google and you’ll find a bunch of info

3 Likes

I would like to see that.

I’ll publish the repl

Either that, or maybe I’ll do a read-only invite

1 Like

@anon40284853 Invited

I will try to get that working later. I did fork it. Thank you.

1 Like

Me too, just pasted some random code and it worked XD

The answer to your question revolves around a few key decisions. How do you want it to spew out data? Natural language?

Yes I would like natural language. I want a Python AI that I can train on text files that speaks like a human based on its understanding of the text files.

1 Like

Two parts right off the bat, text tokenizing, and speech. What type of text files?

1 Like

Plain text files. Like .txt kind. I don’t need a Word document.

1 Like

please avoid complex formats like word. simple txt is king in this.

3 Likes