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

Spaces:
Usertea
/
EchoScript
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
EchoScript / services
12.9 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
usertea
EchoScript : services\translation.py , Fix: services/translation.py now loads MarianMT directly via AutoModelForSeq2SeqLM + AutoTokenizer and calls model.generate() itself, bypassing the removed pipeline() task wrapper entirely. This is the path the official MarianMT docs use now too, so it's not a workaround you'll need to revisit on the next transformers release.
0f04f89 about 2 months ago
  • __init__.py
    622 Bytes
    EchoScript : New Architecture about 2 months ago
  • audio.py
    3.36 kB
    EchoScript : New Architecture about 2 months ago
  • subtitles.py
    1.68 kB
    EchoScript : New Architecture about 2 months ago
  • transcription.py
    2.68 kB
    EchoScript : New Architecture about 2 months ago
  • translation.py
    4.51 kB
    EchoScript : services\translation.py , Fix: services/translation.py now loads MarianMT directly via AutoModelForSeq2SeqLM + AutoTokenizer and calls model.generate() itself, bypassing the removed pipeline() task wrapper entirely. This is the path the official MarianMT docs use now too, so it's not a workaround you'll need to revisit on the next transformers release. about 2 months ago