Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
|
| 5 |
license: apache-2.0
|
| 6 |
-
|
| 7 |
pipeline_tag: text-generation
|
| 8 |
-
|
| 9 |
tags:
|
| 10 |
- mathematics
|
| 11 |
- reasoning
|
|
@@ -16,8 +13,8 @@ tags:
|
|
| 16 |
- lora
|
| 17 |
- instruction-tuning
|
| 18 |
- sft
|
| 19 |
-
|
| 20 |
-
|
| 21 |
---
|
| 22 |
|
| 23 |
# Overview
|
|
@@ -321,4 +318,4 @@ inputs = tokenizer(text, return_tensors="pt").to(device)
|
|
| 321 |
with torch.inference_mode():
|
| 322 |
out = model.generate(**inputs, max_new_tokens=512)
|
| 323 |
print(tokenizer.decode(out[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))
|
| 324 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
license: apache-2.0
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
|
|
|
| 6 |
tags:
|
| 7 |
- mathematics
|
| 8 |
- reasoning
|
|
|
|
| 13 |
- lora
|
| 14 |
- instruction-tuning
|
| 15 |
- sft
|
| 16 |
+
datasets:
|
| 17 |
+
- Charley890/adaption-adaptive-math-2
|
| 18 |
---
|
| 19 |
|
| 20 |
# Overview
|
|
|
|
| 318 |
with torch.inference_mode():
|
| 319 |
out = model.generate(**inputs, max_new_tokens=512)
|
| 320 |
print(tokenizer.decode(out[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))
|
| 321 |
+
```
|