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