-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
46 lines (42 loc) · 1.36 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
url: http://bruno.nicenboim.me/pangoling
authors:
Bruno Nicenboim:
href: https://bruno.nicenboim.me/
template:
bootstrap: 5
includes:
in_header:
- <script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!==
0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"bnicenboim",utcoffset:"1"}))};sessionStorage.setItem("_swa","1");</script>
- <script data-goatcounter="https://bnicenboim.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
home:
title: Access to Large Language Model Predictions in R
description: >
Access to word predictability using large language (transformer) models in R.
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
articles:
- title: Articles
navbar: ~
contents:
- '`articles/intro-gpt2`'
- '`articles/intro-bert`'
- '`articles/troubleshooting`'
reference:
- title: About
contents:
- '`pangoling`'
- title: "Causal (or GPT-like) modeling"
contents:
- starts_with("causal")
- title: "Masked (or BERT-like) modeling"
contents:
- starts_with("masked")
- title: "Vocabulary and tokenization"
contents:
- has_concept("token-related functions")
- title: "Others"
contents:
- has_concept("general functions")