BennB commited on
Commit
76e11e5
1 Parent(s): d761ce3

End of training

Browse files
Files changed (4) hide show
  1. README.md +10 -10
  2. config.json +6 -6
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0914
24
- - Precision: 0.9662
25
- - Recall: 0.9470
26
- - F1: 0.9565
27
- - Accuracy: 0.9953
28
 
29
  ## Model description
30
 
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 10 | 0.4124 | 0.5690 | 0.4371 | 0.4944 | 0.8733 |
59
- | No log | 2.0 | 20 | 0.1510 | 0.9236 | 0.8808 | 0.9017 | 0.9884 |
60
- | No log | 3.0 | 30 | 0.0914 | 0.9662 | 0.9470 | 0.9565 | 0.9953 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0006
24
+ - Precision: 1.0
25
+ - Recall: 1.0
26
+ - F1: 1.0
27
+ - Accuracy: 1.0
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
+ | No log | 1.0 | 50 | 0.0015 | 1.0 | 1.0 | 1.0 | 1.0 |
59
+ | No log | 2.0 | 100 | 0.0007 | 1.0 | 1.0 | 1.0 | 1.0 |
60
+ | No log | 3.0 | 150 | 0.0006 | 1.0 | 1.0 | 1.0 | 1.0 |
61
 
62
 
63
  ### Framework versions
config.json CHANGED
@@ -9,15 +9,15 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "LABEL_0": 0,
19
- "LABEL_1": 1,
20
- "LABEL_2": 2
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "DESC",
13
+ "1": "DATE",
14
+ "2": "CURRENCY"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
+ "CURRENCY": 2,
19
+ "DATE": 1,
20
+ "DESC": 0
21
  },
22
  "max_position_embeddings": 512,
23
  "model_type": "distilbert",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60bcb4e32cf09ae44a3ce0501ce28790068a2e395019768ef06092eb12213d55
3
  size 265473092
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c4029b61a378f9091055e0546e46b0dad5eb32a9b5363b275563829c25d08d
3
  size 265473092
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70e88d0ecafe200053f86690f2ea148bc41f80d68b50f02b96e85a85fdc854bb
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce78d8e35abcdfaf6ec3c2fd6133f339b48d55246756deb73e11a95c0b837f6a
3
  size 5112