krishnakamath commited on
Commit
dc7d258
1 Parent(s): 093421e

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "t5-base",
3
  "architectures": [
4
  "T5ForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "krishnakamath/shopping_intent",
3
  "architectures": [
4
  "T5ForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0cad7beabde784f65373262af0b0b3ab70753b904308f2877e8a5554fa7cbbbc
3
  size 894016712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10acf38975ff319eaa947450975b1bf011549171b1ba733ff8d8bc39f50fd5d6
3
  size 894016712
runs/Nov22_22-19-39_a146cc179cd7/events.out.tfevents.1700691580.a146cc179cd7.1077.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5891121af19bc7781a9286a407e84c43d2a614a8f9f1e08efe0b13e8828d1154
3
+ size 4442
special_tokens_map.json CHANGED
@@ -101,7 +101,25 @@
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
- "eos_token": "</s>",
105
- "pad_token": "<pad>",
106
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
  }
 
101
  "<extra_id_98>",
102
  "<extra_id_99>"
103
  ],
104
+ "eos_token": {
105
+ "content": "</s>",
106
+ "lstrip": false,
107
+ "normalized": false,
108
+ "rstrip": false,
109
+ "single_word": false
110
+ },
111
+ "pad_token": {
112
+ "content": "<pad>",
113
+ "lstrip": false,
114
+ "normalized": false,
115
+ "rstrip": false,
116
+ "single_word": false
117
+ },
118
+ "unk_token": {
119
+ "content": "<unk>",
120
+ "lstrip": false,
121
+ "normalized": false,
122
+ "rstrip": false,
123
+ "single_word": false
124
+ }
125
  }
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": 512,
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:848f4316bc65ba4df42f7f24022d93fdc97c5355406e51c2c01f572c64bb4020
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5439e848d4a6cf2c2e724fc6d2cc57ef4faebb11bff08880fce1bfe4502d83d3
3
  size 4600