-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·162 lines (153 loc) · 6.69 KB
/
mkdocs.yml
File metadata and controls
executable file
·162 lines (153 loc) · 6.69 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Project information
site_name: The Sun Also Rises.
site_description: Xiao Xu - Homepage
site_author: "Xiao Xu"
site_url: "https://looperxx.github.io/"
# Repository
repo_name: "LooperXX/LooperXX.github.io"
repo_url: "https://github.com/LooperXX/LooperXX.github.io"
# Copyright
copyright: "Copyright © 2019 - 2022; Xiao Xu"
# Configuration
theme:
name: "material"
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
language: "zh"
features:
- content.code.annotate
- content.tooltips
- navigation.indexes
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.top
- search.highlight
- search.share
- search.suggest
- toc.follow
# font:
# text: 'Roboto'
# code: 'Roboto Mono'
# logo:
# icon: 'cloud'
# Customization
extra:
social:
- icon: fontawesome/brands/github-alt
link: "https://github.com/looperXX"
- icon: fontawesome/brands/twitter
link: https://twitter.com/looperxx_nlp
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/%E5%95%B8-%E5%BE%90-012456163/"
disqus: "https-looperxx-github-io-my-wiki"
search:
language: "jp"
analytics:
provider: google
property: G-CV5JZHXZY8
# Extensions
extra_javascript:
- javascripts/baidu-tongji.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
# smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: looperxx
repo: looperxx.github.io
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- tables
plugins:
- glightbox
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
# Page tree
nav:
- Xiao Xu @ Qwen Team, Alibaba Group: "index.md"
- Blogs:
- "ACL 2023 Oral Paper | ManagerTower: 自适应融合单模态专家见解的视觉语言表示学习方法": "blog/ManagerTower.md"
- "AAAI 2023 Oral Paper | BridgeTower: 在视觉语言表示学习中建立编码器间的桥梁": "blog/BridgeTower.md"
- "AAAI 2022 Oral Paper | Profile SLU: 基于Profile信息的口语语言理解基准": "blog/Profile SLU.md"
- Notes:
- "Normalization": "notes/Normalization.md"
- "Transfer Learning": "notes/Transfer Learning.md"
- "Attention": "notes/Attention.md"
- "Machine Reading Comprehension": "notes/Neural Reading Comprehension and beyond.md"
- "NCRF++": "notes/Notes on NCRF++.md"
- Notes on CS224n-2019:
- "CS224n-2019 Introduction": "notes/CS224n-2019-00-Info.md"
- "CS224n-2019 Assignment": "notes/CS224n-2019-Assignment.md"
- "01 Introduction and Word Vectors": "notes/CS224n-2019-01-Introduction and Word Vectors.md"
- "02 Word Vectors 2 and Word Senses": "notes/CS224n-2019-02-Word Vectors 2 and Word Senses.md"
- "03 Word Window Classification,Neural Networks, and Matrix Calculus": "notes/CS224n-2019-03-Word Window Classification,Neural Networks, and Matrix Calculus.md"
- "04 Backpropagation and Computation Graphs": "notes/CS224n-2019-04-Backpropagation and Computation Graphs.md"
- "05 Linguistic Structure Dependency Parsing": "notes/CS224n-2019-05-Linguistic Structure Dependency Parsing.md"
- "06 The probability of a sentence Recurrent Neural Networks and Language Models": "notes/CS224n-2019-06-The probability of a sentence Recurrent Neural Networks and Language Models.md"
- "07 Vanishing Gradients and Fancy RNNs": "notes/CS224n-2019-07-Vanishing Gradients and Fancy RNNs.md"
- "08 Machine Translation, Sequence-to-sequence and Attention": "notes/CS224n-2019-08-Machine Translation, Sequence-to-sequence and Attention.md"
- "09 Practical Tips for Final Projects": "notes/CS224n-2019-09-Practical Tips for Final Projects.md"
- "10 Question Answering and the Default Final Project": "notes/CS224n-2019-10-Question Answering and the Default Final Project.md"
- "11 ConvNets for NLP": "notes/CS224n-2019-11-ConvNets for NLP.md"
- "12 Information from parts of words Subword Models": "notes/CS224n-2019-12-Information from parts of words Subword Models.md"
- "13 Modeling contexts of use Contextual Representations and Pretraining": "notes/CS224n-2019-13-Modeling contexts of use Contextual Representations and Pretraining.md"
- "14 Transformers and Self-Attention For Generative Models": "notes/CS224n-2019-14-Transformers and Self-Attention For Generative Models.md"
- "15 Natural Language Generation": "notes/CS224n-2019-15-Natural Language Generation.md"
- "16 Coreference Resolution": "notes/CS224n-2019-16-Coreference Resolution.md"
- "17 Multitask Learning": "notes/CS224n-2019-17-Multitask Learning.md"
- "18 Tree Recursive Neural Networks, Constituency Parsing, and Sentiment": "notes/CS224n-2019-18-Tree Recursive Neural Networks, Constituency Parsing, and Sentiment.md"
- "19 Safety, Bias, and Fairness": "notes/CS224n-2019-19-Safety, Bias, and Fairness.md"
- "20 The Future of NLP + Deep Learning": "notes/CS224n-2019-20-The Future of NLP + Deep Learning.md"
- Notes on MkDocs:
- "Demo": "notes/MkDocs_demo.md"
- "Material Theme Tutorial": "notes/Material Theme Tutorial.md"