bisoye commited on
Commit
1760f6a
1 Parent(s): 692ef33

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -29,6 +29,6 @@
29
  "sinusoidal_pos_embds": false,
30
  "tie_weights_": true,
31
  "torch_dtype": "float32",
32
- "transformers_version": "4.44.0",
33
  "vocab_size": 30522
34
  }
 
29
  "sinusoidal_pos_embds": false,
30
  "tie_weights_": true,
31
  "torch_dtype": "float32",
32
+ "transformers_version": "4.45.1",
33
  "vocab_size": 30522
34
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f33e4ab85412ca47463e2f2f3c0429ecc3f2f635022bc07ec9ee90264f71d976
3
  size 265473092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e46447c9dc35796ab1274c438c9e258d4b8bb9c940f7a47c97f3b3f685c21a1
3
  size 265473092
runs/Oct07_20-33-02_d0793ee8ce6a/events.out.tfevents.1728333184.d0793ee8ce6a.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ef78b3fb162d739f8169a771ff82a8d396f4edcd5e43e3f3e9f872235cd0c3d
3
+ size 5609
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 512
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
@@ -41,7 +41,7 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:380875f0925d6b1b0a0c22512b2111e0fbfe31fa663ad4fc690237a0d539e260
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef30a189c8661d6ed8266a45b8356eace673f4785f402bad993cd79963951985
3
+ size 5304