From ed7836442204e19f6b0fc85b6b1f817def9a1308 Mon Sep 17 00:00:00 2001 From: Matthew Gaughan Date: Mon, 5 May 2025 12:31:14 -0500 Subject: [PATCH] updating scripts for llm usage --- models/prelim-class.ipynb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 models/prelim-class.ipynb diff --git a/models/prelim-class.ipynb b/models/prelim-class.ipynb new file mode 100644 index 0000000..2979f62 --- /dev/null +++ b/models/prelim-class.ipynb @@ -0,0 +1,25 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "fcfcd3e1", + "metadata": { + "vscode": { + "languageId": "plaintext" + } + }, + "outputs": [], + "source": [ + "#https://huggingface.co/allenai/OLMo-2-1124-13B-Instruct-GGUF" + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}