-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathNAMESPACE
More file actions
81 lines (80 loc) · 2.23 KB
/
NAMESPACE
File metadata and controls
81 lines (80 loc) · 2.23 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
S3method(chat,hf_conversation)
S3method(generics::tidy,step_hf_embed)
S3method(generics::tunable,step_hf_embed)
S3method(print,hf_conversation)
S3method(print,step_hf_embed)
S3method(recipes::bake,step_hf_embed)
S3method(recipes::prep,step_hf_embed)
S3method(recipes::required_pkgs,step_hf_embed)
export("%>%")
export(chat)
export(hf_chat)
export(hf_check_inference)
export(hf_classify)
export(hf_classify_batch)
export(hf_classify_chunks)
export(hf_classify_zero_shot)
export(hf_classify_zero_shot_batch)
export(hf_cluster_texts)
export(hf_conversation)
export(hf_dataset_info)
export(hf_embed)
export(hf_embed_batch)
export(hf_embed_chunks)
export(hf_embed_text)
export(hf_embed_umap)
export(hf_extract_topics)
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)
export(hf_fill_mask_payload)
export(hf_generate)
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_model_info)
export(hf_nearest_neighbors)
export(hf_python_depends)
export(hf_question_answering_payload)
export(hf_read_chunks)
export(hf_search_datasets)
export(hf_search_models)
export(hf_sentence_encode)
export(hf_sentence_similarity_payload)
export(hf_set_device)
export(hf_set_token)
export(hf_similarity)
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_whoami)
export(hf_zero_shot_classification_payload)
export(step_hf_embed)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)