kannt-im commited on
Commit
6bdf096
·
verified ·
1 Parent(s): 1f7c910

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +2 -2
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.35.2",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 28996
 
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.37.2",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 28996
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56f145751810521e51d312f472bdf2f5f603cb5386098487b038f3c02bccf3b4
3
  size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5fea0737a645f517d0759a9f2a30bad8142c2160ab9078718a60683dbf35a37
3
  size 430929740
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3325406946dce700e57633360d98ab1830471d8b5073f67d2c55930e61e327e7
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d1951a830e32aed89ffec7be3670bc3a848df003504f2f97e7af8ad6660e4b7
3
+ size 4664