dlwen commited on
Commit
843eb61
·
verified ·
1 Parent(s): e06b841

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "my_awesome_opus_books_model",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:648422025b58c7fb80e9ee21fd0ecf20710e6da1f7eb483f16e59c1a37f426fb
3
  size 242041896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885faaeb763ebc94d8190e66ee26dbaee939773d9770bac8ce854e0f0e1a8b05
3
  size 242041896
runs/Dec08_08-20-52_9c24b3765155/events.out.tfevents.1733646053.9c24b3765155.850.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240d16e62218c45a2829119bc1a4287f57c930fee8bb26042c31facce02cd5fe
3
+ size 6330
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:7ddfbc3e1ab02a752fa5dea6f442c8f2685f41c73066e25704b02dce9818a78a
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b7aa72ba59323934ba05bb53f1fa5cda2272a4a1995010cb73d9d72b55d5af
3
  size 5432