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

omarxadel
/
hubert-large-arabic-egyptian

Automatic Speech Recognition
Transformers
PyTorch
Safetensors
Arabic
hubert
CTC
Attention
Transformer
Eval Results (legacy)
Model card Files Files and versions
xet
Community
2

Instructions to use omarxadel/hubert-large-arabic-egyptian with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use omarxadel/hubert-large-arabic-egyptian with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="omarxadel/hubert-large-arabic-egyptian")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForCTC
    
    processor = AutoProcessor.from_pretrained("omarxadel/hubert-large-arabic-egyptian")
    model = AutoModelForCTC.from_pretrained("omarxadel/hubert-large-arabic-egyptian")
  • Notebooks
  • Google Colab
  • Kaggle
hubert-large-arabic-egyptian
2.52 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
omarxadel's picture
omarxadel
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
80b042c about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • .gitignore
    13 Bytes
    End of training almost 4 years ago
  • README.md
    1.51 kB
    Update README.md almost 4 years ago
  • config.json
    1.84 kB
    End of training almost 4 years ago
  • model.safetensors
    1.26 GB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • preprocessor_config.json
    256 Bytes
    Upload preprocessor_config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    1.26 GB
    xet
    End of training almost 4 years ago
  • special_tokens_map.json
    85 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tokenizer_config.json
    257 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • training_args.bin

    Detected Pickle imports (6)

    • "transformers.trainer_utils.SchedulerType",
    • "torch.device",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.training_args.OptimizerNames",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    3.31 kB
    xet
    End of training almost 4 years ago
  • vocab.json
    418 Bytes
    Upload vocab.json almost 4 years ago