Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex authored Apr 27, 2023
1 parent 3be0f74 commit 6f7ec55
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Templated_notebook_issue.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "Pwab0i0RAHBN"
},
"outputs": [],
"source": [
"stop_sequences_str = \"[]\" # @param {isTemplate: true}"
]
},
{
"cell_type": "code",
"source": [
"import json\n",
"stop_sequences = json.loads(stop_sequences_str)\n",
"print(stop_sequences)"
],
"metadata": {
"id": "g0UI1OYy8-L3"
},
"execution_count": null,
"outputs": []
}
],
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
}
},
"nbformat": 4,
"nbformat_minor": 0
}

0 comments on commit 6f7ec55

Please sign in to comment.