pip1Zhao commited on
Commit
8933277
1 Parent(s): 2dd66db

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6c669bd5bd62b929880e5abd0c7672cf079ab67b4a673ebca797c5b9072bb2c
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5a901933bacdb13ce014cbee1f287779142d0585c192ffa28017475a9d1c5d2
3
  size 242041896
runs/Nov17_15-43-27_MATH-121952.uta.edu/events.out.tfevents.1700257409.MATH-121952.uta.edu.37358.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26ec8e6644918c023315a1f718bb627663a237adb86142554691bcce7d1b0c10
3
+ size 11154
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 128,
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
  {
tokenizer_config.json CHANGED
@@ -930,8 +930,12 @@
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
 
933
  "model_max_length": 512,
934
  "pad_token": "<pad>",
 
935
  "tokenizer_class": "T5Tokenizer",
 
 
936
  "unk_token": "<unk>"
937
  }
 
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
+ "max_length": 128,
934
  "model_max_length": 512,
935
  "pad_token": "<pad>",
936
+ "stride": 0,
937
  "tokenizer_class": "T5Tokenizer",
938
+ "truncation_side": "right",
939
+ "truncation_strategy": "longest_first",
940
  "unk_token": "<unk>"
941
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a255585b7f356a4841d0da268b11dd3b36b1a586c3e1f963f6906befec4de9bf
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0064d30fb9c91a8d677aac2cd99d7fd4d0709fe60f5cf7580d39a7accf1cafc
3
  size 4728