Skip to content

Commit 2f9d860

Browse files
committed
Refactored
1 parent 9766dbc commit 2f9d860

File tree

7 files changed

+1898
-1312
lines changed

7 files changed

+1898
-1312
lines changed

Module 9 - GenAI (LLMs and Prompt Engineering)/3. Handson HuggingFace/1. Introduction to HuggingFace/huggingface_transformers.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444
"🤗 Transformers support framework interoperability between PyTorch, TensorFlow, and JAX. This provides the flexibility to use a different framework at each stage of a model’s life; train a model in three lines of code in one framework, and load it for inference in another. Models can also be exported to a format like ONNX and TorchScript for deployment in production environments."
4545
]
4646
},
47+
{
48+
"cell_type": "markdown",
49+
"metadata": {},
50+
"source": [
51+
"## **Setup**"
52+
]
53+
},
54+
{
55+
"cell_type": "code",
56+
"execution_count": null,
57+
"metadata": {},
58+
"outputs": [],
59+
"source": [
60+
"# ! pip install tensorflow\n",
61+
"# ! pip install tf-keras"
62+
]
63+
},
4764
{
4865
"cell_type": "code",
4966
"execution_count": 1,

0 commit comments

Comments
 (0)