raulgdp commited on
Commit
d74c0ab
·
1 Parent(s): d66c4c3

Training in progress, step 100

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
adapter_config.json CHANGED
@@ -1,34 +1,23 @@
1
  {
2
- "alpha_pattern": {},
3
  "auto_mapping": null,
4
  "base_model_name_or_path": "FacebookAI/xlm-roberta-large",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
8
  "init_lora_weights": true,
9
- "layer_replication": null,
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
- "loftq_config": {},
13
  "lora_alpha": 64,
14
  "lora_dropout": 0.0,
15
- "megatron_config": null,
16
- "megatron_core": "megatron.core",
17
- "modules_to_save": [
18
- "classifier",
19
- "score"
20
- ],
21
  "peft_type": "LORA",
22
  "r": 256,
23
- "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "dense",
27
- "value",
28
  "query",
29
- "key"
 
 
30
  ],
31
- "task_type": "TOKEN_CLS",
32
- "use_dora": false,
33
- "use_rslora": false
34
  }
 
1
  {
 
2
  "auto_mapping": null,
3
  "base_model_name_or_path": "FacebookAI/xlm-roberta-large",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
7
  "init_lora_weights": true,
 
8
  "layers_pattern": null,
9
  "layers_to_transform": null,
 
10
  "lora_alpha": 64,
11
  "lora_dropout": 0.0,
12
+ "modules_to_save": null,
 
 
 
 
 
13
  "peft_type": "LORA",
14
  "r": 256,
 
15
  "revision": null,
16
  "target_modules": [
 
 
17
  "query",
18
+ "key",
19
+ "value",
20
+ "dense"
21
  ],
22
+ "task_type": "TOKEN_CLS"
 
 
23
  }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e947ccc6b4ab0f94c596a5564069f8b68371a9599148202c359fc44ff521507b
3
+ size 453130578
runs/Dec05_15-41-33_DESKTOP-P79TL96/events.out.tfevents.1733431448.DESKTOP-P79TL96 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3f1156c937aa7b0b6d14d736ba9f1a608dd318d08622f5ca072b906371b1a8
3
+ size 5486
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
- size 17082832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
+ size 17082758
tokenizer_config.json CHANGED
@@ -1,51 +1,16 @@
1
  {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "<s>",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "1": {
12
- "content": "<pad>",
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
- "3": {
28
- "content": "<unk>",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "250001": {
36
- "content": "<mask>",
37
- "lstrip": true,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
  "bos_token": "<s>",
45
- "clean_up_tokenization_spaces": false,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
- "mask_token": "<mask>",
 
 
 
 
 
 
 
49
  "model_max_length": 512,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
+ "clean_up_tokenization_spaces": true,
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
+ "mask_token": {
7
+ "__type": "AddedToken",
8
+ "content": "<mask>",
9
+ "lstrip": true,
10
+ "normalized": true,
11
+ "rstrip": false,
12
+ "single_word": false
13
+ },
14
  "model_max_length": 512,
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea44b3b0be5b4101a42ac21bb008e124820325c597149ebb304c7d5dd1ccacc6
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2b70dc4d58be3edd3f3b35421de600610657e371eae10f717db01f3df0b403
3
+ size 4472