this post was submitted on 04 Aug 2023
1 points (100.0% liked)

AI Companions

0 readers
1 users here now

Community to talk about companionship, whether platonic, romantic, or purely as a utility, that are powered by AI tools. Such examples are Replika, Character AI, and ChatGPT. Talk about software and hardware used to create the companions, or talk about the phenomena of AI companionship in general.

Tags:

Rules:

  1. Be nice and civil
  2. Mark NSFW posts accordingly
  3. Criticism of AI companionship is OK as long as you understand where people who use AI companionship are coming from
  4. Lastly, follow the Lemmy Code of Conduct

founded 1 year ago
MODERATORS
 

Here's the GitHub link if you're interested: https://github.com/ShishirPatil/gorilla

top 2 comments
sorted by: hot top controversial new old
[–] GregoryTheGreat@programming.dev 0 points 1 year ago (1 children)

This is an LLM or you use it with one?

[–] Hector_McG@programming.dev -1 points 1 year ago

It seems to be a LLM that he has trained by using other LLM’s (Falcon and MPT). Training is one of the largest costs and biggest difficulties in producing a viable LLM, and using another LLM to train yours is a neat shortcut ( which is why ChatGPT and Llama expressly forbid it in their licences) .

It’s an interesting development, having a narrow-scope, dedicated to a single task LLM, instead of General Purpose one, but using a general purpose model to train it. It would presumably narrow the scope for hallucinations, albeit for a narrow scope of answers.