Pinned Repositories
awesome_LLMs_interview_notes
LLMs interview notes and answers:该仓库主要记录大模型(LLMs)算法工程师相关的面试题和参考答案
ChatGLM-LoRA-RLHF-PyTorch
A full pipeline to finetune ChatGLM LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the ChatGLM architecture. Basically ChatGPT but with ChatGLM
CycleGAN-VC2
Voice Conversion by CycleGAN (语音克隆/语音转换): CycleGAN-VC2
CycleGAN-VC3
Voice Conversion by CycleGAN (语音克隆/语音转换):CycleGAN-VC3
LAS_Mandarin_PyTorch
Listen, attend and spell Model and a Chinese Mandarin Pretrained model (中文-普通话 ASR模型)
NLP4CyberSecurity
NLP model and tech for cyber security tasks
Recurrent-LLM
The open-source LLM implementation of paper: RecurrentGPT: Interactive Generation of (Arbitrarily) Long Text. AI 写小说,AI写作
SecBERT
pretrained BERT model for cyber security text, learned CyberSecurity Knowledge
ThreatReportExtractor
Extracting Attack Behavior from Threat Reports
Vicuna-LoRA-RLHF-PyTorch
A full pipeline to finetune Vicuna LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the Vicuna architecture. Basically ChatGPT but with Vicuna
jackaduma's Repositories
jackaduma/location_clustering
用户地理位置的聚类算法实现—基于DBSCAN和Kmeans的混合算法
jackaduma/apk-view-tracer
Apk-view-tracer is a trigger tool for Android Dynamic Analysis and can be used in android anti-virus dynamic analysis.
jackaduma/drowsiness-detection
打瞌睡检测,通过检测眼皮对眼球的遮挡程度,判定是否打瞌睡😂
jackaduma/RepackagedAppDetector
Detect re-packaged app on Android based on fuzzy hash of instructions in dex
jackaduma/WindowsStoreCrawler
crawl windows application from windows store on windows 8
jackaduma/PrivacyLeakAdvancedDetection
Privacy Leak and Behavior Detect on Android based on method call graph
jackaduma/django-cache-machine-mongoengine
Automatic caching and invalidation for Django & Mongodb. using models through the mongoengine ORM.
jackaduma/DotNetAppGuard
Decompile &Static Analysis Dot Net App by using java
jackaduma/py-recommender-framework
Recommender Framework implemented by python
jackaduma/Speech-Transformer-PyTorch
jackaduma/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
jackaduma/tornado-subprocess
A module which allows you to spawn subprocesses from a tornado web application in a non-blocking fashion.