BERT_info_date: Scrape the initial commit date of BERT models.

View source: R/FMAT.R

BERT_info_dateR Documentation

Scrape the initial commit date of BERT models.

Description

Scrape the initial commit date of BERT models.

Usage

BERT_info_date(models = NULL)

Arguments

models

A character vector of model names at HuggingFace.

Value

A data.table:

  • model name

  • initial commit date (scraped from huggingface commit history)

Examples

## Not run: 
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

## End(Not run)


FMAT documentation built on Jan. 12, 2026, 9:08 a.m.