fdaudens HF staff commited on
Commit
d9ef481
·
verified ·
1 Parent(s): 9ef9423

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(\"https://huggingface.co/spaces/JournalistsonHF/first-llm-classifier/blob/main/notebooks/gradio-app/sample.csv\")"
79
  ]
80
  },
81
  {
 
75
  "metadata": {},
76
  "outputs": [],
77
  "source": [
78
+ "sample_df = pd.read_csv(\"https://huggingface.co/spaces/JournalistsonHF/first-llm-classifier/resolve/main/notebooks/gradio-app/sample.csv\")"
79
  ]
80
  },
81
  {