samhitmantrala commited on
Commit
0c4315c
1 Parent(s): d008353

Training in progress, epoch 1

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6401eec40f0b69d8597cc878ac28d0a3ee2d8c21549240732b9c36fbe2855803
3
  size 106207608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fc2fc399e962a5512c21c1b0a1c51e6e98ec105d6a7f783bb4be2692e317f0
3
  size 106207608
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Aug08_06-47-53_281b191f3c01/events.out.tfevents.1723099793.281b191f3c01.439.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48169b54cc2396f930f866d7cabc79792ebc111fa54f993a281a1478b7d934e5
3
+ size 6062
runs/Aug08_06-50-38_281b191f3c01/events.out.tfevents.1723099841.281b191f3c01.439.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0a1e295da6056a5a32e80a5b751a044c195fd0bf9f12f11c1f2ffb16196f47
3
+ size 6270
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "</s>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "1": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "2": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "clean_up_tokenization_spaces": true,
24
+ "eos_token": "</s>",
25
+ "errors": "replace",
26
+ "model_max_length": 1000000000000000019884624838656,
27
+ "pad_token": "</s>",
28
+ "tokenizer_class": "GPT2Tokenizer",
29
+ "unk_token": "</s>"
30
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9b9506dd6444953d19edd861b619ef10bd569c649d8c9a735f5c8ba908bb389
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d23f3001b6da0184c1af40b04c577d60411c5f4c97b5c06a67215468eb703b0
3
  size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff