Skip to content

vacmar01/mixtral_data_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mixtral-8x7B-Instruct-v0.1 Information Extraction

This repo includes a notebook which shows how to use Mixtral to extract people's names from a text file and return the names as json.

It validates the response to be valid json using pydantic.

In my experiments so far Mixtral returns valid json in 100 % of the cases. Sometimes it also returns some prose together with the json, but this is easily filtered by something like .split('\n\n').

By the way, the text used is from this video: https://www.youtube.com/watch?v=o84GXnrHdgg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published