-
MachineLearningWithMe Public
A repository contains more than 12 common statistical machine learning algorithm implementations. 常见10余种机器学习算法原理与实现及视频讲解。@月来客栈 出品
-
-
-
llama-cookbook Public
Forked from meta-llama/llama-cookbookWelcome to the Llama Cookbook! This is your go to guide for Building with Llama: Getting started with Inference, Fine-Tuning, RAG. We also show you how to solve end to end problems using Llama mode…
Jupyter Notebook MIT License UpdatedAug 6, 2025 -
BertWithPretrained Public
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework. @月来客栈
-
-
llama Public
Forked from meta-llama/llamaInference code for Llama models
Python Other UpdatedJul 4, 2025 -
gpt-2 Public
Forked from openai/gpt-2Code for the paper "Language Models are Unsupervised Multitask Learners"
Python Other UpdatedJun 7, 2025 -
TransformerTranslation Public
A Transformer Framework Based Translation Task
-
-
bertviz Public
Forked from jessevig/bertvizBertViz: Visualize Attention in NLP Models (BERT, GPT2, BART, etc.)
Python Apache License 2.0 UpdatedJun 1, 2025 -
-
transformers-research-projects Public
Forked from huggingface/transformers-research-projectsResearch projects built on top of Transformers
Python Apache License 2.0 UpdatedMar 11, 2025 -
llama2.c Public
Forked from karpathy/llama2.cInference Llama 2 in one file of pure C
C MIT License UpdatedApr 27, 2024 -
TransformerClassification Public
A Transformer Framework Based Classification Task
-
GPT2-Chinese Public
Forked from Morizeyao/GPT2-ChineseChinese version of GPT2 training code, using BERT tokenizer.
-
awesome-chatgpt-prompts Public
Forked from f/awesome-chatgpt-promptsThis repo includes ChatGPT prompt curation to use ChatGPT better.
HTML Creative Commons Zero v1.0 Universal UpdatedJan 6, 2024 -
-
-
TransformerCouplet Public
A Transformer Framework Based Couplet Task
-
summarize-from-feedback Public
Forked from openai/summarize-from-feedbackCode for "Learning to summarize from human feedback"
Python Other UpdatedSep 5, 2023 -
prompt-patterns Public
Forked from phodal/prompt-patternsPrompt 编写模式:如何将思维框架赋予机器,以设计模式的形式来思考 prompt
UpdatedMar 22, 2023 -
Chinese-Word-Vectors Public
Forked from Embedding/Chinese-Word-Vectors100+ Chinese Word Vectors 上百种预训练中文词向量
Python Apache License 2.0 UpdatedJan 3, 2023 -
Dive-into-DL-PyTorch Public
Forked from ShusenTang/Dive-into-DL-PyTorch本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Jupyter Notebook Apache License 2.0 UpdatedOct 14, 2021 -
doccano Public
Forked from doccano/doccanoOpen source text annotation tool for machine learning practitioner.
-
-
-
Awesome-Chinese-NLP Public
Forked from crownpku/Awesome-Chinese-NLPA curated list of resources for Chinese NLP 中文自然语言处理相关资料
Apache License 2.0 UpdatedSep 7, 2020 -
WKmeans Public
The implementation of WKmeans algorithm for paper "Automated Variable Weighting in k-Means Type Clustering"
-