Skip to content
View APengX's full-sized avatar
πŸ“Έ
Focusing
πŸ“Έ
Focusing
  • University of Science and Technology of China
  • Hefei, China

Highlights

  • Pro

Block or report APengX

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

Hi, I'm Li Pengcheng!

I'm a Ph.D. student at ustc
My research interests include privacy protection and LLMs
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
πŸ“« How to reach me: pengchengli AT mail.ustc.edu.cn

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:
    def __init__(self):
        self.name = "Pengcheng Li"
        self.pronouns = "he/his"
        self.code = ["Python", "C++", "Java", "Go", "HTML"]
        self.DevOps = ["Linux", "Git", "Docker"]
        self.tools = ["PyTorch", "Transformers"]
        self.models = ["BERT", "GPT",  "CLIP","ViT","DiT"]
        self.interests = ["LLM", "MM-LLM", "Sora"]
        self.challenge = "I am doing the #1yearOf2CCFpaper challenge focused on Safety of LLM (1/2)"

    def percent_of_year_in_weeks(self, days_per_week, days_per_year):
        return (days_per_week / 100) * days_per_year

"δΈ€ε‘¨ζ˜―δΈ€εΉ΄ηš„2% One week is 2% of a year"

β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ [Current day / One year = 0.00%]

Pinned Loading

  1. Phial Phial Public

    HTML is All You Need

    Python

  2. Mark-It-Bench Mark-It-Bench Public

    Markdown-native benchmark framework for the agent era.

    Python