Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)LLaMA Factory: Training and Evaluating Large Language Models with Minimal Effort 👋 Join our WeChat. [ English | 中文 ] LLaMA Board: A One-stop Web UI for Getting Started with LLaMA Factory Preview LLaMA Board at 🤗 Spaces. Launch LLaMA Board via CUDA_VISIBLE_DEVICES=0 python src/train_web.py. (multiple GPUs are not supported yet) Here is an example of altering the self-cognition of an instruction-tuned la…
Leaderboard Comparing LLM Performance at Producing Hallucinations when Summarizing Short DocumentsHallucination Leaderboard Public LLM leaderboard computed using Vectara's Hallucination Evaluation Model. This evaluates how often an LLM introduces hallucinations when summarizing a document. We plan to update this regularly as our model and the LLMs get updated over time. Last updated on November 1st, 2023 Model Accuracy Hallucination Rate Answer Rate Average Summary Length (Words) GPT…
A Third-party GPTs storeGPTs Works GPTs Works is a Third-party GPTs store. Introduction This project consists of the following three parts👇 Website code located in the web directory. you can view a live demo at: https://gpts.works Index System code located in the index directory. index system is used for searching GPTs with vector. there is a GPTs built with index system: https://chat.openai.com/g/g-EBKM6RsBl-gpts-works Browser Extension code located in the extension directory. browser …
.NET Aspire.NET Aspire What is .NET Aspire? .NET Aspire is an opinionated, cloud ready stack for building observable, production ready, distributed applications. .NET Aspire is delivered through a collection of NuGet packages that handle specific cloud-native concerns. Cloud-native apps often consist of small, interconnected pieces or microservices rather than a single, monolithic code base. Cloud-native apps generally consume a large number of services, such as databases, messaging, and cachin…
Open Source API Key Management Unkey Open Source API Key Management unkey.dev Contributing See here for more information on how to contribute to Unkey. Let's talk Authors Stats
GraphCast: Learning skillful medium-range global weather forecasting This package contains example code to run and train GraphCast. It also provides three pretrained models: GraphCast, the high-resolution model used in the GraphCast paper (0.25 degree resolution, 37 pressure levels), trained on ERA5 data from 1979 to 2017, GraphCast_small, a smaller, low-resolution version of GraphCast (1 degree resolution, 13 pressure levels, and a smaller mesh), trained on ERA5 data from 1979 to 2015, use…
Crawl a site to generate knowledge files to create your own custom GPT from a URLGPT Crawler Crawl a site to generate knowledge files to create your own custom GPT from one or multiple URLs Example Here is a custom GPT that I quickly made to help answer questions about how to use and integrate Builder.io by simply providing the URL to the Builder docs. This project crawled the docs and generated the file that I uploaded as the basis for the custom GPT. Try it out yourself by asking questions a…
A reference .NET application implementing an eCommerce siteeShop Reference Application - "Northern Mountains" A reference .NET application implementing an eCommerce web site using a services-based architecture. Getting Started Prerequisites Clone the eShop repository: https://github.com/dotnet/eshop (Windows only) Install Visual Studio. Visual Studio contains tooling support for .NET Aspire that you will want to have. Visual Studio 2022 version 17.9 Preview. During installation, ens…
Reimagine state management with CRDTs. Make your app collaborative effortlessly. Loro Reimagine state management with CRDTs 🦜 Make your app state synchronized and collaborative effortlessly. ⚠️ Notice: The current API and encoding schema of Loro are experimental and subject to change. You should not use it in production. Loro is a CRDTs(Conflict-free Replicated Data Types) library that makes building local-first apps easier. Explore our…