Skip to content

Commit 55cfa58

Browse files
Copilotnmdra
andauthored
Clarify model variant wording and Python requirement in README
Agent-Logs-Url: https://github.com/nmdra/Assignment-Metadata-Extractor/sessions/3c2e3c73-a4b4-4a0f-8299-04964809f9ad Co-authored-by: nmdra <73674803+nmdra@users.noreply.github.com>
1 parent e13cff0 commit 55cfa58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Assignment-Metadata-Extractor
22

3-
A lightweight pipeline for extracting student assignment metadata from unstructured text into a strict JSON format by fine-tuning `HuggingFaceTB/SmolLM2-135M-Instruct` and exporting an Ollama-ready GGUF model.
3+
A lightweight pipeline for extracting student assignment metadata from unstructured text into a strict JSON format by fine-tuning a SmolLM2-family base model and exporting an Ollama-ready GGUF model.
44

55
## Published model
66

7-
- Hugging Face: https://huggingface.co/nimendraai/SmolLM2-360M-Assignment-Metadata-Extractor
7+
- Fine-tuned checkpoint (360M variant): https://huggingface.co/nimendraai/SmolLM2-360M-Assignment-Metadata-Extractor
88

99
## What this repository contains
1010

@@ -24,7 +24,7 @@ A lightweight pipeline for extracting student assignment metadata from unstructu
2424

2525
## Prerequisites
2626

27-
- Python `>=3.10,<3.12`
27+
- Python 3.10 or 3.11
2828
- `uv` installed
2929
- Recommended for training: NVIDIA GPU with CUDA (CPU training is possible but slow)
3030

0 commit comments

Comments
 (0)