stevendee5 commited on
Commit
899de0e
·
1 Parent(s): 9b7d0d3

End of training

Browse files
Files changed (4) hide show
  1. README.md +5 -5
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
- value: 0.8566666666666667
27
  - name: F1
28
  type: f1
29
- value: 0.8590163934426229
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.3200
40
- - Accuracy: 0.8567
41
- - F1: 0.8590
42
 
43
  ## Model description
44
 
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.8733333333333333
27
  - name: F1
28
  type: f1
29
+ value: 0.8758169934640523
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.3194
40
+ - Accuracy: 0.8733
41
+ - F1: 0.8758
42
 
43
  ## Model description
44
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb9f3d7860362f460af094614fa2e68ee48511d30e6966ee1ae184a8a8923919
3
  size 267855978
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6cb7397d3d24d3dfaf37c66a6d4d43f37e60dfb6639651247a9907694a7c3d9
3
  size 267855978
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:e44ad639ce0adef9ba0a91d7572db805261b53684f0e8d159b87cd0158359b00
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d6598edea55612bdda09bf6998b3071b53df2cb0bd73f93212d8bc7ed6d7028
3
  size 4536