Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mxersion
/
Inteligent_ai
like
1
Follow
mxersion
1
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
82a267c
Inteligent_ai
/
tokenizer.model
Mxytyu
Create tokenizer.model
1485f4c
verified
5 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"