devkyle commited on
Commit
ad7052d
·
verified ·
1 Parent(s): 3da9e7b

Training in progress, epoch 1

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-v2",
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:55487d205174e25d636108ec1ce73c51e91e6bde6c7d7b86c293a04f4b9ad4cf
3
  size 307867048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0882c6b28eee200a648cfd61a3d8d9018308771bc9b33981ceb042296eca46bb
3
  size 307867048
runs/Feb05_22-20-18_56e565795fb3/events.out.tfevents.1738794048.56e565795fb3.748.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a7dca325e37f4f34d2310e514fd0a53a86c8feffac848b356317d615bdf941
3
+ size 7119
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:73c9d5fe13426eaff0d31698df916e62c4b80c7269552cf2477080b39efe4144
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c8d9b2f05bde8ddf1d2dd6ef921251c27916009b68a20b31d59ff92c4a02c6
3
  size 5432