Skip to content

Instantly share code, notes, and snippets.

View alabarga's full-sized avatar

Alberto Labarga alabarga

View GitHub Profile
@sebastianschramm
sebastianschramm / ner_with_uniner-7b-all-gptq-4bit.ipynb
Created August 26, 2023 11:29
NER_with_UniNER-7B-all-GPTQ-4bit.ipynb
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 May 16, 2024 13:30
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 May 14, 2024 05:46
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
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 April 19, 2024 07:36
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
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
@mschnetzer
mschnetzer / selfassessment.r
Last active December 31, 2019 10:33
Current and estimated position in the net wealth distribution (https://twitter.com/matschnetzer/status/1090954828631732224)
library(tidyverse)
library(survey)
library(msthemes)
library(gganimate)
# Load HFCS and Non-core data
load("hfcs2014AT.rda")
load("Noncore AT/non-core-at.rda")
# Calculate estimated decile with mean from multiple imputation data