Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- glue
|
| 7 |
+
metrics:
|
| 8 |
+
- matthews_correlation
|
| 9 |
+
model-index:
|
| 10 |
+
- name: distilbert-base-uncased-finetuned-FFT-CoLA
|
| 11 |
+
results:
|
| 12 |
+
- task:
|
| 13 |
+
name: Text Classification
|
| 14 |
+
type: text-classification
|
| 15 |
+
dataset:
|
| 16 |
+
name: glue
|
| 17 |
+
type: glue
|
| 18 |
+
args: cola
|
| 19 |
+
metrics:
|
| 20 |
+
- name: Matthews Correlation
|
| 21 |
+
type: matthews_correlation
|
| 22 |
+
value: 0.5049093009936784
|
| 23 |
+
---
|
| 24 |
+
|
| 25 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 26 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 27 |
+
|
| 28 |
+
# distilbert-base-uncased-finetuned-lora-cola
|
| 29 |
+
|
| 30 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on the glue dataset.
|
| 31 |
+
It achieves the following results on the evaluation set:
|
| 32 |
+
- Matthews Correlation: 0.5049
|
| 33 |
+
- trainable model parameters: 1181954
|
| 34 |
+
- all model parameters: 68136964
|
| 35 |
+
- percentage of trainable model parameters: 1.73%
|
| 36 |
+
|
| 37 |
+
## Training procedure
|
| 38 |
+
|
| 39 |
+
### Training hyperparameters
|
| 40 |
+
|
| 41 |
+
The following hyperparameters were used during training:
|
| 42 |
+
- learning_rate: 5e-04
|
| 43 |
+
- train_batch_size: 32
|
| 44 |
+
- eval_batch_size: 32
|
| 45 |
+
- seed: 42
|
| 46 |
+
- weight_decay: 0.01
|
| 47 |
+
- rank: 32
|
| 48 |
+
- lora_alpha: 16
|
| 49 |
+
- lora_dropout: 0.05
|
| 50 |
+
- num_epochs: 5
|