ytsaig commited on
Commit
19f5597
1 Parent(s): a45382f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -16
README.md CHANGED
@@ -7,28 +7,16 @@ model-index:
7
  results: []
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
12
-
13
  # distilroberta-current
14
 
15
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
 
 
 
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.1745
18
  - Acc: 0.9355
19
 
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
  ## Training procedure
33
 
34
  ### Training hyperparameters
 
7
  results: []
8
  ---
9
 
 
 
 
10
  # distilroberta-current
11
 
12
+ This model classifies articles as current (covering or discussing current events) or not current (not relating to current events).
13
+
14
+ The model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on a dataset of articles labeled using weak-supervision and manual labeling
15
+
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.1745
18
  - Acc: 0.9355
19
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ## Training procedure
21
 
22
  ### Training hyperparameters