Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View lchinguyen's full-sized avatar

Block or report lchinguyen

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

I'm a research engineer in AI Compute & LLMs Safety Infrastructure, machine learning, neural interfaces, language modeling (NLP), and models post-training alingment. My focus areas include hyperparameter tuning & inference optimization, multimodal learning with human feedback, cloud computing, and signal processing.

You can reach me at: [email protected] or connect on LinkedIn

Pinned Loading

  1. decentralized-simple-registry decentralized-simple-registry Public

    A contract that allows any user to submit a text record (e.g., a claim, a product serial number, a certification link) along with a unique ID, creating a timestamped, permanent entry.

    C++

  2. decentralized-voting-poll decentralized-voting-poll Public

    A simple, on-chain voting system where a single, whitelisted address (the poll creator) can deploy a contract and define options. Each user can only vote once.

    JavaScript

  3. Proof-of-Attendance-Token-POAT-Generator Proof-of-Attendance-Token-POAT-Generator Public

    A contract that mints a standard ERC-20 token with a supply of "1" to an address that provides a specific "secret code" provided at the event.

    JavaScript

  4. parameter-golf parameter-golf Public

    Forked from openai/parameter-golf

    Parameter-efficient small LLM training experiments achieve <16MB/10 min training using recurrent/shared-block transformers, unigram/bigram logit calibration, and INT8-compressed language model arch…

    Python