-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
59 lines (52 loc) · 1.45 KB
/
_pkgdown.yml
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
navbar:
structure:
left: [home, intro, reference, articles]
right: [github]
reference:
- title: "Tokenizers"
desc: "Load a tokenizer from Hugging Face's transformers library"
contents:
- hf_load_tokenizer
- title: "Models"
desc: "Load a model from Hugging Face's transformers library."
contents:
- hf_load_model
- hf_load_AutoModel_for_task
- title: "Pipelines"
desc: "Load a pipeline from Hugging Face's transformers library"
contents:
- hf_load_pipeline
- hf_load_sentence_model
- hf_sentence_encode
- title: "Datasets"
desc: "Load a local data set or search and load models from the Hugging Face Hub"
contents:
- hf_list_datasets
- hf_load_dataset
- title: "internal"
contents:
- models_with_downloads
- title: "The Hub"
desc: "Functions for interacting directly with Hugging Face's hub"
contents:
- hf_search_models
- hf_list_models
- hf_list_languages
- hf_list_licenses
- hf_list_authors
- hf_list_libraries
- hf_list_tasks
- title: "Inference"
desc: "Interact with Hugging Face's inference API/Endpoints"
contents:
- hf_predict
- hf_set_device
- hf_python_depends
repo:
url:
home: https://farach.github.io/huggingfaceR/
source: https://github.com/farach/huggingfaceR/
home:
links:
- text: Report an issue
href: https://github.com/farach/huggingfaceR/issues