Skip to content
View Connor-Shen's full-sized avatar

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.

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. opencompassopencompassPublic

    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-evaluatorcode-evaluatorPublic

    Forked from open-compass/code-evaluator

    A multi-language code evaluation tool.

    Python

  3. LAgent_ToolBenchLAgent_ToolBenchPublic

    Forked from InternLM/lagent

    A lightweight framework for building LLM-based agents

    Python

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

    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-SparsityPruning-Transformer-via-SparsityPublic

    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-NormalizationExploration-on-Batch-NormalizationPublic

    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