Skip to content
View hebangwen's full-sized avatar
  • Beijing
  • 04:27 (UTC +08:00)

Highlights

  • Pro

Block or report hebangwen

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 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
hebangwen/README.md

Hi there 👋

I am Hebangwen (何榜文), graduated from school. Try best to be a software engineer currently. Some of my interests: CUDA, C/C++, ONNX, ARM, IoT.

Welcome to my Github homepage and visit my personal blog

Profile

Pinned Loading

  1. A simple tool to print parameters of... A simple tool to print parameters of one transformers-based model.
    1
    import argparse
    2
    
                  
    3
    from transformers import AutoTokenizer, AutoModel
    4
    
                  
    5