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…
Deep Learning System core principles introduction.Deep Learning System & AI System 文字课程内容正在一节节补充更新,尽可能抽空继续更新正在 AISys ,希望您多多鼓励和参与进来!!! 文字课程开源在 AISys,系列视频托管B站和油管,PPT开源在github,欢迎取用!!! 非常希望您也参与到这个开源项目中,B站给ZOMI留言哦! 欢迎大家使用的过程中发现bug或者勘误直接提交代码PR到开源社区哦! 项目背景 这个开源项目英文名字叫做 Deep Learning System 或者 AI System(AISys),中文名字叫做 深度学习系统 或者 AI系统。 本开源项目主要是跟大家一起探讨和学习人工智能、深度学习的系统设计,而整个系统是围绕着 ZOMI 在工作当中所积累、梳理、构建 AI 系统全栈的内容。希望跟所有关注 AI 开源项目的好朋友一起探讨研究,共同促进学习讨论。 课程内容大纲 课程主要包括以下六大模块: 第一部分,AI基础知识和AI系统的全栈概述的AI系统概述,以及深…