Yong99 commited on
Commit
b343af0
·
verified ·
1 Parent(s): 35a991e

Upload quickstart_zero_shot.ipynb

Browse files
Files changed (1) hide show
  1. quickstart_zero_shot.ipynb +10 -0
quickstart_zero_shot.ipynb CHANGED
@@ -1,5 +1,15 @@
1
  {
2
  "cells": [
 
 
 
 
 
 
 
 
 
 
3
  {
4
  "cell_type": "code",
5
  "execution_count": 1,
 
1
  {
2
  "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "metadata": {},
7
+ "outputs": [],
8
+ "source": [
9
+ "# Use Python 3.10 and this transformers==4.40.1 for stable compatibility\n",
10
+ "! pip install transformers==4.40.1"
11
+ ]
12
+ },
13
  {
14
  "cell_type": "code",
15
  "execution_count": 1,