fdaudens HF Staff commited on
Commit
36f805f
·
verified ·
1 Parent(s): 58b2260

Update notebooks/ch8-evaluating-prompts.ipynb

Browse files
notebooks/ch8-evaluating-prompts.ipynb CHANGED
@@ -75,7 +75,7 @@
75
  "metadata": {},
76
  "outputs": [],
77
  "source": [
78
- "sample_df = pd.read_csv(\"sample_classified.csv\")"
79
  ]
80
  },
81
  {
 
75
  "metadata": {},
76
  "outputs": [],
77
  "source": [
78
+ "sample_df = pd.read_csv(\"https://huggingface.co/spaces/JournalistsonHF/first-llm-classifier/blob/main/notebooks/gradio-app/sample.csv\")"
79
  ]
80
  },
81
  {