Skip to content

Instantly share code, notes, and snippets.

View dobbersc's full-sized avatar

Conrad Dobberstein dobbersc

  • Humboldt-Universität zu Berlin
  • Germany, Berlin
  • 07:47 (UTC +02:00)
View GitHub Profile
@dobbersc
dobbersc / fundus_publisher_coverage.json
Last active September 6, 2025 14:24
An intermediate file for the generated badge from Fundus' crawler tests.
{"label":"Publisher Coverage","message":"129/150","schemaVersion":1,"color":"hsl(86, 100%, 40%)"}
{"schemaVersion":1,"label":"Publisher Coverage","message":"25/36","color":"hsl(0, 100%, 40%)"}
@dobbersc
dobbersc / relation_extraction.md
Last active January 17, 2023 16:03
Flair Relation Extraction

Flair Relation Extraction

Vergleich Zu: An Improved Baseline for Sentence-level Relation Extraction

Encoding Strategy Reference Flair
entity-mask / 60.14
typed-entity-mask 69.60 69.22
entity-marker 68.40 67.81
entity-marker-punct 68.70 (( 67.80 ))
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <spawn.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>