Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JustAPR
/
resGen

Transformers
PyTorch
google-tensorflow TensorFlow
JAX
TensorBoard
Safetensors
t5
text2text-generation
text-generation-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use JustAPR/resGen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use JustAPR/resGen with Transformers:

    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("JustAPR/resGen")
    model = AutoModelForSeq2SeqLM.from_pretrained("JustAPR/resGen")
  • Notebooks
  • Google Colab
  • Kaggle
resGen / demo
255 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
JustAPR's picture
JustAPR
Upload folder using huggingface_hub
24e1c97 verified almost 2 years ago
  • images
    Upload folder using huggingface_hub almost 2 years ago
  • .gitignore
    25 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • Build Ingredients Vocab.ipynb
    4.93 kB
    Upload folder using huggingface_hub almost 2 years ago
  • README.md
    312 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • beam_search.py
    2.22 kB
    Upload folder using huggingface_hub almost 2 years ago
  • config.json
    2.98 kB
    Upload folder using huggingface_hub almost 2 years ago
  • server.py
    3.02 kB
    Upload folder using huggingface_hub almost 2 years ago
  • top_sampling.py
    2.21 kB
    Upload folder using huggingface_hub almost 2 years ago