-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rendered jupyter notebooks to quarto
- Loading branch information
1 parent
99ca899
commit 6f34eec
Showing
25 changed files
with
11,045 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,4 +133,5 @@ cython_debug/ | |
data/ | ||
|
||
# Secret files | ||
config.ini | ||
config.ini | ||
/.quarto/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
--- | ||
title: Análisis de tweets durante las elecciones generales 2023 en Argentina | ||
--- | ||
project: | ||
type: website | ||
output-dir: docs | ||
|
||
## Metodología | ||
format: | ||
html: | ||
toc: true | ||
linkcolor: purple | ||
theme: zephyr | ||
|
||
Para llevar acabo este análisis de datos, Data Crítica analizó los datos recolectados por Chequeado. El periodo de los tweets recolectados abarca desde 30-09-2023 hasta 20-11-2023. | ||
Los textos de los tweets fueron clasificados programáticamente utilizando un modelo de machine learning con la librería de Python transformers para generar etiquetas con tipos de discursos de odio. | ||
El modelo utilizado para este etiquetado lleva por nombre "beto-contextualized-hate-speech" en Hugging Face y fue elegido ya que está entrenado con datos recolectados en Argentina. | ||
|
||
--- | ||
|
||
Jupyter Notebooks creados por Fernanda Aguirre | ||
website: | ||
navbar: | ||
background: success | ||
search: true | ||
sidebar: | ||
style: "docked" | ||
contents: | ||
- href: index.qmd | ||
text: Home | ||
- section: "Ataques a periodistas" | ||
contents: | ||
- text: "Análisis general" | ||
url: pages/analisis_general.ipynb | ||
repo-url: https://github.com/DataCritica/elecciones-argentina-2023 | ||
repo-actions: [edit, issue] |
File renamed without changes.
Oops, something went wrong.