Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Connect data filtering, visualization, PII pipeline into datastore

Abierto
#262 0 comentarios 0 reacciones 5 asignados Ver en GitHub

@HugoLaurencon ya está trabajando en esto.

Desde el 24/11/2021.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

PII tooling

Datastore is an extension of datasets that interoprates with sqlite and memmap. The reason I created it was because I wanted a low resource way to do data processing on datasets. Arrow can be cumbersome for things like update. And we get the power of SQL and full text search. Note that the full text search is not a service that requires a server, but rather based on sqlite itself and not as flexible as the indexsearch @ggdupont is working on.

However, it would be cool to connect the ac_dc filtering and PII pipeline to datastore so we can do things like

  • load dataset X
  • ac/dc filter
  • PII process
  • full text index in sqlite
  • run through distiluse and memmap vector to memmap column
  • and visualize a subset based on perpleixty param, registry param and full text search

This is not an immediate need, but it would provide a low compute, low resource (no servers needed) tool that will promote equal access to language tech to different researchers around the world.

Lenguaje dominante
HTML
Estrellas
91
Forks
47
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de bigscience-workshop/data_tooling

Todos los issues de bigscience-workshop/data_tooling

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.