Skip to content
View mht-sharma's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  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 1

  4. transformers transformers Public

    Forked from huggingface/transformers

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

    Python

  5. tensorflow-hf-benchmark tensorflow-hf-benchmark Public

    Benchmark Hugging Face transformer models using TensorFlow and TFLite

    Python 1

  6. ONNX TrOCR Inference ONNX TrOCR Inference
    1
    import os
    2
    import time
    3
    from typing import Optional, Tuple
    4
    
    
    5
    import torch