CarlosDataAnalysis commited on
Commit
6c78aa4
1 Parent(s): 51addd8

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 9.0789
24
- - Precision: 0.0076
25
- - Recall: 0.0026
26
- - F1: 0.0038
27
- - Accuracy: 0.0815
28
 
29
  ## Model description
30
 
@@ -53,9 +53,9 @@ 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
- | 9.8268 | 1.0 | 14 | 9.0789 | 0.0076 | 0.0026 | 0.0038 | 0.0815 |
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 3.5702
24
+ - Precision: 0.0
25
+ - Recall: 0.0
26
+ - F1: 0.0
27
+ - Accuracy: 0.0867
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
58
+ | 4.2098 | 1.0 | 14 | 3.5702 | 0.0 | 0.0 | 0.0 | 0.0867 |
59
 
60
 
61
  ### Framework versions