Skip to content
View mht-sharma's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report mht-sharma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Profiling Whisper Model - Hugging Face Profiling Whisper Model - Hugging Face
    1
    import time
    2
    
                  
    3
    import numpy as np
    4
    import onnxruntime
    5
    import torch
  2. Benchmark QA pipeline Roberta HF Benchmark QA pipeline Roberta HF
    1
    from pathlib import Path
    2
    from time import perf_counter
    3
    
                  
    4
    import numpy as np
    5
    from optimum.onnxruntime import ORTModelForQuestionAnswering
  3. optimum optimum Public

    Forked from huggingface/optimum

    ๐ŸŽ๏ธ Accelerate training and inference of ๐Ÿค— Transformers with easy to use hardware optimization tools

    Python 2 1

  4. transformers transformers Public

    Forked from huggingface/transformers

    ๐Ÿค— Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Python

  5. ONNX TrOCR Inference ONNX TrOCR Inference
    1
    import os
    2
    import time
    3
    from typing import Optional, Tuple
    4
    
                  
    5
    import torch
  6. text-generation-inference text-generation-inference Public

    Forked from huggingface/text-generation-inference

    Large Language Model Text Generation Inference

    Python