devkyle commited on
Commit
f04874a
·
verified ·
1 Parent(s): 8788e10

Training in progress, epoch 2

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/flan-t5-small",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
1
  {
2
+ "_name_or_path": "/content/drive/MyDrive/Colab Notebooks/HCI LAB/models/flan_t5_small-v4",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ed39a38911d3c8376749f17098547d21ffb963841dcabc206c1ecf7b413b74e
3
  size 307867048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17bed9101b678e11194bf328d7cf8cc12cdf8e5fcc657482f69cb297bf221c6c
3
  size 307867048
runs/Feb05_23-49-05_207996c86d05/events.out.tfevents.1738799360.207996c86d05.504.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6834f7905dadd591479196f28397be1f383788ad554002c58b0b59ab0af8865
3
- size 15766
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1193e692da54a6f1eeba249c83272c39d8d90f0d2d9af4049881f15e81c2ff4b
3
+ size 16120
runs/Feb05_23-58-39_207996c86d05/events.out.tfevents.1738799926.207996c86d05.504.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49d09caa9ab33cfd129fb85712f1eadb5993fbdce1a190750e8a74da778ef16
3
+ size 7197
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
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,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
tokenizer_config.json CHANGED
@@ -931,9 +931,16 @@
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
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac27ee7be32770fe93d7d1c041d90e0ed62dc40c53f3b72c26e6154ad0fd001e
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d0a374fe534d3ea7845fa63f8a5819cfbda4f4392035da7aafe82b4156b32c5
3
  size 5432