{
  "_id": "6a443772c375b2cc78b76520",
  "Package": "huggingfaceR",
  "Type": "Package",
  "Title": "Access 'Hugging Face' Models and Datasets",
  "Version": "2.1.0",
  "Authors@R": "c(\nperson(\"Alex\", \"Farach\", email = \"alexfarach@gmail.com\", role = c(\"aut\", \"cre\", \"cph\")),\nperson(\"Sam\", \"Terfa\", email = \"samterfa@gmail.com\", role = c(\"aut\", \"cph\")),\nperson(\"Jack\", \"Penzer\", email = \"jack.penzer@sharecreative.com\", role = c(\"aut\", \"cph\"))\n)",
  "Author": "Alex Farach [aut, cre, cph], Sam Terfa [aut, cph], Jack Penzer\n[aut, cph]",
  "Maintainer": "Alex Farach <alexfarach@gmail.com>",
  "Description": "Access models and datasets hosted on the 'Hugging Face'\nHub through its Inference Application Programming Interface\n(API). Run text classification, embeddings, chat, translation,\nimage, audio, and other tasks from tidy 'R' workflows without\ninstalling 'Python' by default. Results are returned as data\nframes or simple 'R' objects so they can be composed with\n'dplyr', 'tidyr', and related tooling. Helpers also support Hub\nsearch, file download, provider discovery, and guarded uploads\nfor authenticated workflows.",
  "License": "MIT + file LICENSE",
  "URL": "https://farach.github.io/huggingfaceR/,\nhttps://github.com/farach/huggingfaceR",
  "BugReports": "https://github.com/farach/huggingfaceR/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-30 21:34:43 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2026-06-30 21:10:49 UTC",
  "RemoteUrl": "https://github.com/cran/huggingfaceR",
  "RemoteRef": "HEAD",
  "RemoteSha": "a8547dfa72fc05a3f58ff8a89acb3420242a9d0c",
  "MD5sum": "56a085efcd55781d245e4752b77a9b94",
  "_user": "cran",
  "_type": "src",
  "_file": "huggingfaceR_2.1.0.tar.gz",
  "_fileid": "d9b00726fe6f611db60726719e521ab9954a37eaae42c82860d4df400ac786b5",
  "_filesize": 2535205,
  "_sha256": "d9b00726fe6f611db60726719e521ab9954a37eaae42c82860d4df400ac786b5",
  "_created": "2026-06-30T21:34:43.000Z",
  "_published": "2026-06-30T21:38:58.384Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 84405332735,
      "time": 214,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7994246797"
    },
    {
      "job": 84405332733,
      "time": 203,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7994243238"
    },
    {
      "job": 84404599191,
      "time": 251,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7994174212"
    },
    {
      "job": 84405332720,
      "time": 191,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7994239129"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/28477158724",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/huggingfaceR",
  "_commit": {
    "id": "a8547dfa72fc05a3f58ff8a89acb3420242a9d0c",
    "author": "Alex Farach <alexfarach@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 2.1.0\n",
    "time": 1782853849
  },
  "_maintainer": {
    "name": "Alex Farach",
    "email": "alexfarach@gmail.com",
    "login": "farach",
    "description": "",
    "uuid": 1520139
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "generics",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lsa",
      "role": "Suggests"
    },
    {
      "package": "recipes",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tidymodels",
      "role": "Suggests"
    },
    {
      "package": "tidytext",
      "role": "Suggests"
    },
    {
      "package": "uwot",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "2.1.0",
      "date": "2026-06-30"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "farach",
      "count": 1,
      "uuid": 1520139
    }
  ],
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "followers": 614,
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/huggingfaceR"
  },
  "_devurl": "https://github.com/farach/huggingfacer",
  "_pkgdown": "https://farach.github.io/huggingfaceR/",
  "_searchresults": 50,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/huggingfaceR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "2.1.0",
      "date": "2026-06-30"
    }
  ],
  "_exports": [
    "%>%",
    "chat",
    "hf_caption_image",
    "hf_chat",
    "hf_check_inference",
    "hf_classify",
    "hf_classify_batch",
    "hf_classify_chunks",
    "hf_classify_image",
    "hf_classify_zero_shot",
    "hf_classify_zero_shot_batch",
    "hf_cluster_texts",
    "hf_conversation",
    "hf_create_repo",
    "hf_dataset_info",
    "hf_default_model",
    "hf_delete_repo",
    "hf_describe_image",
    "hf_detect_objects",
    "hf_embed",
    "hf_embed_batch",
    "hf_embed_chunks",
    "hf_embed_text",
    "hf_embed_umap",
    "hf_extract",
    "hf_extract_topics",
    "hf_ez_conversational",
    "hf_ez_fill_mask",
    "hf_ez_question_answering",
    "hf_ez_sentence_similarity",
    "hf_ez_summarization",
    "hf_ez_table_question_answering",
    "hf_ez_text_classification",
    "hf_ez_text_generation",
    "hf_ez_text2text_generation",
    "hf_ez_token_classification",
    "hf_ez_translation",
    "hf_ez_zero_shot_classification",
    "hf_fill_mask",
    "hf_fill_mask_payload",
    "hf_generate",
    "hf_hub_download",
    "hf_inference",
    "hf_list_authors",
    "hf_list_datasets",
    "hf_list_languages",
    "hf_list_libraries",
    "hf_list_licenses",
    "hf_list_models",
    "hf_list_providers",
    "hf_list_repo_files",
    "hf_list_tasks",
    "hf_load_AutoModel_for_task",
    "hf_load_dataset",
    "hf_load_model",
    "hf_load_pipeline",
    "hf_load_sentence_model",
    "hf_load_tokenizer",
    "hf_model_info",
    "hf_nearest_neighbors",
    "hf_ner",
    "hf_push_dataset",
    "hf_python_depends",
    "hf_question_answer",
    "hf_question_answering_payload",
    "hf_read_chunks",
    "hf_run_tools",
    "hf_search_datasets",
    "hf_search_models",
    "hf_search_papers",
    "hf_search_spaces",
    "hf_sentence_encode",
    "hf_sentence_similarity_payload",
    "hf_set_device",
    "hf_set_token",
    "hf_similarity",
    "hf_summarization_payload",
    "hf_summarize",
    "hf_table_question_answer",
    "hf_table_question_answering_payload",
    "hf_text_classification_payload",
    "hf_text_generation_payload",
    "hf_text_to_image",
    "hf_text_to_speech",
    "hf_text2text_generation_payload",
    "hf_token_classification_payload",
    "hf_tool",
    "hf_transcribe",
    "hf_translate",
    "hf_translation_payload",
    "hf_upload_file",
    "hf_whoami",
    "hf_zero_shot_classification_payload",
    "step_hf_embed"
  ],
  "_datasets": [
    {
      "name": "models_with_downloads",
      "title": "Dataset of model names, tasks & download info",
      "object": "models_with_downloads",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "model",
        "downloads",
        "task",
        "sha",
        "private"
      ],
      "rows": 55524,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "chat",
      "title": "Continue a Conversation",
      "topics": [
        "chat"
      ]
    },
    {
      "page": "hf_caption_image",
      "title": "Caption Images",
      "topics": [
        "hf_caption_image"
      ]
    },
    {
      "page": "hf_chat",
      "title": "LLM Chat Interface",
      "topics": [
        "hf_chat"
      ]
    },
    {
      "page": "hf_check_inference",
      "title": "Check Inference API Availability",
      "topics": [
        "hf_check_inference"
      ]
    },
    {
      "page": "hf_classify",
      "title": "Text Classification",
      "topics": [
        "hf_classify"
      ]
    },
    {
      "page": "hf_classify_batch",
      "title": "Batch Text Classification (In-Memory)",
      "topics": [
        "hf_classify_batch"
      ]
    },
    {
      "page": "hf_classify_chunks",
      "title": "Chunked Text Classification (Disk Checkpoints)",
      "topics": [
        "hf_classify_chunks"
      ]
    },
    {
      "page": "hf_classify_image",
      "title": "Classify Images",
      "topics": [
        "hf_classify_image"
      ]
    },
    {
      "page": "hf_classify_zero_shot",
      "title": "Zero-Shot Classification",
      "topics": [
        "hf_classify_zero_shot"
      ]
    },
    {
      "page": "hf_classify_zero_shot_batch",
      "title": "Batch Zero-Shot Classification (In-Memory)",
      "topics": [
        "hf_classify_zero_shot_batch"
      ]
    },
    {
      "page": "hf_cluster_texts",
      "title": "Cluster Texts by Semantic Similarity",
      "topics": [
        "hf_cluster_texts"
      ]
    },
    {
      "page": "hf_conversation",
      "title": "Multi-turn Conversation",
      "topics": [
        "hf_conversation"
      ]
    },
    {
      "page": "hf_create_repo",
      "title": "Create a Hub Repository",
      "topics": [
        "hf_create_repo"
      ]
    },
    {
      "page": "hf_dataset_info",
      "title": "Get Dataset Information",
      "topics": [
        "hf_dataset_info"
      ]
    },
    {
      "page": "hf_default_model",
      "title": "Default Models for Hugging Face Tasks",
      "topics": [
        "hf_default_model"
      ]
    },
    {
      "page": "hf_delete_repo",
      "title": "Delete a Hub Repository",
      "topics": [
        "hf_delete_repo"
      ]
    },
    {
      "page": "hf_describe_image",
      "title": "Describe an Image",
      "topics": [
        "hf_describe_image"
      ]
    },
    {
      "page": "hf_detect_objects",
      "title": "Detect Objects in Images",
      "topics": [
        "hf_detect_objects"
      ]
    },
    {
      "page": "hf_embed",
      "title": "Generate Text Embeddings",
      "topics": [
        "hf_embed"
      ]
    },
    {
      "page": "hf_embed_batch",
      "title": "Batch Embedding Generation (In-Memory)",
      "topics": [
        "hf_embed_batch"
      ]
    },
    {
      "page": "hf_embed_chunks",
      "title": "Chunked Embedding Generation (Disk Checkpoints)",
      "topics": [
        "hf_embed_chunks"
      ]
    },
    {
      "page": "hf_embed_text",
      "title": "Embed Text with Tidytext Compatibility",
      "topics": [
        "hf_embed_text"
      ]
    },
    {
      "page": "hf_embed_umap",
      "title": "Dimensionality Reduction with UMAP",
      "topics": [
        "hf_embed_umap"
      ]
    },
    {
      "page": "hf_extract",
      "title": "Extract Structured Data from Text",
      "topics": [
        "hf_extract"
      ]
    },
    {
      "page": "hf_extract_topics",
      "title": "Extract Semantic Topics from Text",
      "topics": [
        "hf_extract_topics"
      ]
    },
    {
      "page": "hf_ez_conversational",
      "title": "Create a Conversational Agent",
      "topics": [
        "hf_ez_conversational"
      ]
    },
    {
      "page": "hf_ez_conversational_api_inference",
      "title": "Conversational API Inference",
      "topics": [
        "hf_ez_conversational_api_inference"
      ]
    },
    {
      "page": "hf_ez_conversational_local_inference",
      "title": "Conversational Local Inference",
      "topics": [
        "hf_ez_conversational_local_inference"
      ]
    },
    {
      "page": "hf_ez_fill_mask",
      "title": "Perform Fill-in-the-Blank Tasks",
      "topics": [
        "hf_ez_fill_mask"
      ]
    },
    {
      "page": "hf_ez_fill_mask_api_inference",
      "title": "Fill Mask API Inference",
      "topics": [
        "hf_ez_fill_mask_api_inference"
      ]
    },
    {
      "page": "hf_ez_fill_mask_local_inference",
      "title": "Fill Mask Local Inference",
      "topics": [
        "hf_ez_fill_mask_local_inference"
      ]
    },
    {
      "page": "hf_ez_question_answering",
      "title": "Answer Questions about a Text based on Context",
      "topics": [
        "hf_ez_question_answering"
      ]
    },
    {
      "page": "hf_ez_question_answering_api_inference",
      "title": "Question Answering API Inference",
      "topics": [
        "hf_ez_question_answering_api_inference"
      ]
    },
    {
      "page": "hf_ez_question_answering_local_inference",
      "title": "Question Answering Local Inference",
      "topics": [
        "hf_ez_question_answering_local_inference"
      ]
    },
    {
      "page": "hf_ez_sentence_similarity",
      "title": "Compare Sentence Similarity Semantically",
      "topics": [
        "hf_ez_sentence_similarity"
      ]
    },
    {
      "page": "hf_ez_sentence_similarity_api_inference",
      "title": "Sentence Similarity API Inference",
      "topics": [
        "hf_ez_sentence_similarity_api_inference"
      ]
    },
    {
      "page": "hf_ez_sentence_similarity_local_inference",
      "title": "Sentence Similarity Local Inference",
      "topics": [
        "hf_ez_sentence_similarity_local_inference"
      ]
    },
    {
      "page": "hf_ez_summarization",
      "title": "Summarize a Text",
      "topics": [
        "hf_ez_summarization"
      ]
    },
    {
      "page": "hf_ez_summarization_api_inference",
      "title": "Summarization API Inference",
      "topics": [
        "hf_ez_summarization_api_inference"
      ]
    },
    {
      "page": "hf_ez_summarization_local_inference",
      "title": "Summarization Local Inference",
      "topics": [
        "hf_ez_summarization_local_inference"
      ]
    },
    {
      "page": "hf_ez_table_question_answering",
      "title": "Answer Questions about a Data Table",
      "topics": [
        "hf_ez_table_question_answering"
      ]
    },
    {
      "page": "hf_ez_table_question_answering_api_inference",
      "title": "Table Question Answering API Inference",
      "topics": [
        "hf_ez_table_question_answering_api_inference"
      ]
    },
    {
      "page": "hf_ez_table_question_answering_local_inference",
      "title": "Table Question Answering Local Inference",
      "topics": [
        "hf_ez_table_question_answering_local_inference"
      ]
    },
    {
      "page": "hf_ez_text_classification",
      "title": "Classify Texts into Pre-trained Categories",
      "topics": [
        "hf_ez_text_classification"
      ]
    },
    {
      "page": "hf_ez_text_classification_api_inference",
      "title": "Text Classification API Inference",
      "topics": [
        "hf_ez_text_classification_api_inference"
      ]
    },
    {
      "page": "hf_ez_text_classification_local_inference",
      "title": "Text Classification Local Inference",
      "topics": [
        "hf_ez_text_classification_local_inference"
      ]
    },
    {
      "page": "hf_ez_text_generation",
      "title": "Generate Text from a Prompt",
      "topics": [
        "hf_ez_text_generation"
      ]
    },
    {
      "page": "hf_ez_text_generation_api_inference",
      "title": "Text Generation API Inference",
      "topics": [
        "hf_ez_text_generation_api_inference"
      ]
    },
    {
      "page": "hf_ez_text_generation_local_inference",
      "title": "Text Generation Local Inference",
      "topics": [
        "hf_ez_text_generation_local_inference"
      ]
    },
    {
      "page": "hf_ez_text2text_generation",
      "title": "Answer General Questions",
      "topics": [
        "hf_ez_text2text_generation"
      ]
    },
    {
      "page": "hf_ez_text2text_generation_api_inference",
      "title": "Text2Text Generation API Inference",
      "topics": [
        "hf_ez_text2text_generation_api_inference"
      ]
    },
    {
      "page": "hf_ez_text2text_generation_local_inference",
      "title": "Text2Text Generation Local Inference",
      "topics": [
        "hf_ez_text2text_generation_local_inference"
      ]
    },
    {
      "page": "hf_ez_token_classification",
      "title": "Classify parts of a Text",
      "topics": [
        "hf_ez_token_classification"
      ]
    },
    {
      "page": "hf_ez_token_classification_api_inference",
      "title": "Token Classification API Inference",
      "topics": [
        "hf_ez_token_classification_api_inference"
      ]
    },
    {
      "page": "hf_ez_token_classification_local_inference",
      "title": "Token Classification Local Inference",
      "topics": [
        "hf_ez_token_classification_local_inference"
      ]
    },
    {
      "page": "hf_ez_translation",
      "title": "Translate between Languages",
      "topics": [
        "hf_ez_translation"
      ]
    },
    {
      "page": "hf_ez_translation_api_inference",
      "title": "Translation API Inference",
      "topics": [
        "hf_ez_translation_api_inference"
      ]
    },
    {
      "page": "hf_ez_translation_local_inference",
      "title": "Translation Local Inference",
      "topics": [
        "hf_ez_translation_local_inference"
      ]
    },
    {
      "page": "hf_ez_zero_shot_classification",
      "title": "Perform Text Classification with No Context Required",
      "topics": [
        "hf_ez_zero_shot_classification"
      ]
    },
    {
      "page": "hf_ez_zero_shot_classification_api_inference",
      "title": "Zero Shot Classification API Inference",
      "topics": [
        "hf_ez_zero_shot_classification_api_inference"
      ]
    },
    {
      "page": "hf_ez_zero_shot_classification_local_inference",
      "title": "Zero Shot Classification Local Inference",
      "topics": [
        "hf_ez_zero_shot_classification_local_inference"
      ]
    },
    {
      "page": "hf_fill_mask",
      "title": "Fill Mask",
      "topics": [
        "hf_fill_mask"
      ]
    },
    {
      "page": "hf_fill_mask_payload",
      "title": "Fill Mask Task Payload",
      "topics": [
        "hf_fill_mask_payload"
      ]
    },
    {
      "page": "hf_generate",
      "title": "Text Generation",
      "topics": [
        "hf_generate"
      ]
    },
    {
      "page": "hf_hub_download",
      "title": "Download a File from the Hub",
      "topics": [
        "hf_hub_download"
      ]
    },
    {
      "page": "hf_inference",
      "title": "Inference using a downloaded Hugging Face model or pipeline, or using the Inference API",
      "topics": [
        "hf_inference"
      ]
    },
    {
      "page": "hf_list_authors",
      "title": "List Authors",
      "topics": [
        "hf_list_authors"
      ]
    },
    {
      "page": "hf_list_datasets",
      "title": "List Datasets",
      "topics": [
        "hf_list_datasets"
      ]
    },
    {
      "page": "hf_list_languages",
      "title": "List Languages",
      "topics": [
        "hf_list_languages"
      ]
    },
    {
      "page": "hf_list_libraries",
      "title": "List Libraries",
      "topics": [
        "hf_list_libraries"
      ]
    },
    {
      "page": "hf_list_licenses",
      "title": "List Licenses",
      "topics": [
        "hf_list_licenses"
      ]
    },
    {
      "page": "hf_list_models",
      "title": "List Models",
      "topics": [
        "hf_list_models"
      ]
    },
    {
      "page": "hf_list_providers",
      "title": "List Inference Providers for a Model",
      "topics": [
        "hf_list_providers"
      ]
    },
    {
      "page": "hf_list_repo_files",
      "title": "List Files in a Hub Repository",
      "topics": [
        "hf_list_repo_files"
      ]
    },
    {
      "page": "hf_list_tasks",
      "title": "List Available Tasks",
      "topics": [
        "hf_list_tasks"
      ]
    },
    {
      "page": "hf_load_AutoModel_for_task",
      "title": "Import a pre-trained AutoModel object for a specific task.",
      "topics": [
        "hf_load_AutoModel_for_task"
      ]
    },
    {
      "page": "hf_load_dataset",
      "title": "Load Dataset via Hugging Face Datasets Server API",
      "topics": [
        "hf_load_dataset"
      ]
    },
    {
      "page": "hf_load_model",
      "title": "Load a pre-trained AutoModel object from Hugging Face",
      "topics": [
        "hf_load_model"
      ]
    },
    {
      "page": "hf_load_pipeline",
      "title": "Load a pipeline object from Hugging Face - pipelines usually include a model, tokenizer and task.",
      "topics": [
        "hf_load_pipeline"
      ]
    },
    {
      "page": "hf_load_sentence_model",
      "title": "Load a Sentence Transformers model to extract sentence/document embeddings",
      "topics": [
        "hf_load_sentence_model"
      ]
    },
    {
      "page": "hf_load_tokenizer",
      "title": "Load an AutoTokenizer from a pre-tained model",
      "topics": [
        "hf_load_tokenizer"
      ]
    },
    {
      "page": "hf_model_info",
      "title": "Get Model Information",
      "topics": [
        "hf_model_info"
      ]
    },
    {
      "page": "hf_nearest_neighbors",
      "title": "Find Nearest Neighbors by Semantic Similarity",
      "topics": [
        "hf_nearest_neighbors"
      ]
    },
    {
      "page": "hf_ner",
      "title": "Named Entity Recognition (Token Classification)",
      "topics": [
        "hf_ner"
      ]
    },
    {
      "page": "hf_push_dataset",
      "title": "Push a Data Frame as a Dataset File",
      "topics": [
        "hf_push_dataset"
      ]
    },
    {
      "page": "hf_python_depends",
      "title": "Install Python Dependencies",
      "topics": [
        "hf_python_depends"
      ]
    },
    {
      "page": "hf_question_answer",
      "title": "Extractive Question Answering",
      "topics": [
        "hf_question_answer"
      ]
    },
    {
      "page": "hf_question_answering_payload",
      "title": "Question Answering Payload",
      "topics": [
        "hf_question_answering_payload"
      ]
    },
    {
      "page": "hf_read_chunks",
      "title": "Read All Chunks from Directory",
      "topics": [
        "hf_read_chunks"
      ]
    },
    {
      "page": "hf_run_tools",
      "title": "Run Tool Calls in a Conversation",
      "topics": [
        "hf_run_tools"
      ]
    },
    {
      "page": "hf_search_datasets",
      "title": "Search Datasets on Hugging Face Hub",
      "topics": [
        "hf_search_datasets"
      ]
    },
    {
      "page": "hf_search_models",
      "title": "Search Models on Hugging Face Hub",
      "topics": [
        "hf_search_models"
      ]
    },
    {
      "page": "hf_search_papers",
      "title": "Search Papers on Hugging Face",
      "topics": [
        "hf_search_papers"
      ]
    },
    {
      "page": "hf_search_spaces",
      "title": "Search Spaces on Hugging Face Hub",
      "topics": [
        "hf_search_spaces"
      ]
    },
    {
      "page": "hf_sentence_encode",
      "title": "Use a Sentence Transformers pipeline to extract document(s)/sentence(s) embedding(s)",
      "topics": [
        "hf_sentence_encode"
      ]
    },
    {
      "page": "hf_sentence_similarity_payload",
      "title": "Sentence Similarity Payload",
      "topics": [
        "hf_sentence_similarity_payload"
      ]
    },
    {
      "page": "hf_set_device",
      "title": "Try to set device to GPU for accelerated computation",
      "topics": [
        "hf_set_device"
      ]
    },
    {
      "page": "hf_set_token",
      "title": "Set Hugging Face API Token",
      "topics": [
        "hf_set_token"
      ]
    },
    {
      "page": "hf_similarity",
      "title": "Compute Pairwise Similarity",
      "topics": [
        "hf_similarity"
      ]
    },
    {
      "page": "hf_summarization_payload",
      "title": "Summarization Task Payload",
      "topics": [
        "hf_summarization_payload"
      ]
    },
    {
      "page": "hf_summarize",
      "title": "Summarize Text",
      "topics": [
        "hf_summarize"
      ]
    },
    {
      "page": "hf_table_question_answer",
      "title": "Table Question Answering",
      "topics": [
        "hf_table_question_answer"
      ]
    },
    {
      "page": "hf_table_question_answering_payload",
      "title": "Table Question Answering Payload",
      "topics": [
        "hf_table_question_answering_payload"
      ]
    },
    {
      "page": "hf_text_classification_payload",
      "title": "Text Classification Payload",
      "topics": [
        "hf_text_classification_payload"
      ]
    },
    {
      "page": "hf_text_generation_payload",
      "title": "Text Generation Payload",
      "topics": [
        "hf_text_generation_payload"
      ]
    },
    {
      "page": "hf_text_to_image",
      "title": "Generate an Image from Text",
      "topics": [
        "hf_text_to_image"
      ]
    },
    {
      "page": "hf_text_to_speech",
      "title": "Convert Text to Speech",
      "topics": [
        "hf_text_to_speech"
      ]
    },
    {
      "page": "hf_text2text_generation_payload",
      "title": "Text2Text Generation Payload",
      "topics": [
        "hf_text2text_generation_payload"
      ]
    },
    {
      "page": "hf_token_classification_payload",
      "title": "Token Classification Payload",
      "topics": [
        "hf_token_classification_payload"
      ]
    },
    {
      "page": "hf_tool",
      "title": "Define a Chat Tool",
      "topics": [
        "hf_tool"
      ]
    },
    {
      "page": "hf_transcribe",
      "title": "Transcribe Audio",
      "topics": [
        "hf_transcribe"
      ]
    },
    {
      "page": "hf_translate",
      "title": "Translate Text",
      "topics": [
        "hf_translate"
      ]
    },
    {
      "page": "hf_translation_payload",
      "title": "Translation Payload",
      "topics": [
        "hf_translation_payload"
      ]
    },
    {
      "page": "hf_upload_file",
      "title": "Upload a File to a Hub Repository",
      "topics": [
        "hf_upload_file"
      ]
    },
    {
      "page": "hf_whoami",
      "title": "Get Current Hugging Face User Information",
      "topics": [
        "hf_whoami"
      ]
    },
    {
      "page": "hf_zero_shot_classification_payload",
      "title": "Zero Shot Classification Payload",
      "topics": [
        "hf_zero_shot_classification_payload"
      ]
    },
    {
      "page": "models_with_downloads",
      "title": "Dataset of model names, tasks & download info",
      "topics": [
        "models_with_downloads"
      ]
    },
    {
      "page": "step_hf_embed",
      "title": "Embedding Recipe Step",
      "topics": [
        "step_hf_embed",
        "tidy.step_hf_embed",
        "tunable.step_hf_embed"
      ]
    }
  ],
  "_pkglogo": "https://github.com/cran/huggingfaceR/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/cran/huggingfaceR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "huggingfacer",
  "_universes": [
    "cran",
    "farach"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.1.0",
      "date": "2026-06-30T21:38:17.000Z",
      "distro": "resolute",
      "commit": "a8547dfa72fc05a3f58ff8a89acb3420242a9d0c",
      "fileid": "c22e0791d3f5d0ccce1e1a0eb0929d6d32d851b5352c9503f4e2103c0280a0c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28477158724"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.1.0",
      "date": "2026-06-30T21:38:06.000Z",
      "distro": "resolute",
      "commit": "a8547dfa72fc05a3f58ff8a89acb3420242a9d0c",
      "fileid": "18b25284989a94346243e702de424f53df40fcc8c9e9add1164e052287253463",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28477158724"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.1.0",
      "date": "2026-06-30T21:38:18.000Z",
      "commit": "a8547dfa72fc05a3f58ff8a89acb3420242a9d0c",
      "fileid": "4342ac1e607cfc49cac857c470d7b721427629e367f1e972f8d21257b2e37d00",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/28477158724"
    }
  ]
}