agomberto commited on
Commit
44e5212
1 Parent(s): f6fb767

Model save

Browse files
Files changed (4) hide show
  1. README.md +13 -9
  2. loss.json +9 -9
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
 
8
  model-index:
9
  - name: my_fancy_model
10
  results: []
@@ -17,8 +19,10 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2538
21
- - Accuracy: 0.85
 
 
22
 
23
  ## Model description
24
 
@@ -47,13 +51,13 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 7 | 0.4392 | 0.85 |
53
- | No log | 2.0 | 14 | 0.3709 | 0.85 |
54
- | No log | 3.0 | 21 | 0.3180 | 0.85 |
55
- | No log | 4.0 | 28 | 0.2727 | 0.85 |
56
- | No log | 5.0 | 35 | 0.2538 | 0.85 |
57
 
58
 
59
  ### Framework versions
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ - recall
9
+ - precision
10
  model-index:
11
  - name: my_fancy_model
12
  results: []
 
19
 
20
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3296
23
+ - Accuracy: 0.9
24
+ - Recall: 0.5
25
+ - Precision: 0.45
26
 
27
  ## Model description
28
 
 
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|
56
+ | No log | 1.0 | 7 | 0.3508 | 0.9 | 0.5 | 0.45 |
57
+ | No log | 2.0 | 14 | 0.3491 | 0.9 | 0.5 | 0.45 |
58
+ | No log | 3.0 | 21 | 0.3379 | 0.9 | 0.5 | 0.45 |
59
+ | No log | 4.0 | 28 | 0.3296 | 0.9 | 0.5 | 0.45 |
60
+ | No log | 5.0 | 35 | 0.3365 | 0.85 | 0.4722 | 0.4474 |
61
 
62
 
63
  ### Framework versions
loss.json CHANGED
@@ -3,28 +3,28 @@
3
  "eval": [
4
  {
5
  "epoch": 1.0,
6
- "accuracy": 0.85,
7
- "loss": 0.4392448365688324
8
  },
9
  {
10
  "epoch": 2.0,
11
- "accuracy": 0.85,
12
- "loss": 0.37088996171951294
13
  },
14
  {
15
  "epoch": 3.0,
16
- "accuracy": 0.85,
17
- "loss": 0.3180195391178131
18
  },
19
  {
20
  "epoch": 4.0,
21
- "accuracy": 0.85,
22
- "loss": 0.27274245023727417
23
  },
24
  {
25
  "epoch": 5.0,
26
  "accuracy": 0.85,
27
- "loss": 0.2538265287876129
28
  }
29
  ]
30
  }
 
3
  "eval": [
4
  {
5
  "epoch": 1.0,
6
+ "accuracy": 0.9,
7
+ "loss": 0.35080939531326294
8
  },
9
  {
10
  "epoch": 2.0,
11
+ "accuracy": 0.9,
12
+ "loss": 0.3490695059299469
13
  },
14
  {
15
  "epoch": 3.0,
16
+ "accuracy": 0.9,
17
+ "loss": 0.3379020094871521
18
  },
19
  {
20
  "epoch": 4.0,
21
+ "accuracy": 0.9,
22
+ "loss": 0.3296380043029785
23
  },
24
  {
25
  "epoch": 5.0,
26
  "accuracy": 0.85,
27
+ "loss": 0.3364652991294861
28
  }
29
  ]
30
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:595441f97bf04a98a6d02ef706ed2020586eff2919426c60b6fdc58166af04f7
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6f98b13352b323f34c12c7ec3881a04cbb99101691f317e8622a0b49b151e70
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80050729de37b41b134b21300ff30fb6c64298e6838b4c6368571624ad614f3d
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17efa27776306cb9e5675e2653c2d9782614913dfccfd4173f1833bec2a4b13f
3
  size 4856