tvtcm commited on
Commit
a321144
1 Parent(s): 855078c

Model save

Browse files
Files changed (4) hide show
  1. README.md +10 -10
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -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 [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0947
24
- - Precision: 0.0
25
- - Recall: 0.0
26
- - F1: 0.0
27
- - Accuracy: 0.9821
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 | 35 | 0.1217 | 0.0 | 0.0 | 0.0 | 0.9817 |
59
- | No log | 2.0 | 70 | 0.0992 | 0.0 | 0.0 | 0.0 | 0.9817 |
60
- | No log | 3.0 | 105 | 0.0947 | 0.0 | 0.0 | 0.0 | 0.9821 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0156
24
+ - Precision: 0.6569
25
+ - Recall: 0.4290
26
+ - F1: 0.5190
27
+ - Accuracy: 0.9959
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 | 137 | 0.0394 | 0.0419 | 0.0191 | 0.0263 | 0.9893 |
59
+ | No log | 2.0 | 274 | 0.0195 | 0.5622 | 0.3825 | 0.4553 | 0.9956 |
60
+ | No log | 3.0 | 411 | 0.0156 | 0.6569 | 0.4290 | 0.5190 | 0.9959 |
61
 
62
 
63
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05164ebd997f030d665ac595474f254d72b270962e7c626251f5e37971b801ea
3
  size 433438310
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a16d72123dfaf0531a6d36a42661980b2fa4a7ceb7b98ab2f924c70dbbdfd6
3
  size 433438310
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ad27df5562e577b5ed4a74c9fc32c18b292ef85ae6cafe0b507dfb659149cb70
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7229dc18020dda80c91c9577fe1f5cfb9d63760b2fcb4c4c89f8fb8fa34e26e
3
  size 4536