themanas021
commited on
Commit
•
4c62f6d
1
Parent(s):
e257221
End of training
Browse files- README.md +1 -5
- tokenizer.json +1 -6
README.md
CHANGED
@@ -3,13 +3,9 @@ license: llama2
|
|
3 |
base_model: togethercomputer/Llama-2-7B-32K-Instruct
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
- maths
|
7 |
model-index:
|
8 |
- name: llama2-themanas-MATH_aLgEbRa
|
9 |
results: []
|
10 |
-
datasets:
|
11 |
-
- themanas021/MATH-Algebra
|
12 |
-
pipeline_tag: text2text-generation
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -65,4 +61,4 @@ The following hyperparameters were used during training:
|
|
65 |
- Transformers 4.35.2
|
66 |
- Pytorch 2.1.0+cu121
|
67 |
- Datasets 2.15.0
|
68 |
-
- Tokenizers 0.15.0
|
|
|
3 |
base_model: togethercomputer/Llama-2-7B-32K-Instruct
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
6 |
model-index:
|
7 |
- name: llama2-themanas-MATH_aLgEbRa
|
8 |
results: []
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
61 |
- Transformers 4.35.2
|
62 |
- Pytorch 2.1.0+cu121
|
63 |
- Datasets 2.15.0
|
64 |
+
- Tokenizers 0.15.0
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 1024,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|