Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
mxersion
/
Inteligent_ai
like
1
Follow
mxersion
2
Text Generation
Transformers
Safetensors
English
hello-world
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
18c9785
Inteligent_ai
/
model.safetensors
Mxytyu
Create model.safetensors
80b293f
verified
8 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
import
random
def predict_next_word(
words
):
if
random
.
random
() <
0.5
:
return
"banana"
else
:
return
"potato"