forked from nlpbook/nlpbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
30 lines (29 loc) · 808 Bytes
/
settings.ini
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
[DEFAULT]
host = github
lib_name = nlpbook
user = nlpbook
description = Applied Natural Language Processing in the Enterprise - An O'Reilly Media Publication
keywords = nlp ai deep-learning
author = Ankur A. Patel and Ajay Uppili Arasanipalai
author_email = [email protected]
copyright = O'Reilly Media
branch = main
version = 1.0.1
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = mit
status = 2
requirements = fastai>=2.3.1 transformers torchtext pyspark
pip_requirements = torch
conda_requirements = pytorch
dev_requirements = nbdev fastrelease anaconda-client
nbs_path = .
doc_path = docs
recursive = False
doc_host = https://appliednlpbook.com
doc_baseurl = /
git_url = https://github.com/nlpbook/nlpbook/tree/main/
lib_path = nlpbook
title = nlpbook