Ross ROSS = Recommend OSS · open-source software intelligence for agents

allenai/bilm-tf

Tensorflow implementation of contextualized word representations from bi-directional language models observed · 2026-08-28

github.com/allenai/bilm-tf · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3260
  • days_rel: n/a
  • days_push: 1278
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1612 stars · 447 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TensorFlow implementation of the bidirectional language model (biLM) used to compute ELMo deep contextualized word representations. It supports both training new biLMs and running pre-trained models to produce contextual embeddings for downstream NLP tasks.

Use cases

  • compute ELMo embeddings for text in TensorFlow
  • train a bidirectional language model on my own corpus
  • get contextualized word representations for a downstream NLP model
  • precompute ELMo vectors for a fixed dataset
  • use pretrained ELMo weights for prediction

When to choose

  • you need ELMo embeddings specifically in TensorFlow 1.x
  • you want to train or fine-tune a bidirectional LM from the ELMo paper
  • you need character-level input handling for arbitrary text

When to avoid

  • you want modern transformer embeddings like BERT or GPT
  • you use TensorFlow 2.x or PyTorch (prefer TensorFlow Hub or AllenNLP)
  • you need actively maintained software with recent dependency support

Facets

library · maturity maintenance

machine-learning deep-learning nlp llm-training machine-learning deep-learning python elmo embeddings language-models tensorflow word-representations bilstm natural-language-processing linux gpu

1 source

Member repositories

RepositoryRoleHealth v2
allenai/bilm-tfmain32

For agents

markdown · JSON · MCP: product_card(name="allenai/bilm-tf")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem