afsuarezg commited on
Commit
692fba5
·
1 Parent(s): 6af52e7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -23
README.md CHANGED
@@ -1,27 +1,11 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
- datasets:
6
- - imdb
7
  metrics:
8
  - accuracy
9
  model-index:
10
  - name: my_awesome_model
11
- results:
12
- - task:
13
- name: Text Classification
14
- type: text-classification
15
- dataset:
16
- name: imdb
17
- type: imdb
18
- config: plain_text
19
- split: test
20
- args: plain_text
21
- metrics:
22
- - name: Accuracy
23
- type: accuracy
24
- value: 0.93004
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  # my_awesome_model
31
 
32
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.2298
35
- - Accuracy: 0.9300
36
 
37
  ## Model description
38
 
@@ -57,14 +41,18 @@ The following hyperparameters were used during training:
57
  - seed: 42
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
- - num_epochs: 2
61
 
62
  ### Training results
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 0.2334 | 1.0 | 1563 | 0.1875 | 0.9279 |
67
- | 0.1512 | 2.0 | 3126 | 0.2298 | 0.9300 |
 
 
 
 
68
 
69
 
70
  ### Framework versions
 
1
  ---
 
2
  tags:
3
  - generated_from_trainer
 
 
4
  metrics:
5
  - accuracy
6
  model-index:
7
  - name: my_awesome_model
8
+ results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
13
 
14
  # my_awesome_model
15
 
16
+ This model is a fine-tuned version of [pile-of-law/legalbert-large-1.7M-2](https://huggingface.co/pile-of-law/legalbert-large-1.7M-2) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7448
19
+ - Accuracy: 0.6333
20
 
21
  ## Model description
22
 
 
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 6
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
+ | No log | 1.0 | 150 | 0.6502 | 0.6 |
51
+ | No log | 2.0 | 300 | 0.6360 | 0.66 |
52
+ | No log | 3.0 | 450 | 0.6546 | 0.69 |
53
+ | 0.6614 | 4.0 | 600 | 0.6632 | 0.6333 |
54
+ | 0.6614 | 5.0 | 750 | 0.7435 | 0.65 |
55
+ | 0.6614 | 6.0 | 900 | 0.7448 | 0.6333 |
56
 
57
 
58
  ### Framework versions