pszemraj commited on
Commit
4c7407a
1 Parent(s): cd41b3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -9
README.md CHANGED
@@ -17,23 +17,20 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # deberta-v3-small-sp500-edgar-10k-markdown-1024-vN
19
 
20
- This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on BEE-spoke-data/sp500-edgar-10k-markdown
21
 
22
- It achieves the following results on the evaluation set:
23
- - Loss: 0.0005
24
- - Mse: 0.0005
25
 
26
  ## Model description
27
 
28
- More information needed
29
 
30
- ## Intended uses & limitations
 
 
31
 
32
- More information needed
33
 
34
- ## Training and evaluation data
35
 
36
- More information needed
37
 
38
  ## Training procedure
39
 
 
17
 
18
  # deberta-v3-small-sp500-edgar-10k-markdown-1024-vN
19
 
 
20
 
21
+ this predicts the `ret` column of the training dataset, given the `text` column. Fine-tuned @ ctx 1024.
22
+
 
23
 
24
  ## Model description
25
 
26
+ This model is a fine-tuned version of [microsoft/deberta-v3-small](https://huggingface.co/microsoft/deberta-v3-small) on BEE-spoke-data/sp500-edgar-10k-markdown
27
 
28
+ It achieves the following results on the evaluation set:
29
+ - Loss: 0.0005
30
+ - Mse: 0.0005
31
 
 
32
 
 
33
 
 
34
 
35
  ## Training procedure
36