Update README.md
Browse files
README.md
CHANGED
@@ -112,7 +112,7 @@ tokenizer = AutoTokenizer.from_pretrained("anon-researcher-ua/codegpt-oss-20b")
|
|
112 |
model_kwargs = dict(attn_implementation="flash_attention_2", torch_dtype="auto", use_cache=True, device_map="auto")
|
113 |
model = AutoModelForCausalLM.from_pretrained("anon-researcher-ua/codegpt-oss-20b", **model_kwargs).cuda()
|
114 |
|
115 |
-
train_dataset = load_dataset("anon-researcher-ua/
|
116 |
|
117 |
def format_row(row):
|
118 |
return tokenizer.apply_chat_template(
|
|
|
112 |
model_kwargs = dict(attn_implementation="flash_attention_2", torch_dtype="auto", use_cache=True, device_map="auto")
|
113 |
model = AutoModelForCausalLM.from_pretrained("anon-researcher-ua/codegpt-oss-20b", **model_kwargs).cuda()
|
114 |
|
115 |
+
train_dataset = load_dataset("anon-researcher-ua/ua-codeforces-cots-open-r1-for-training")
|
116 |
|
117 |
def format_row(row):
|
118 |
return tokenizer.apply_chat_template(
|