FlatlinerDOA/PerceptivePyro
Run and train Transformer based Large Language Models (LLMS) natively in .NET using TorchSharp
This is a tool for software developers who build applications in .NET. It lets you integrate large language models (LLMs) like GPT-2 and RoBERTa directly into your .NET projects without needing Python. You can use it to load pre-trained models, generate text, create vector embeddings for search, and even train custom models with your own data.
No commits in the last 6 months.
Use this if you are a .NET developer needing to incorporate advanced natural language processing capabilities, such as text generation or semantic search, directly into your applications without external Python dependencies.
Not ideal if you are not a .NET developer or if you prefer to work with existing Python-based LLM frameworks.
Stars
24
Forks
5
Language
C#
License
MIT
Category
Last pushed
Nov 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/FlatlinerDOA/PerceptivePyro"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ludwig-ai/ludwig
Low-code framework for building custom LLMs, neural networks, and other AI models
withcatai/node-llama-cpp
Run AI models locally on your machine with node.js bindings for llama.cpp. Enforce a JSON schema...
mudler/LocalAI
:robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and...
zhudotexe/kani
kani (カニ) is a highly hackable microframework for tool-calling language models. (NLP-OSS @ EMNLP 2023)
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.