-
Notifications
You must be signed in to change notification settings - Fork 4
/
bert-baseline-jupyter-recipe.json
44 lines (44 loc) · 1.22 KB
/
bert-baseline-jupyter-recipe.json
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
{
"schema_version": "2023.09.01",
"type": "workspace",
"spec": {
"name": "bert-baseline",
"description": "",
"image": "community/saturncloud/saturn-python-pytorch:2023.09.01",
"instance_type": "g4dnxlarge",
"environment_variables": {},
"working_directory": "/home/jovyan/workspace",
"extra_packages": {
"pip": {
"install": "kaggle transformers"
}
},
"start_script": "",
"git_repositories": [
{
"url": "[email protected]:DataTalksClub/kaggle-qa-challenge-starter.git",
"path": "/home/jovyan/workspace/kaggle-qa-challenge-starter",
"public": true,
"on_restart": "preserve changes",
"reference": null,
"reference_type": "branch"
}
],
"secrets": [
{
"location": "/home/jovyan/.kaggle/kaggle.json",
"type": "file",
"description": "",
"owner": "community/alexey",
"name": "kaggle"
}
],
"shared_folders": [],
"ide": "jupyter",
"disk_space": "2Gi",
"auto_shutoff": "1 hour",
"start_ssh": false,
"use_spot_instance": false,
"expose_app_port": false
}
}