Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
RTM
/
sssssssssssssssss
like
0
License:
cc-by-2.0
Model card
Files
Files and versions
Community
a8f2e52
sssssssssssssssss
/
s.py
RTM
Update s.py
a8f2e52
about 2 years ago
raw
Copy download link
history
blame
Safe
189 Bytes
from
transformers
import
AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained(
"satvikag/chatbot"
)
model = AutoModelForCausalLM.from_pretrained(
"satvikag/chatbot"
)