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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

fvossel
/
t5-3b-groves

Translation
Transformers
Safetensors
English
t5
text2text-generation
NLTOFOL
NL
FOL
semantic-parsing
first-order-logic
formal-logic
compositional-generalization
text-generation-inference
Model card Files Files and versions
xet
Community

Instructions to use fvossel/t5-3b-groves with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fvossel/t5-3b-groves with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "translation" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("translation", model="fvossel/t5-3b-groves")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
    
    tokenizer = AutoTokenizer.from_pretrained("fvossel/t5-3b-groves")
    model = AutoModelForSeq2SeqLM.from_pretrained("fvossel/t5-3b-groves")
  • Notebooks
  • Google Colab
  • Kaggle
t5-3b-groves
5.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
fvossel's picture
fvossel
Create README.md
bbc8a36 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.62 kB
    Create README.md about 1 month ago
  • config.json
    1.56 kB
    Initial model upload about 1 month ago
  • generation_config.json
    141 Bytes
    Initial model upload about 1 month ago
  • model.safetensors
    5.7 GB
    xet
    Initial model upload about 1 month ago
  • tokenizer.json
    2.11 MB
    Initial model upload about 1 month ago
  • tokenizer_config.json
    2.36 kB
    Initial model upload about 1 month ago