Zelgodiz commited on
Commit
03e9841
·
verified ·
1 Parent(s): 040d010

Upload 7 files

Browse files
Files changed (4) hide show
  1. data/riley_dataset.json +1 -0
  2. inference.py +1 -1
  3. train.py +1 -1
  4. utils/data_utils.py +1 -0
data/riley_dataset.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
inference.py CHANGED
@@ -1,2 +1,2 @@
1
  # Inference script to load and chat with Zelgodiz
2
- # (To be filled with logic)
 
1
  # Inference script to load and chat with Zelgodiz
2
+ # TODO: Add model inference code
train.py CHANGED
@@ -1,2 +1,2 @@
1
  # Training script for Zelgodiz
2
- # (To be filled with Hugging Face training logic)
 
1
  # Training script for Zelgodiz
2
+ # TODO: Fill in Hugging Face fine-tuning logic
utils/data_utils.py ADDED
@@ -0,0 +1 @@
 
 
1
+ # Utility functions for loading Riley's dataset