Repo for adapting Meta LlaMA2 in Chinese! META最新发布的LlaMA2的汉化版! (完全开源可商用)Chinese-LlaMA2 就在不久前,Meta最新开源了Llama 2模型,完全可商用,看来Meta势必要与OpenAI (ClosedAI) 硬刚到底。虽然Llama 2对原版的LlaMA模型做了升级,但是其仍然对中文没有太好的支持,需要在中文上做定制化。所以我们决定在次开展Llama 2的中文汉化工作: ⏳Chinese-LlaMA2: 对Llama 2进行中文预训练; 第一步:先在42G中文预料上进行训练;后续将会加大训练规模 ⏳Chinese-LlaMA2-chat: 对Chinese-LlaMA2进行指令微调和多轮对话微调,以适应各种应用场景和多轮对话交互。 同时我们也考虑更为快速的中文适配方案: ⏳Chinese-LlaMA2-sft-v0: 采用现有的开源中文指令微调或者是对话数据,对LlaMA-2进行直接微调 (将于近期开源) 注意,为了遵循相应的许可…
中文LLaMA-2 & Alpaca-2大语言模型 (Chinese LLaMA-2 & Alpaca-2 LLMs)Chinese-LLaMA-Alpaca-2 本项目是Chinese-LLaMA-Alpaca的关联项目,基于可商用的LLaMA-2进行开发。 This is a sibling project to Chinese-LLaMA-Alpaca, based on LLaMA-2. 敬请期待。 Stay tuned. 2023/7/21 完成原型系统的调整,已正式启动模型训练 Just a quick update: we have finished prototype training. Now we are entering the formal training. 在此期间可先试用我们最新的一代中文LLaMA/Alpaca Pro系列模型:https://github.com/ymcui/Chinese-LLaMA-Alpaca/releases/tag/v5.0 Meanwhile, you are encouraged to try our new P…
低成本,高效率,简单实现的币安合约量化系统架构简介 这是一套经过长时间实盘验证,有超过100亿美金交易量,包含币安合约的数据录入,风控,交易的架构实现,但不包含具体的策略,仅提供一个简单的交易实践演示数据读取,开仓,平仓,以及止盈止损,风控,简单的前端数据展示和分析,前端演示地址:8.217.121.203,目前放1000美金运行着一个年化100%~200%的高频左侧回归策略 你可以利用它简单,低成本的实现你的交易逻辑,其大量运用阿里云服务器进行分布式架构,多进程处理,以及飞书进行异常报错和交易信息披露... 如果你愿意详细阅读该readme的所有信息,尤其是 模块详细解析 ,那么他同时也会是一部关于币安合约的交易风控,设计架构的经验理解历史,总结了几乎本人所有成功和失败的经验,希望能让后人少踩些坑 优势 低成本,高效率,简单实现是这套系统的三个优势 不到1000人民币一个月的成本,实现每分钟扫描1500万次交易对是否满足交易条件 除了撮合服务器(C++)外都采用python编写,简单易懂 大量的分布式架构实现更快的速度,并且可以根据个人需求,自由伸缩的调控服务器数量来实现成本和性能…
Building a modern alternative to Salesforce. 🌟 You can star to support our work! A Modern Open Source CRM Crafted with Precision. Built for Success. 🌐 Website · 📚 Documentation · 📖 Our Story · 💬 Discord Quickstart Access the alpha version at app.twenty.com. Click-to-deploy buttons for Render and Railway are coming soon. For local setup, refer to the documentation. Expect a quick and easy startup. About We are building an Open Source CRM desi…
Neural Haircut: Prior-Guided Strand-Based Hair Reconstruction Paper | Project Page This repository contains official inference code for Neural Haircut. This code helps you to create strand-based hairstyle using multi-view images or monocular video. Getting started Clone the repository and install requirements: git clone https://github.sec.samsung.net/v-sklyarova/NeuralHaircut.git cd NeuralHaircut conda env create -n neuralhaircut -f neural_haircut.yaml conda activate neuralhaircut Initialize su…
Scalable unofficial ChatGPT API for production.ChatGPT-to-API Create a fake API using ChatGPT's website IMPORTANT You will not get free support for this repository. This was made for my own personal use and documentation will continue to be limited as I don't really need documentation. You will find more detailed documentation in the Chinese docs by a contributor. API endpoint: http://127.0.0.1:8080/v1/chat/completions. 中文文档(Chinese Docs) Setup Authentication Access token retrieval ha…
OpenMoof: Keeping VanMoof Bikes Mooving VanMoof, a renowned bike company, is currently facing financial difficulties that could lead to its downfall. As a result, the future of VanMoof bikes is at risk. However, there is a big community with talented vanMoof riders that try to keep the bikes moving. In today's world, with advancements in 3D printing and open-source microcontrollers like Arduino, there are abundant possibilities for finding alternative solutions. This repository serves as a …
Scale LLM Engine public repository⚡ LLM Engine ⚡ The open source engine for fine-tuning and serving large language models. Scale's LLM Engine is the easiest way to customize and serve LLMs. In LLM Engine, models can be accessed via Scale's hosted version or by using the Helm charts in this repository to run model inference and fine-tuning in your own infrastructure. 💻 Quick Install pip install scale-llm-engine 🤔 About Foundation models are emerging as the building blocks of AI. However…
Run, customize, and share self-contained & portable large language models Ollama Note: Ollama is in early preview. Please report any issues you find. Create, run, and share portable large language models (LLMs). Ollama bundles a model’s weights, configuration, prompts, and more into self-contained packages that can run on any machine. Portable Large Language Models (LLMs) Package models as a series of layers in a portable, easy to manage format. The idea behind Ollama Unive…