devkyle commited on
Commit
d0e137c
·
verified ·
1 Parent(s): edeef43

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/content/drive/MyDrive/Colab Notebooks/HCI LAB/models/flan_t5_small-v4",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "google/flan-t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc6722995820a7b1acd5ac274e3b428d703deea10bd483fba11ffb3b1e6d9085
3
  size 307867048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13f12b82f156ac62c0807b25b8cf5b302fc9fbf858e24f7c77008697d497fd56
3
  size 307867048
runs/Feb05_23-10-51_56e565795fb3/events.out.tfevents.1738797054.56e565795fb3.748.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26898597288363348a6f914f26cb4779b5b75f21ffdf9dd5d89c757c84b44c45
3
- size 15844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5481bef893944bbfe4b356cf9a09d30320bfa2a7ca7f60237c3fb6134f0496a0
3
+ size 16198
runs/Feb05_23-18-17_56e565795fb3/events.out.tfevents.1738797515.56e565795fb3.748.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06e28de8cf77d20bafcd84b5322bb838ab175fb3ce54f0afdf8e66e8c8cee87
3
+ size 6086
runs/Feb05_23-49-05_207996c86d05/events.out.tfevents.1738799360.207996c86d05.504.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db1ea7b6683a4e5b7ecebb30977fa21e0f40f4ed2ee1c81d719e1b14fc0d7dc
3
+ size 8627
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 256,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 256
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -931,16 +931,9 @@
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "extra_special_tokens": {},
934
- "max_length": 256,
935
  "model_max_length": 512,
936
- "pad_to_multiple_of": null,
937
  "pad_token": "<pad>",
938
- "pad_token_type_id": 0,
939
- "padding_side": "right",
940
  "sp_model_kwargs": {},
941
- "stride": 0,
942
  "tokenizer_class": "T5Tokenizer",
943
- "truncation_side": "right",
944
- "truncation_strategy": "longest_first",
945
  "unk_token": "<unk>"
946
  }
 
931
  "eos_token": "</s>",
932
  "extra_ids": 100,
933
  "extra_special_tokens": {},
 
934
  "model_max_length": 512,
 
935
  "pad_token": "<pad>",
 
 
936
  "sp_model_kwargs": {},
 
937
  "tokenizer_class": "T5Tokenizer",
 
 
938
  "unk_token": "<unk>"
939
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:316e21e049871bb73cb88af509e471ae0be5d048ff58048a2ebe5f1b04e3f429
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac27ee7be32770fe93d7d1c041d90e0ed62dc40c53f3b72c26e6154ad0fd001e
3
  size 5432