Joesh1 commited on
Commit
a24db73
·
verified ·
1 Parent(s): c6f2e66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -90,7 +90,7 @@ This repository contains the main full-precision checkpoint files. A standard `t
90
  ```python
91
  from transformers import AutoTokenizer, AutoModelForCausalLM
92
 
93
- model_id = "JosephKBS/onca-1.0-9B"
94
 
95
  tokenizer = AutoTokenizer.from_pretrained(model_id)
96
  model = AutoModelForCausalLM.from_pretrained(
@@ -115,8 +115,8 @@ Inference formatting should follow the included tokenizer and chat template file
115
 
116
  Quantized releases are provided separately:
117
 
118
- - `JosephKBS/onca-1.0-9B-Int8`
119
- - `JosephKBS/onca-1.0-9B-Int4`
120
 
121
  ## License
122
 
 
90
  ```python
91
  from transformers import AutoTokenizer, AutoModelForCausalLM
92
 
93
+ model_id = "Joesh1/onca-1.0-9B"
94
 
95
  tokenizer = AutoTokenizer.from_pretrained(model_id)
96
  model = AutoModelForCausalLM.from_pretrained(
 
115
 
116
  Quantized releases are provided separately:
117
 
118
+ - `Joesh1/onca-1.0-9B-Int8`
119
+ - `Joesh1/onca-1.0-9B-Int4`
120
 
121
  ## License
122