Skip to content

Instantly share code, notes, and snippets.

View alabarga's full-sized avatar

Alberto Labarga alabarga

View GitHub Profile
@marklit
marklit / lod.md
Last active September 6, 2025 08:47
GBA LOD 763M buildings
@sebastianschramm
sebastianschramm / ner_with_uniner-7b-all-gptq-4bit.ipynb
Created August 26, 2023 11:29
NER_with_UniNER-7B-all-GPTQ-4bit.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@veekaybee
veekaybee / normcore-llm.md
Last active July 16, 2026 22:24
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@younesbelkada
younesbelkada / finetune_llama_v2.py
Last active March 31, 2026 08:26
Fine tune Llama v2 models on Guanaco Dataset
# coding=utf-8
# Copyright 2023 The HuggingFace Inc. team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tylermorganwall
tylermorganwall / submarine_cable_map.R
Last active May 18, 2026 00:07
Submarine Cable Map Dataviz
library(geojsonsf)
library(sf)
library(rayrender)
#Data source: https://github.com/telegeography/www.submarinecablemap.com
cables = geojson_sf("cable-geo.json")
cablescene = list()
counter = 1
for(i in 1:length(cables$geometry)) {
@lmcinnes
lmcinnes / doc_embeddings_with_vectorizers.ipynb
Last active November 9, 2023 04:31
Document Embeddings with the Vectorizers Library
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dbonillaf
dbonillaf / links_bonilista_521.md
Last active April 4, 2021 12:41
Fuentes para determinar cuantos profesionales trabajan en la industria informática
@JEFworks
JEFworks / gganimate_test.R
Last active September 20, 2023 17:29
Visualizing parameters for clustering PBMCs using gganimate
##################### Visualizing parameters for clustering PBMCs using gganimate
library(ggplot2)
library(gganimate)
## PBMC dataset
library(MUDAN)
data("pbmcA")
## Downsample to run faster
cd <- MUDAN::cleanCounts(pbmcA)[, 1:2000]
@pr3ssh
pr3ssh / agenda.md
Last active February 24, 2019 15:59
Agenda del Taller de webcrawling con Python y Beautiful Soup [uhu.es/etsi '19]

TALLER DE webcrawling CON PYTHON

Pablo Martín (@pr3ssh)

21 de febrero de 2019

AGENDA

  1. Por qué webcrawling