Transformers
PyTorch
t5
text2text-generation
Text2Text Generation
Business names
Recommendation system
text-generation-inference
Instructions to use abdelhalim/Rec_Business_Names with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdelhalim/Rec_Business_Names with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("abdelhalim/Rec_Business_Names") model = AutoModelForSeq2SeqLM.from_pretrained("abdelhalim/Rec_Business_Names", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f633d2f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:61ad415e8b539475b9b110af29c71845191f0580ed88e583184b3acce6d6451e
size 484129717
|