LLM Transparency Tool (LLM-TT), an open-source interactive toolkit for analyzing internal workings of Transformer-based language models. *Check out demo at* https://huggingface.co/spaces/facebook/llm-transparency-tool-demo Key functionality Choose your model, choose or add your prompt, run the inference. Browse contribution graph. Select the token to build the graph from. Tune the contribution threshold. Select representation of any token after any block. For the representation, see it…
🔥 Turn entire websites into LLM-ready markdown🔥 Firecrawl Crawl and convert any website into LLM-ready markdown. Build by Mendable.ai This repository is currently in its early stages of development. We are in the process of merging custom modules into this mono repository. The primary objective is to enhance the accuracy of LLM responses by utilizing clean data. It is not ready for full self-host yet - we're working on it What is Firecrawl? Firecrawl is an API service that takes a URL, craw…
Inference code for CodeLlama modelsIntroducing Code Llama Code Llama is a family of large language models for code based on Llama 2 providing state-of-the-art performance among open models, infilling capabilities, support for large input contexts, and zero-shot instruction following ability for programming tasks. We provide multiple flavors to cover a wide range of applications: foundation models (Code Llama), Python specializations (Code Llama - Python), and instruction-following models (Code …
Open source ngrok alternative designed for teams Portr is a tunnel solution that allows you to expose local http, tcp or websocket connections to the public internet. It utilizes SSH remote port forwarding under the hood to securely tunnel connections. Portr is primarily designed for small teams looking to expose development servers on a public URL. It is not recommended for use alongside production servers. WarningPortr is currently in beta. Expect bugs and anticipate breaking…
Disassembler focused on comprehensive rust support. Ever wanted to inspect every bite of your binary. BiTE is a platform-agnostic executable analysis tool. It aims to offer an environment for inspecting the content of binaries and it's debug info. While it is still in early development, it supports various architectures. Showcase Here is an example of the assembly listing viewing. The ability to view a binary's disassembly and its associated source c…
Set of tools to assess and improve LLM security. 🤗 Models on Hugging Face | Blog | Website | CyberSec Eval Paper | Llama Guard Paper Purple Llama Purple Llama is an umbrella project that over time will bring together tools and evals to help the community build responsibly with open generative AI models. The initial release will include tools and evals for Cyber Security and Input/Output safeguards but we plan to contribute more in the near future. Why purple? Borrowing a…
Delta is an all-in-one classic video game emulator for non-jailbroken iOS devices.Delta Delta is an all-in-one classic video game emulator for non-jailbroken iOS devices. Delta is an iOS application that allows you to emulate and play video games for several classic video game systems, including Game Boy Advance, Nintendo 64, and Nintendo DS. Delta is the spiritual successor to GBA4iOS — a Game Boy Advance emulator for iOS devices Paul Thorsen and I made while in high school together — reb…
A Native-PyTorch Library for LLM Fine-tuning torchtune now officially supports Meta Llama3! Check out our recipes for Llama3-8B with LoRA, QLoRA and Full fine-tune in the Llama3 section! 🚀 🦙 torchtune Introduction | Installation | Get Started | Documentation | Design Principles | Community Contributions | License Introduction torchtune is a PyTorch-native library for easily authoring, fine-tuning and experimenting with LLMs. We're excited to announce our alpha release! torchtune pr…
[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation Wenxuan Zhang *,1,2 Xiaodong Cun *,2 Xuan Wang 3 Yong Zhang 2 Xi Shen 2 Yu Guo1 Ying Shan 2 Fei Wang 1 1 Xi'an Jiaotong University 2 Tencent AI Lab 3 Ant Group CVPR 2023 TL;DR: single portrait image 🙎♂️ + audio 🎤 = talking head video 🎞. Highlights …