tsor13 commited on
Commit
55f6af7
·
verified ·
1 Parent(s): f338434

Initial upload of fine‑tuned Gemma + custom tokenizer

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -4,7 +4,9 @@ The following is a a model trained by [...suspense...] that is meant to:
4
  - be a really good, approximately bayesian in-context learner;
5
  - fit an data generation process
6
  - be calibrated over distributions of possible outputs wrt a population or epistemic uncertainty
7
- It is initialized from the `gemma-3-1b-pt` checkpoint.
 
 
8
 
9
  Loading model example:
10
  ```
 
4
  - be a really good, approximately bayesian in-context learner;
5
  - fit an data generation process
6
  - be calibrated over distributions of possible outputs wrt a population or epistemic uncertainty
7
+ It is initialized from `google/gemma-3-12b-pt`.
8
+
9
+ This model/repo is a work in progress - expect updates.
10
 
11
  Loading model example:
12
  ```