Aaron Dantley commited on
Commit ·
9212162
1
Parent(s): 78ec680
test commit
Browse files- .gitignore +1 -0
- .ipynb_checkpoints/Untitled-checkpoint.ipynb +6 -0
- First-HF-Notebook.ipynb +10 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
hfenv
|
.ipynb_checkpoints/Untitled-checkpoint.ipynb
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [],
|
| 3 |
+
"metadata": {},
|
| 4 |
+
"nbformat": 4,
|
| 5 |
+
"nbformat_minor": 5
|
| 6 |
+
}
|
First-HF-Notebook.ipynb
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [],
|
| 3 |
+
"metadata": {
|
| 4 |
+
"language_info": {
|
| 5 |
+
"name": "python"
|
| 6 |
+
}
|
| 7 |
+
},
|
| 8 |
+
"nbformat": 4,
|
| 9 |
+
"nbformat_minor": 5
|
| 10 |
+
}
|