FGKL-99 commited on
Commit
3497d75
1 Parent(s): f70e2cc

bert-base-multilingual-cased-chat-medical-NLP_project

Browse files
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
 
2
  library_name: peft
3
  tags:
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
- base_model: NousResearch/Llama-2-7b-chat-hf
8
  model-index:
9
  - name: results
10
  results: []
@@ -15,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # results
17
 
18
- This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on the None dataset.
19
 
20
  ## Model description
21
 
@@ -43,10 +44,6 @@ The following hyperparameters were used during training:
43
  - lr_scheduler_warmup_ratio: 0.03
44
  - num_epochs: 1
45
 
46
- ### Training results
47
-
48
-
49
-
50
  ### Framework versions
51
 
52
  - PEFT 0.11.1
 
1
  ---
2
+ license: apache-2.0
3
  library_name: peft
4
  tags:
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
+ base_model: google-bert/bert-base-multilingual-cased
9
  model-index:
10
  - name: results
11
  results: []
 
16
 
17
  # results
18
 
19
+ This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
20
 
21
  ## Model description
22
 
 
44
  - lr_scheduler_warmup_ratio: 0.03
45
  - num_epochs: 1
46
 
 
 
 
 
47
  ### Framework versions
48
 
49
  - PEFT 0.11.1
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "NousResearch/Llama-2-7b-chat-hf",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google-bert/bert-base-multilingual-cased",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "value",
24
+ "query"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a489bad8323de92645ef77a7886cde63cf5378380e385c689ec703732601522
3
- size 134235048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d88f99263fea9d970673f80929149af6475760135c30c11fafcbe42b8bd2d580
3
+ size 9443984
runs/May26_13-41-30_1456ebb12971/events.out.tfevents.1716730915.1456ebb12971.283.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d7736ae75032b3b1898fa20ea6cb23fe68dd0a713b29d57abd690999cb490c0
3
+ size 5467
runs/May26_13-45-52_1456ebb12971/events.out.tfevents.1716731173.1456ebb12971.283.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ae47e5a27f344948408713f387c5686a2626dfcd74835e3ae682bb70fd1b8f
3
+ size 149172
special_tokens_map.json CHANGED
@@ -1,24 +1,7 @@
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": "<unk>",
19
- "lstrip": false,
20
- "normalized": true,
21
- "rstrip": false,
22
- "single_word": false
23
- }
24
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,47 +1,55 @@
1
  {
2
- "add_bos_token": true,
3
- "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
- "content": "<unk>",
7
  "lstrip": false,
8
- "normalized": true,
9
  "rstrip": false,
10
  "single_word": false,
11
  "special": true
12
  },
13
- "1": {
14
- "content": "<s>",
15
  "lstrip": false,
16
- "normalized": true,
17
  "rstrip": false,
18
  "single_word": false,
19
  "special": true
20
  },
21
- "2": {
22
- "content": "</s>",
23
  "lstrip": false,
24
- "normalized": true,
25
  "rstrip": false,
26
  "single_word": false,
27
  "special": true
28
  },
29
- "32000": {
30
- "content": "<pad>",
31
  "lstrip": false,
32
- "normalized": true,
33
  "rstrip": false,
34
  "single_word": false,
35
- "special": false
 
 
 
 
 
 
 
 
36
  }
37
  },
38
- "bos_token": "<s>",
39
- "clean_up_tokenization_spaces": false,
40
- "eos_token": "</s>",
41
- "model_max_length": 1000000000000000019884624838656,
42
- "pad_token": "</s>",
43
- "sp_model_kwargs": {},
44
- "tokenizer_class": "LlamaTokenizer",
45
- "unk_token": "<unk>",
46
- "use_default_system_prompt": false
 
 
47
  }
 
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
+ "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "100": {
12
+ "content": "[UNK]",
13
  "lstrip": false,
14
+ "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "101": {
20
+ "content": "[CLS]",
21
  "lstrip": false,
22
+ "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
+ "content": "[SEP]",
29
  "lstrip": false,
30
+ "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0c7b23d6049d56f2b475ad68b794595ca2168640452b6dae70425d30ca95dfc
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e2c6c9d10298a0e89bee3a1c2d77bb23516d9b7f228e8ab024a727190092bc
3
  size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff