Skip to content

Commit

Permalink
update NLP colab: update the version of TF and acc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpeerat committed Oct 16, 2023
1 parent 5a14c43 commit 5f30562
Show file tree
Hide file tree
Showing 6 changed files with 64,231 additions and 64,156 deletions.
9 changes: 4 additions & 5 deletions notebooks/05n_NLP_on_HF_01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,8 @@
}
],
"source": [
"!pip install -U transformers==4.15.0\n",
"!pip install -U sentence-transformers==2.2.0\n",
"!pip install -U transformers[sentencepiece]"
"!pip install datasets==1.17.0 transformers[sentencepiece]==4.34.0\n",
"!pip install accelerate==0.23.0"
]
},
{
Expand Down Expand Up @@ -2214,9 +2213,9 @@
"provenance": []
},
"kernelspec": {
"display_name": "default:Python",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "conda-env-default-py"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 5f30562

Please sign in to comment.