Extractive QA to build structured data

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • faiss

    A library for efficient similarity search and clustering of dense vectors.

  • import pandas as pd from txtai.pipeline import HFTrainer, Questions, Labels # Training data for few-shot learning data = [ {"question": "What is the url?", "context": "Faiss (https://github.com/facebookresearch/faiss) is a library for efficient similarity search.", "answers": "https://github.com/facebookresearch/faiss"}, {"question": "What is the url", "context": "The last release was Wed Sept 25 2021", "answers": None}, {"question": "What is the date?", "context": "The last release was Wed Sept 25 2021", "answers": "Wed Sept 25 2021"}, {"question": "What is the date?", "context": "The order total comes to $44.33", "answers": None}, {"question": "What is the amount?", "context": "The order total comes to $44.33", "answers": "$44.33"}, {"question": "What is the amount?", "context": "The last release was Wed Sept 25 2021", "answers": None}, ] # Fine-tune QA model trainer = HFTrainer() model, tokenizer = trainer("distilbert-base-cased-distilled-squad", data, task="question-answering")

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Zelda 64: Recompiled – recompilation of Majora's Mask

    1 project | news.ycombinator.com | 10 May 2024
  • Trip C++Now 2024 – think-cell

    3 projects | news.ycombinator.com | 10 May 2024
  • Spider-Man (Neversoft) Decompilation Project Progress Checkpoint – May 2024

    4 projects | news.ycombinator.com | 10 May 2024
  • Notepad2-Zufuliu

    1 project | news.ycombinator.com | 10 May 2024
  • Structured: Extract Data from Unstructured Input with LLM

    3 projects | dev.to | 10 May 2024