Skip to content

Commit

Permalink
Revert metadata and minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Lalith-Sagar-Devagudi authored and blythed committed May 17, 2024
1 parent 279cc50 commit 6db4d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/hr/content/docs/reusable_snippets/insert_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": ".venv"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -62,7 +62,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions docs/hr/content/use_cases/transfer_learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ from superduperdb.backends.ibis import dtype


<Tabs>
<TabItem value="labeled_text" label="labeled_text" default>
<TabItem value="labeled_text" label="Text (Labeled)" default>
```python
!curl -O https://superduperdb-public-demo.s3.amazonaws.com/text_classification.json
import json
Expand All @@ -314,7 +314,7 @@ from superduperdb.backends.ibis import dtype
sample_datapoint = data[-1]
```
</TabItem>
<TabItem value="labeled_image" label="labeled_image" default>
<TabItem value="labeled_image" label="Image (Labeled)" default>
```python
!curl -O https://superduperdb-public-demo.s3.amazonaws.com/images_classification.zip && unzip images.zip
import json
Expand Down

0 comments on commit 6db4d4f

Please sign in to comment.