jonathanalgar commited on
Commit
f36cf55
·
verified ·
1 Parent(s): db37d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -23
README.md CHANGED
@@ -15,24 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # cs224u-hw_sentiment
17
 
18
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
19
- It achieves the following results on the evaluation set:
20
- - Loss: 1.6205
21
- - Accuracy: 0.7266
22
-
23
- ## Model description
24
-
25
- More information needed
26
-
27
- ## Intended uses & limitations
28
-
29
- More information needed
30
-
31
- ## Training and evaluation data
32
-
33
- More information needed
34
-
35
- ## Training procedure
36
 
37
  ### Training hyperparameters
38
 
@@ -45,11 +28,7 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_type: linear
46
  - num_epochs: 20
47
  - mixed_precision_training: Native AMP
48
-
49
- ### Training results
50
-
51
-
52
-
53
  ### Framework versions
54
 
55
  - Transformers 4.37.1
 
15
 
16
  # cs224u-hw_sentiment
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
  ### Training hyperparameters
21
 
 
28
  - lr_scheduler_type: linear
29
  - num_epochs: 20
30
  - mixed_precision_training: Native AMP
31
+ -
 
 
 
 
32
  ### Framework versions
33
 
34
  - Transformers 4.37.1