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 "
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%]