Learn R Programming

FMAT (version 2025.4)

BERT_info_date: Scrape the initial commit date of BERT models.

Description

Scrape the initial commit date of BERT models.

Usage

BERT_info_date(models = NULL)

Value

A data.table:

  • model name

  • initial commit date (scraped from huggingface commit history)

Arguments

models

A character vector of model names at HuggingFace.

Examples

Run this code
if (FALSE) {
model.date = BERT_info_date()
# get all models from cache folder

one.model.date = FMAT:::get_model_date("bert-base-uncased")
# call the internal function to scrape a model
# that may not have been saved in cache folder
}

Run the code above in your browser using DataLab