End of training
Browse files- README.md +78 -0
- model.safetensors +1 -1
- runs/Sep13_14-26-04_926980d1fa19/events.out.tfevents.1726237569.926980d1fa19.224.1 +2 -2
- runs/Sep13_14-26-04_926980d1fa19/events.out.tfevents.1726237631.926980d1fa19.224.2 +3 -0
- runs/Sep13_14-31-00_926980d1fa19/events.out.tfevents.1726237861.926980d1fa19.224.3 +3 -0
- runs/Sep13_14-31-00_926980d1fa19/events.out.tfevents.1726237931.926980d1fa19.224.4 +3 -0
- training_args.bin +1 -1
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: distilbert-base-uncased
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- financial_phrasebank
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
- f1
|
| 12 |
+
model-index:
|
| 13 |
+
- name: finetuning-sentiment-model-3000-samples
|
| 14 |
+
results:
|
| 15 |
+
- task:
|
| 16 |
+
name: Text Classification
|
| 17 |
+
type: text-classification
|
| 18 |
+
dataset:
|
| 19 |
+
name: financial_phrasebank
|
| 20 |
+
type: financial_phrasebank
|
| 21 |
+
config: sentences_allagree
|
| 22 |
+
split: train
|
| 23 |
+
args: sentences_allagree
|
| 24 |
+
metrics:
|
| 25 |
+
- name: Accuracy
|
| 26 |
+
type: accuracy
|
| 27 |
+
value: 0.9801324503311258
|
| 28 |
+
- name: F1
|
| 29 |
+
type: f1
|
| 30 |
+
value: 0.9726332415417978
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 34 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 35 |
+
|
| 36 |
+
# finetuning-sentiment-model-3000-samples
|
| 37 |
+
|
| 38 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the financial_phrasebank dataset.
|
| 39 |
+
It achieves the following results on the evaluation set:
|
| 40 |
+
- Loss: 0.0731
|
| 41 |
+
- Accuracy: 0.9801
|
| 42 |
+
- F1: 0.9726
|
| 43 |
+
|
| 44 |
+
## Model description
|
| 45 |
+
|
| 46 |
+
More information needed
|
| 47 |
+
|
| 48 |
+
## Intended uses & limitations
|
| 49 |
+
|
| 50 |
+
More information needed
|
| 51 |
+
|
| 52 |
+
## Training and evaluation data
|
| 53 |
+
|
| 54 |
+
More information needed
|
| 55 |
+
|
| 56 |
+
## Training procedure
|
| 57 |
+
|
| 58 |
+
### Training hyperparameters
|
| 59 |
+
|
| 60 |
+
The following hyperparameters were used during training:
|
| 61 |
+
- learning_rate: 2e-05
|
| 62 |
+
- train_batch_size: 16
|
| 63 |
+
- eval_batch_size: 16
|
| 64 |
+
- seed: 42
|
| 65 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 66 |
+
- lr_scheduler_type: linear
|
| 67 |
+
- num_epochs: 2
|
| 68 |
+
|
| 69 |
+
### Training results
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Framework versions
|
| 74 |
+
|
| 75 |
+
- Transformers 4.44.2
|
| 76 |
+
- Pytorch 2.4.0+cu121
|
| 77 |
+
- Datasets 3.0.0
|
| 78 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267835644
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c60f1ee68e32a39f1596dc416f0b147fd695909459756433e92e5534db83eaf0
|
| 3 |
size 267835644
|
runs/Sep13_14-26-04_926980d1fa19/events.out.tfevents.1726237569.926980d1fa19.224.1
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76b000f6547323988c8c7b7e1c2f2a58f1d817f37acec6a076fb81bd0017b33
|
| 3 |
+
size 5448
|
runs/Sep13_14-26-04_926980d1fa19/events.out.tfevents.1726237631.926980d1fa19.224.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0fa75d7337c0ea0c4fe845bc9271ff61e6088b734e0550b204dca7f767e1517
|
| 3 |
+
size 411
|
runs/Sep13_14-31-00_926980d1fa19/events.out.tfevents.1726237861.926980d1fa19.224.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:546317e4ef11fae863fca700414c772f3071a3f2421f207889078e21a59bf8f6
|
| 3 |
+
size 5448
|
runs/Sep13_14-31-00_926980d1fa19/events.out.tfevents.1726237931.926980d1fa19.224.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d89635465d27b7abcd202553ea0cf500c106c4b4ab1020187e6bec3573227db5
|
| 3 |
+
size 457
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5399dd56a8fd2eb94020504b2e2f7091566218dab9da257333d27b7477104969
|
| 3 |
size 5240
|