Spaces:
Runtime error
Runtime error
Commit
·
c5025fd
1
Parent(s):
3ab71ab
Added the first demo
Browse files
bible_demo.py
ADDED
File without changes
|
bible_prompts.ipynb → notebooks/bible_prompts.ipynb
RENAMED
File without changes
|
notebooks/bible_training.ipynb
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": null,
|
6 |
+
"metadata": {},
|
7 |
+
"outputs": [],
|
8 |
+
"source": []
|
9 |
+
}
|
10 |
+
],
|
11 |
+
"metadata": {
|
12 |
+
"kernelspec": {
|
13 |
+
"display_name": "Python 3",
|
14 |
+
"language": "python",
|
15 |
+
"name": "python3"
|
16 |
+
},
|
17 |
+
"language_info": {
|
18 |
+
"name": "python",
|
19 |
+
"version": "3.10.2 (v3.10.2:a58ebcc701, Jan 13 2022, 14:50:16) [Clang 13.0.0 (clang-1300.0.29.30)]"
|
20 |
+
},
|
21 |
+
"orig_nbformat": 4,
|
22 |
+
"vscode": {
|
23 |
+
"interpreter": {
|
24 |
+
"hash": "949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1"
|
25 |
+
}
|
26 |
+
}
|
27 |
+
},
|
28 |
+
"nbformat": 4,
|
29 |
+
"nbformat_minor": 2
|
30 |
+
}
|