inst/doc/removing_huggingface_transformers_cache_files.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup, eval = FALSE, warning=FALSE, message=FALSE------------------------
#  
#  library(text)
#  
#  # Check downloaded, available models.
#  textModels()
#  
#  # Delete a specified model and model associated files.
#  textModelsRemove("name_of_model_to_be_removed")
#  

Try the text package in your browser

Any scripts or data that you put into this service are public.

text documentation built on Aug. 9, 2023, 5:08 p.m.