forked from farach/huggingfaceR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (44 loc) · 1.31 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
export("%>%")
export(hf_ez_conversational)
export(hf_ez_fill_mask)
export(hf_ez_question_answering)
export(hf_ez_sentence_similarity)
export(hf_ez_summarization)
export(hf_ez_table_question_answering)
export(hf_ez_text2text_generation)
export(hf_ez_text_classification)
export(hf_ez_text_generation)
export(hf_ez_token_classification)
export(hf_ez_translation)
export(hf_ez_zero_shot_classification)
export(hf_fill_mask_payload)
export(hf_inference)
export(hf_list_authors)
export(hf_list_datasets)
export(hf_list_languages)
export(hf_list_libraries)
export(hf_list_licenses)
export(hf_list_models)
export(hf_list_tasks)
export(hf_load_AutoModel_for_task)
export(hf_load_dataset)
export(hf_load_model)
export(hf_load_pipeline)
export(hf_load_sentence_model)
export(hf_load_tokenizer)
export(hf_python_depends)
export(hf_question_answering_payload)
export(hf_search_models)
export(hf_sentence_encode)
export(hf_sentence_similarity_payload)
export(hf_set_device)
export(hf_summarization_payload)
export(hf_table_question_answering_payload)
export(hf_text2text_generation_payload)
export(hf_text_classification_payload)
export(hf_text_generation_payload)
export(hf_token_classification_payload)
export(hf_translation_payload)
export(hf_zero_shot_classification_payload)
importFrom(magrittr,"%>%")