joshnielsen876 commited on
Commit
17fdd5b
·
1 Parent(s): a401cab

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -18
README.md CHANGED
@@ -4,28 +4,26 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
 
 
7
  model-index:
8
  - name: LKD_Experience_CV4
9
  results: []
10
- widget:
11
- - text: Health A father donated a kidney to save his daughter. Because of his donation the physically active 53-yr-old man has been unable to obtain private health insurance
12
- example_title: Example 1
13
- - text: AmItheAsshole AITA because I won't donate my kidney to my biological dad because I'm afraid of a surgery?
14
- example_title: Example 2
15
- - text: AskReddit [Serious] If you somehow found out that you were a match for a total stranger who needed a kidney would you donate one of yours? What are your reasons?
16
- example_title: Example 3
17
  ---
18
 
19
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
20
  should probably proofread and complete it, then remove this comment. -->
21
 
22
- # LKD_Experience
23
 
24
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an dataset of Reddit comments and posts related to Living Kidney Donation (LKD).
25
- This model identifies documents as either describing a personal experience with LKD, or simply sharing news like headlines and noise/nonsense. Each document is a concatenation of three things:
26
- the name of the subreddit where the post was written, the title of the post, and if written, the full text of the post.
27
  - Loss: 0.2443
28
  - Accuracy: 0.9244
 
 
 
29
 
30
  ## Model description
31
 
@@ -54,13 +52,13 @@ The following hyperparameters were used during training:
54
 
55
  ### Training results
56
 
57
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
58
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
59
- | No log | 1.0 | 48 | 0.4809 | 0.7311 |
60
- | No log | 2.0 | 96 | 0.3551 | 0.8908 |
61
- | No log | 3.0 | 144 | 0.2712 | 0.9244 |
62
- | No log | 4.0 | 192 | 0.2508 | 0.9244 |
63
- | No log | 5.0 | 240 | 0.2443 | 0.9244 |
64
 
65
 
66
  ### Framework versions
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
  model-index:
11
  - name: LKD_Experience_CV4
12
  results: []
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # LKD_Experience_CV4
19
 
20
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
 
22
  - Loss: 0.2443
23
  - Accuracy: 0.9244
24
+ - F1: 0.9158
25
+ - Precision: 0.9240
26
+ - Recall: 0.9091
27
 
28
  ## Model description
29
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | No log | 1.0 | 48 | 0.4809 | 0.7311 | 0.6063 | 0.8532 | 0.6190 |
58
+ | No log | 2.0 | 96 | 0.3551 | 0.8908 | 0.8716 | 0.9157 | 0.8506 |
59
+ | No log | 3.0 | 144 | 0.2712 | 0.9244 | 0.9158 | 0.9240 | 0.9091 |
60
+ | No log | 4.0 | 192 | 0.2508 | 0.9244 | 0.9158 | 0.9240 | 0.9091 |
61
+ | No log | 5.0 | 240 | 0.2443 | 0.9244 | 0.9158 | 0.9240 | 0.9091 |
62
 
63
 
64
  ### Framework versions