yuzhe commited on
Commit
645b051
·
verified ·
1 Parent(s): 17d4b90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ Equally important, this repository serves as a **public reference implementation
94
 
95
  ## Repository Layout
96
 
97
- - `model/` **(add your exported model here before publishing)**
98
  - `src/` training/eval utilities
99
  - `train.py` (LoRA or full fine-tune)
100
  - `evaluate.py` (benchmark evaluation)
 
94
 
95
  ## Repository Layout
96
 
97
+ - `model/` We have uploaded an experimental version of the model weights. Please note that this is a bold exploratory release, and we do not take responsibility for any financial losses incurred from using this model in production environments.
98
  - `src/` training/eval utilities
99
  - `train.py` (LoRA or full fine-tune)
100
  - `evaluate.py` (benchmark evaluation)