casual commited on
Commit
db292ad
1 Parent(s): 5ee9086

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: distilbert/distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # nlp_til3
20
 
21
- This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0001
24
  - Precision: 1.0
25
  - Recall: 1.0
26
  - F1: 1.0
@@ -49,17 +49,14 @@ The following hyperparameters were used during training:
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 5
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
- | No log | 1.0 | 219 | 0.0005 | 1.0 | 1.0 | 1.0 | 1.0 |
59
- | No log | 2.0 | 438 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 |
60
- | 0.0312 | 3.0 | 657 | 0.0002 | 1.0 | 1.0 | 1.0 | 1.0 |
61
- | 0.0312 | 4.0 | 876 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
62
- | 0.0004 | 5.0 | 1095 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
63
 
64
 
65
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: google/mobilebert-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
18
 
19
  # nlp_til3
20
 
21
+ This model is a fine-tuned version of [google/mobilebert-uncased](https://huggingface.co/google/mobilebert-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0000
24
  - Precision: 1.0
25
  - Recall: 1.0
26
  - F1: 1.0
 
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 2
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
+ | No log | 1.0 | 219 | 0.0001 | 1.0 | 1.0 | 1.0 | 1.0 |
59
+ | No log | 2.0 | 438 | 0.0000 | 1.0 | 1.0 | 1.0 | 1.0 |
 
 
 
60
 
61
 
62
  ### Framework versions