Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
2.34k
2.34k

MIS 752 bonus: the whole pipeline in five cells

Optional · 50 extra credit points · about 20 minutes. Also the notebook to run when Hugging Face is not working for you: it tests each piece and prints a report you can send Dr. Young.

Get the notebook and submit here: https://unlv.instructure.com/courses/214078/assignments/2856035 (download Bonus_One_Question_Pipeline.ipynb from this repo or from WebCampus, then in Colab: File → Upload notebook).

The pipeline: Colab, your Hugging Face account, the MIS-752 classroom, WebCampus

Five cells, top to bottom. Each does one thing, and if something is missing it stops and names the fix.

  1. Check your two keys, your account, and any Spaces you already have.
  2. Ask a free model one question (OpenRouter, $0).
  3. Picture: the same model lists the five factors behind its answer as data; the notebook charts them.
  4. Publish under your name: a dataset and a static Space, a page headed by the question.
  5. Share with the MIS-752 classroom, then print the link for WebCampus and your report.

Space versus dataset

The code as a workflow: five functions to copy

The code is the point. It is visible, written for non-coders, and built from five named functions you can copy into any later lab: ask_model, ask_for_data, factor_chart, publish_space, add_to_gallery. The last cell collects them in 25 lines.

Course: https://huggingface.co/MIS-752 · UNLV Lee Business School, Fall 2026.

Downloads last month
8

Collection including MIS-752/bonus-one-question-pipeline