Skip to content
View Connor-Shen's full-sized avatar
  • Shanghai AI LAB
  • Shanghai

Highlights

  • Pro
Block or Report

Block or report Connor-Shen

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. opencompass opencompass Public

    Forked from open-compass/opencompass

    OpenCompass is an LLM evaluation platform, supporting a wide range of models (LLaMA, LLaMa2, ChatGLM2, ChatGPT, Claude, etc) over 50+ datasets.

    Python

  2. code-evaluator code-evaluator Public

    Forked from open-compass/code-evaluator

    A multi-language code evaluation tool.

    Python

  3. LAgent_ToolBench LAgent_ToolBench Public

    Forked from InternLM/lagent

    A lightweight framework for building LLM-based agents

    Python

  4. Visual-Analysis-System-for-Rumor-Propagation-under-Covid-19 Visual-Analysis-System-for-Rumor-Propagation-under-Covid-19 Public

    In this project I design a rumor visualization system for visualizing rumors in social networks during the epidemic. I conduct topic modeling of the rumor dataset and explore the changes in topics …

    HTML 1

  5. Pruning-Transformer-via-Sparsity Pruning-Transformer-via-Sparsity Public

    Neural network pruning is a method that revolves around the intuitive idea of removing superfluous parts of a network that performs well but costs a lot of resources. The idea is to eliminate these…

    Python

  6. Exploration-on-Batch-Normalization Exploration-on-Batch-Normalization Public

    In this PJ I build a simple Conv2d network and implement some beneficial modifications based on it. Meanwhile, by researching into the BatchNorm algorithm, I verify its benefits on a variety of pro…

    Python