EmmaGthn commited on
Commit
c7cbea0
1 Parent(s): e0ca34f

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
4
- "encoder_hidden_size": 4096,
5
  "inference_mode": true,
6
- "num_attention_heads": 32,
7
- "num_layers": 32,
8
  "num_transformer_submodules": 1,
9
  "num_virtual_tokens": 80,
10
  "peft_type": "PREFIX_TUNING",
11
  "prefix_projection": false,
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
- "token_dim": 4096
15
  }
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "gpt2",
4
+ "encoder_hidden_size": 768,
5
  "inference_mode": true,
6
+ "num_attention_heads": 12,
7
+ "num_layers": 12,
8
  "num_transformer_submodules": 1,
9
  "num_virtual_tokens": 80,
10
  "peft_type": "PREFIX_TUNING",
11
  "prefix_projection": false,
12
  "revision": null,
13
  "task_type": "CAUSAL_LM",
14
+ "token_dim": 768
15
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e04c640b62c68878a9dfe8bee39adf47091b837abb179317a531f8d03929a131
3
- size 83886208
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0abefb2907dda2663c7797af669ab20afc21c08d7f39b8bfff407a32981c0828
3
+ size 5898368
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jan19_06-44-31_calcul-gpu-lahc-3/events.out.tfevents.1705643079.calcul-gpu-lahc-3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b26152c2b6fb35aae4828738d955f90639b93d0bdc8f8e2adb916a46392367a0
3
+ size 4452
runs/Jan19_06-46-52_calcul-gpu-lahc-3/events.out.tfevents.1705643223.calcul-gpu-lahc-3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:217f5bba6b7786cfcf1a067f37e7eafc49e83e7b98ba3993a554219ccd8d46a5
3
+ size 4451
runs/Jan19_06-48-22_calcul-gpu-lahc-3/events.out.tfevents.1705643310.calcul-gpu-lahc-3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c59260d30077d4599f33da824784205cc161a45833059ceb8308d15e714b2c
3
+ size 4453
runs/Jan30_09-47-37_calcul-gpu-lahc-4/events.out.tfevents.1706604461.calcul-gpu-lahc-4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42d1d3dd102b60f8d8767914f412a41074765e37c4eaeaaf362bfa86f32d4bd2
3
+ size 5029
special_tokens_map.json CHANGED
@@ -1,24 +1,6 @@
1
  {
2
- "bos_token": {
3
- "content": "<s>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "</s>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": "</s>",
17
- "unk_token": {
18
- "content": "<unk>",
19
- "lstrip": false,
20
- "normalized": false,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
  }
 
1
  {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,39 +1,20 @@
1
  {
 
2
  "added_tokens_decoder": {
3
- "0": {
4
- "content": "<unk>",
5
  "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "<s>",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "2": {
20
- "content": "</s>",
21
- "lstrip": false,
22
- "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  }
27
  },
28
- "bos_token": "<s>",
29
- "clean_up_tokenization_spaces": false,
30
- "eos_token": "</s>",
31
- "legacy": false,
32
- "model_max_length": 1000000000000000019884624838656,
33
- "pad_token": "</s>",
34
- "padding_side": "right",
35
- "sp_model_kwargs": {},
36
- "tokenizer_class": "LlamaTokenizer",
37
- "unk_token": "<unk>",
38
- "use_default_system_prompt": false
39
  }
 
1
  {
2
+ "add_prefix_space": false,
3
  "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
  "lstrip": false,
7
+ "normalized": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "rstrip": false,
9
  "single_word": false,
10
  "special": true
11
  }
12
  },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": true,
15
+ "eos_token": "<|endoftext|>",
16
+ "model_max_length": 1024,
17
+ "pad_token": "<|endoftext|>",
18
+ "tokenizer_class": "GPT2Tokenizer",
19
+ "unk_token": "<|endoftext|>"
 
 
 
 
20
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dacbcf44b64110cd8e492765350434a011b27442e68597a60452ab28202575a6
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da6740605381faf9e32ce97a02fd5d77949701256c1086e93736adeed40dc92
3
  size 4600
vocab.json ADDED
The diff for this file is too large to render. See raw diff