(Previously Pynecone) 🕸 Web apps in pure Python 🐍+ Searching for Pynecone? You are in the right repo. Pynecone has been renamed to Reflex. + Reflex ✨ Performant, customizable web apps in pure Python. Deploy in seconds. 📑 Docs 📱 Component Library 🖼️ Gallery 🛸 Deployment README in different language English | 繁體中文 📦 1. Install Reflex requires the following to get started: Python 3.7+ Node.js 16.8.0+ (Don't worry, you won’t have to write any JavaScript!) pip install reflex 🥳…
MOSS-RLHFMOSS-RLHF MOSS-RLHF & "Secrets of RLHF in Large Language Models Part I: PPO" 👉 [Technical report] [Home page] 🌟 News 👉 Wed, 12. July 2023. We have released Chinese reward model based OpenChineseLlama-7B! moss-rlhf-reward-model-7B-zh 🧾 Open-source List Open source code for RL training in large language models. A 7B Chinese reward model based on openChineseLlama. A 7B English reward model based on Llama-7B. SFT model for English. Policy model for English after RL…
This code calculates all the variations of 3D polycubes for any size (time permitting!)Polycubes This code is associated with the Computerphile video on generating polycubes. A polycube is a set of cubes in any configuration in which all cubes are orthogonally connected - share a face. This code calculates all the variations of 3D polycubes for any size (time permitting!). How the code works The code includes some doc strings to help you understand what it does, but in short it operates a bit …
Awesome things you can do with ChatGPT + Code Interpreter combo 🔥chatgpt 💬 + code interpreter 💻 experiments 👋 hello We aim to push ChatGPT + Code Interpreter to its limits, show you what's possible and unlock your creativity! Well, and have a lot of fun doing it! 🔥 💻 code interpreter Code Interpreter is an official ChatGPT plugin for data analytics, image conversions, editing code, and more. Since July 6th, 2023, it has been available to all ChatGPT Plus users. It provides OpenaAI models wi…
Official implementation of AnimateDiff.AnimateDiff This repository is the official implementation of AnimateDiff. AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning Yuwei Guo, Ceyuan Yang*, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, Bo Dai *Corresponding Author Arxiv Report | Project Page Todo Code Release Arxiv Report GPU Memory Optimization Gradio Interface Setup for Inference Prepare Environment Our approach takes around 60 GB GPU memory to i…
A 13B large language model developed by Baichuan Intelligent Technology Baichuan-13B 🤗 Baichuan-13B-Base • 🤗 Baichuan-13B-Chat • 🤖 ModelScope • 💬 WeChat 中文 | English 介绍 Baichuan-13B 是由百川智能继 Baichuan-7B 之后开发的包含 130 亿参数的开源可商用的大规模语言模型,在权威的中文和英文 benchmark 上均取得同尺寸最好的效果。本次发布包含有预训练 (Baichuan-13B-Base) 和对齐 (Baichuan-13B-Chat) 两个版本。Baichuan-13B 有如下几个特点: 更大尺寸、更多数据:Baichuan-13B 在 Baichuan-7B 的基础上进一步扩大参数量到 130 亿,并且在高质量的语料上训练了 1.4 万亿 tokens,超过 LLaMA-13B 4…
The open-source, cross-platform API client for GraphQL, REST, WebSockets and gRPC.Insomnia API Client Insomnia is an open-source, cross-platform API client for GraphQL, REST, WebSockets and gRPC. Download Insomnia is available for Mac, Windows, and Linux and can be downloaded from the website. https://insomnia.rest/download Bugs and Feature Requests Have a bug or a feature request? First, read the issue guidelines and search for existing and closed issues. If your problem or idea is not addr…
A decentralized, Ethereum-equivalent ZK-Rollup. 🥁 Taiko A decentralized, Ethereum-equivalent ZK-Rollup. Documentation Documentation can be found on the website at taiko.xyz. There is also a README in each package, as well as comments in the source code. Project structure taiko-mono/ ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── packages │ ├── branding: Taiko branding materials. │ ├── bridge-ui: Taiko bridge frontend UI. │ ├── bridge-ui-v2: Tai…
Version-independent HTTP currency types for SwiftSwift HTTP Types Swift HTTP Types are version-independent HTTP currency types designed for both clients and servers. They provide a common set of representations for HTTP requests and responses, focusing on modern HTTP features. Getting Started Add the following dependency clause to your Package.swift: dependencies: [ .package(url: "https://github.com/apple/swift-http-types.git", from: "0.1.0") ] The HTTPTypes library exposes …