Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Ananthusajeev190
/
Experimental
like
0
Text Classification
Adapters
English
agent
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
Use this model
main
Experimental
/
perception.py
Ananthusajeev190
Upload 21 files
e74e0c7
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
80 Bytes
def
perceive
(
text
):
return
{
"intent"
: text.split()[
0
]
if
text
else
"none"
}