PhilipQuirke commited on
Commit
4878792
·
verified ·
1 Parent(s): bf3826b

Update model card with revised readme

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ This repository contains a transformer model that can predict addition questions
9
  - **Attention Heads**: 3
10
  - **Training steps**: 80,000
11
  - **Random seed**: 572091
 
12
  **Contents**:
13
  - `model.pth`: The trained transformer model.
14
  - `training_loss.json`: Data gathered during model training (used to plot "loss over training batches").
 
9
  - **Attention Heads**: 3
10
  - **Training steps**: 80,000
11
  - **Random seed**: 572091
12
+
13
  **Contents**:
14
  - `model.pth`: The trained transformer model.
15
  - `training_loss.json`: Data gathered during model training (used to plot "loss over training batches").