paduraru2009 commited on
Commit
487ae13
1 Parent(s): aaa23dd

paduraru2009/distilbert-base-uncased-sentimentanalysis-demo

Browse files
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: distilbert-base-uncased-lora-text-classification
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # distilbert-base-uncased-lora-text-classification
17
+
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5479
21
+ - Accuracy: {'accuracy': 0.7540666666666667}
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.001
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 4
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:--------------------------------:|
52
+ | 0.6425 | 1.0 | 7500 | 0.5937 | {'accuracy': 0.8124} |
53
+ | 0.6312 | 2.0 | 15000 | 0.6853 | {'accuracy': 0.6939} |
54
+ | 0.6127 | 3.0 | 22500 | 0.5976 | {'accuracy': 0.7106333333333333} |
55
+ | 0.6043 | 4.0 | 30000 | 0.5694 | {'accuracy': 0.7357} |
56
+ | 0.5742 | 5.0 | 37500 | 0.6108 | {'accuracy': 0.7456333333333334} |
57
+ | 0.5527 | 6.0 | 45000 | 0.5915 | {'accuracy': 0.7628333333333334} |
58
+ | 0.615 | 7.0 | 52500 | 0.5992 | {'accuracy': 0.7109333333333333} |
59
+ | 0.5847 | 8.0 | 60000 | 0.5428 | {'accuracy': 0.7357333333333334} |
60
+ | 0.5767 | 9.0 | 67500 | 0.5650 | {'accuracy': 0.7488333333333334} |
61
+ | 0.5463 | 10.0 | 75000 | 0.5479 | {'accuracy': 0.7540666666666667} |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.32.1
67
+ - Pytorch 2.1.0+cu121
68
+ - Datasets 2.14.6
69
+ - Tokenizers 0.13.2
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "distilbert-base-uncased",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.01,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 4,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "v_lin",
20
+ "q_lin"
21
+ ],
22
+ "task_type": "SEQ_CLS"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50732b4f60cc53eb80b82376f94647567ab4577f778b706ac86550d20c4803eb
3
+ size 2673602
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b0f386383755b70794e1581e72fde2132b94a2577fd8de37914815c943a0c49
3
+ size 4536
vocab.txt ADDED
The diff for this file is too large to render. See raw diff