Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
qq8933 
posted an update Apr 3
Post
1906
ChemLLM version 1.5 has been open sourced. It has also released a version that has undergone human feedback reinforcement learning. In particular, the front-end and back-end codes have been open sourced simultaneously to facilitate deployment. Everyone is welcome to pay attention.
The evaluation set and part of the training set will also be contributed to the community in days, so stay tuned ✧٩(ˊωˋ*)و✧

ChemLLM-1.5
https://huggingface.co/AI4Chem/ChemLLM-7B-Chat-1.5-DPO

ChemLLM-1.5-dpo https://huggingface.co/AI4Chem/ChemLLM-7B-Chat-1.5-SFT

Front-end https://github.com/AI4Chem/NextChat
RAG application example https://github.com/AI4Chem/NextChat/blob/main/chatpdf.py
Backend https://github.com/AI4Chem/api_backend

Front-end Demo https://chemllm.org/
RAG application example Demo https://chatpdf.chemllm.org/
Backend Demo https://api.chemllm.org/
This comment has been hidden

Good starting point but this model hallucinates a lot & lot of incorrect information is outputted. May be this requires more training or may be more RLHF. I tried your demo link & hence shared the observation.
Keep it up!

·

Frontend website may not render latex code properly for some latex envoirment, you can avoid it in your prompt.

Hey @qq8933 ,

How do you host HuggingFace's Gradio Space on personal domain? like https://chemllm.org/ (This is a Gradio Space)

·

No, that is a gradio app run on my notebook, and share by cloudflare tunnel to my domain name.