Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
20 results tagged betafork  ✕   ✕
ollama/ollama-python https://github.com/ollama/ollama-python
Wed 16 Apr 2025 03:19:30 PM PDT archive.org

The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with Ollama. The Ollama Python library's API is designed around the Ollama REST API.

python modules ai llm api exocortex betafork
vemonet/libre-chat https://github.com/vemonet/libre-chat
Thu 14 Sep 2023 12:14:46 PM PDT archive.org

Easily configure and deploy a fully self-hosted chatbot web service based on open source Large Language Models (LLMs), such as Llama 2, without the need for knowledge in machine learning or programmation.

Free and Open Source chatbot web service with UI and API. Fully self-hosted, not tied to any service, and offline capable. Forget about API keys! Models and embeddings can be pre-downloaded, and the training and inference processes can run off-line if necessary. Easy to setup, no need to program, just configure the service with a YAML file, and start it with 1 command. No need for GPU, this will work even on your laptop CPU! That said, running on CPUs can be quite slow (up to 1min to answer a documents-base question on recent laptops), so we are working on making a better use of GPU when available.

LangChain models supported:

  • Llama 2 GGML
    • 7B parameters
    • 13B parameters
    • 70B parameters
  • Llama 2 GPTQ
    • 7B parameters
    • 13B parameters
    • 70B parameters
python ai ml framework exocortex betafork chatbots
jmorganca/ollama https://github.com/jmorganca/ollama
Sun 23 Jul 2023 02:52:41 PM PDT archive.org

Run, create, and share large language models (LLMs).

golang cli ai ml betafork
togethercomputer/OpenChatKit https://github.com/togethercomputer/OpenChatKit
Tue 14 Mar 2023 12:32:09 PM PDT archive.org

OpenChatKit provides a powerful, open-source base to create both specialized and general purpose chatbots for various applications. The kit includes an instruction-tuned 20 billion parameter language model, a 6 billion parameter moderation model, and an extensible retrieval system for including up-to-date responses from custom repositories. It was trained on the OIG-43M training dataset, which was a collaboration between Together, LAION, and Ontocord.ai. Much more than a model release, this is the beginning of an open source project. We are releasing a set of tools and processes for ongoing improvement with community contributions.

Includes pre-trained network weights.

python ai ml chatbots exocortex betafork frameworks models
hwchase17/langchain https://github.com/hwchase17/langchain
Thu 09 Feb 2023 05:43:09 PM PST archive.org

Building applications with LLMs through composability. Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.

python ai ml betafork exocortex
misbahsy/chat-your-data https://github.com/misbahsy/chat-your-data
Thu 09 Feb 2023 05:29:48 PM PST archive.org

Create a ChatGPT like experience over your custom docs using LangChain. This repo can help you use models hosted on HuggingFace for embedding and for text generation.

python ai ml selfhosted betafork exocortex
karpathy/nanoGPT https://github.com/karpathy/nanoGPT
Thu 05 Jan 2023 05:19:18 PM PST archive.org

The simplest, fastest repository for training/finetuning medium-sized GPTs. It's a re-write of minGPT, which I think became too complicated, and which I am hesitant to now touch. Still under active development, currently working to reproduce GPT-2 on OpenWebText dataset. The code itself aims by design to be plain and readable: train.py is a ~300-line boilerplate training loop and model.py a ~300-line GPT model definition, which can optionally load the GPT-2 weights from OpenAI.

python ai ml exocortex betafork gpt lightweight
EleutherAI/gpt-neox https://github.com/EleutherAI/gpt-neox
Fri 10 Sep 2021 05:25:01 PM PDT archive.org

This repository records EleutherAI's work-in-progress for training large scale GPU language models. Our current framework is based on NVIDIA's Megatron Language Model and has been augmented with techniques from DeepSpeed as well as some novel optimizations.

We aim to make this repo a centralized and accessible place to gather techniques for training large scale autoregressive language models, and accelerate research into large scale training. Additionally, we hope to train and open source a 175B parameter GPT3 replication along the way.

Seems set up for GPU training. I don't know if the existing pretrained models for download are compatible.

ai ml exocortex python models frameworks betafork
vaderSentiment · PyPI https://pypi.org/project/vaderSentiment/
Wed 08 May 2019 01:23:20 PM PDT archive.org

VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media. It is fully open-sourced under the MIT License]. Incorporated into NLTK.

python modules nlp sentiment analysis exocortex betafork
spacy · PyPI https://pypi.org/project/spacy/
Wed 08 May 2019 01:05:48 PM PDT archive.org

spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products. spaCy comes with pre-trained statistical models and word vectors, and currently supports tokenization for 45+ languages. It features the fastest syntactic parser in the world, convolutional neural network models for tagging, parsing and named entity recognition and easy deep learning integration. It's commercial open-source software, released under the MIT license.

python nlp exocortex models tokens languages ml betafork modules text
How I Used Deep Learning To Train A Chatbot To Talk Like Me (Sorta) – Adit Deshpande – CS Undergrad at UCLA ('19) https://adeshpande3.github.io/How-I-Used-Deep-Learning-to-Train-a-Chatbot-to-Talk-Like-Me
Fri 22 Jun 2018 04:00:43 PM PDT archive.org

In this post, we’ll be looking at how we can use a deep learning model to train a chatbot on my past social media conversations in hope of getting the chatbot to respond to messages the way that I would.

howto ai ml exocortex socialnetworks training deeplearning betafork
Errbot documentation http://errbot.io/en/latest/
Tue 03 Apr 2018 01:22:36 PM PDT archive.org

A modular Python framework for implementing chatops bots. Aims to make it easy to write new plugins that implement various skills and interfaces. Supports XMPP MUCs. Can be configured from inside of chat, so you don't have to edit a config file and restart the bot. Implements command access control.

exocortex chatbots chatops python bots betafork api modular plugins
Python ChatOps libraries: Opsdroid and Errbot | Opensource.com https://opensource.com/article/18/3/python-chatops-libraries-opsdroid-and-errbot
Tue 03 Apr 2018 10:31:00 AM PDT archive.org

An article about writing chatbots for chatops in python. Links to frameworks to help do this.

exocortex betafork python bots
Corpus of Contemporary American English (COCA) http://corpus.byu.edu/coca/
Tue 20 Mar 2018 12:10:35 AM PDT archive.org

A corpus of over 520 million words which consists of a massive cross-section of the english language between 1990 and 2015. This corpus is used for NLP study, AI training, and lingustic analysis. There's an online service, you can download various forms of it, and you can add to it if you have access.

nlp lingustic language ai online construct exocortex service english download corpus dixieflatline betafork
Tracery http://tracery.io/
Mon 19 Mar 2018 11:29:44 PM PDT archive.org

Tracery is a procedural generation system for generating text, graphics, and more. Think of it like a procgen framework rather than a tool limited to one particular use case. People use it to generate text and dialogue for games, bots (Twitter, et al), artwork, probably music, recipes, insults... Unusual kinds of games have been developed with it, such as rhythm games and dating sims(!). Worth looking into. There is a version for the Twine game development system and a port to Python (https://github.com/aparrish/pytracery), which would make it very useful to us...

exocortex procgen betafork bots
jsvine/markovify https://github.com/jsvine/markovify
Mon 19 Mar 2018 11:28:46 PM PDT archive.org

A Markov chain generator in Python that is still maintained. Aims to be very extensible. Can save and restore its models as JSON files. Key methods can be overridden. Can randomly generate sentences, splice models together. Can plug NLP software into it to do more interesting things. Tries very hard to not just regurgitate things from the model; you can tweak this a bit.

exocortex betafork bots generators python json
/gunthercox/ChatterBot https://github.com/gunthercox/ChatterBot
Mon 19 Mar 2018 10:46:39 PM PDT archive.org

A Python module that implements an NLP chatbot. Language agnostic, can be trained to speak any spoken language. Train an instance on a corpus and it will be able to communicate in a conversational manner.

conversational nlp github ai ml chatbots modules exocortex python betafork repo bots chatterbot
Discord - Developer Documentation https://discordapp.com/developers/docs/reference
Mon 19 Mar 2018 10:42:22 PM PDT archive.org

Documentation for Discord's REST API.

chatbots documentation rest surveillance exocortex betafork api sousveillance chat
Data Format — chatterbot-corpus 1.0.0 documentation http://chatterbot-corpus.readthedocs.io/en/latest/data.html
Mon 19 Mar 2018 10:25:22 PM PDT archive.org

Documentation for the Chatterbot corpus file format.

references format documentation exocortex yaml betafork corpus
gunthercox/chatterbot-corpus https://github.com/gunthercox/chatterbot-corpus
Mon 19 Mar 2018 03:46:35 PM PDT archive.org

NLP training corpuses for the Chatterbot python module. Contains all of the structured text used to teach the text classifier and semantic analysis engines for the module. All user contributed. Encouages contribution by the community. YAML categories The training data consists of actual conversations and fragments thereof in the file.

nlp conversations exocortex yaml betafork chatterbots crowdsourcing bots
6660 links, including 429 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn