generated from entelecheia/course-template-i18n
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.copier-config.yaml
46 lines (45 loc) · 1.62 KB
/
.copier-config.yaml
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
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.1.0
_src_path: gh:entelecheia/hyperfast-course-template
author: Young Joon Lee
build_and_release: true
code_template_answers_file: .copier-hyfi-config.yaml
code_template_source: ''
codecov_graph_token: OMNrbNOBEj
copyright_year: 2024
documentation_url: https://deepnlp2024.jeju.ai
email: [email protected]
favicon_path: https://assets.entelecheia.ai/favicon.png
friendly_name: Advanced NLP and LLMs 2024
giscus_data_category: General
giscus_data_category_id: DIC_kwDOMnmcmM4Ch5PL
giscus_data_repo_id: R_kgDOMnmcmA
github_repo_name: deepnlp-2024
github_username: entelecheia
google_analytics_id: G-BQJE5V9RK2
lang_code_1: en
lang_code_2: ko
lang_name_1: English
lang_name_2: 한국어
logo_path: ''
main_branch: main
open_link: true
package_name: deepnlp2024
package_scripts:
- deepnlp2024 = 'deepnlp2024.__cli__:main'
poe_task_files:
- .tasks.toml
- .tasks-extra.toml
project_description: This course focuses on advanced deep learning techniques for
natural language processing using the NVIDIA NeMo framework and DGX H100 server.
It emphasizes the training, optimization, and deployment of Large Language Models
(LLMs), including practical application development. Students will gain hands-on
LLM development experience through team projects.
project_license: CC-BY-4.0
project_name: deepnlp-2024
project_short_description: Advanced deep learning techniques for natural language
processing using the NVIDIA NeMo framework and DGX H100 server
upload_to_release: true
upload_to_repository: true
use_launch_buttons: true
use_source_code_skeleton: true