XVERSE-13B: A multilingual large language model developed by XVERSE Technology Inc. XVERSE-13B 🤗 HuggingFace | 💬 微信社区 中文 | English 模型介绍 XVERSE-13B 是由深圳元象科技自主研发的支持多语言的大语言模型(Large Language Model),主要特点如下: 模型结构:XVERSE-13B 使用主流 Decoder-only 的标准 Transformer 网络结构,支持 8K 的上下文长度(Context Length),为同尺寸模型中最长,能满足更长的多轮对话、知识问答与摘要等需求,模型应用场景更广泛。 训练数据:构建了 1.4 万亿 token 的高质量、多样化的数据对模型进行充分训练,包含中、英、俄、西等 40 多种语言,通过精细化设置不同类型数据的采样比例,使得中英两种语言表现优异,也能兼顾其他语言效果。 分词:基于 BPE(Byte-Pai…
Beautifully designed components built with Radix UI and Tailwind CSS.shadcn/ui Accessible and customizable components that you can copy and paste into your apps. Free. Open Source. Use this to build your own component library. Documentation Visit http://ui.shadcn.com/docs to view the documentation. License Licensed under the MIT license.
Source code for Benjamin Crozat's blog built using the TALL stack and getting more than 20K monthly visitors. benjamincrozat.com This is the source code of my blog, benjamincrozat.com. This blog was built with the TALL stack and gets more than 20K visitors per month. My Pirsch Analytics dashboard that is publicly accessible. My Google Search Console. You can see the growth since I launched in September 2022. I feel obligated to mention that my relative success is not …
TypeScript 教程TypeScript 开源教程,介绍基本概念和用法,面向初学者。
Minimalist ML framework for Rustcandle Candle is a minimalist ML framework for Rust with a focus on easiness of use and on performance (including GPU support). Try our online demos: whisper, llama2. let a = Tensor::randn(0f32, 1., (2, 3), &Device::Cpu)?; let b = Tensor::randn(0f32, 1., (3, 4), &Device::Cpu)?; let c = a.matmul(&b)?; println!("{c}"); Check out our examples Check out our examples: Whisper: speech recognition model. Llama and Llama-v2: general LLM. Falcon: …
Low code web framework for real world applications, in Python and Javascript a web framework with "batteries included" it's pronounced - fra-pay Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for ERPNext. Login for the PWD site: (username: Administrator, password: admin) Table of Contents Installation C…
A browser extension for automating your browser by connecting blocks Automa An extension for automating your browser by connecting blocks. Auto-fill forms, do a repetitive task, take a screenshot, or scrape website data — the choice is yours. You can even schedule when the automation will execute! Downloads Chrome Web Store Firefox Add-ons Marketplace Browse the Automa marketpla…
Curated list of AI-powered developer tools.⚡️🧑💻 Awesome AI-Powered Developer Tools This is a curated list of AI-powered developer tools. These tools leverage AI to assist developers in tasks such as code completion, refactoring, debugging, documentation, and more. IDEs Assistants Agents Documentation Continuous integration bots Foundation models Agent platforms OpenAI plugins Search Testing IDEs Cursor — An IDE with chat, edit, generate and debug features. Forked from VSCodium, so the inter…
Powerful system container and virtual machine managerIncus Incus is a modern, secure and powerful system container and virtual machine manager. It provides a unified experience for running and managing full Linux systems inside containers or virtual machines. Incus supports images for a large number of Linux distributions (official Ubuntu images and images provided by the community) and is built around a very powerful, yet pretty simple, REST API. Incus scales from one instance on a single mac…