Kaylah072001 commited on
Commit
11db186
·
verified ·
1 Parent(s): 1bad6ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -1,16 +1,14 @@
1
- ---
2
  license: openrail
3
  language:
4
- - en
5
  metrics:
6
- - accuracy
7
- pipeline_tag: token-classification
8
  base_model:
9
- - timm/vgg16.tv_in1k
10
- training process: null
 
 
 
11
  datasets:
12
- - Kaylah072001/Stock_Graphs_Dataset
13
- ---
14
- ---
15
- license: openrail
16
- ---
 
 
1
  license: openrail
2
  language:
3
+ en
4
  metrics:
5
+ accuracy
6
+ pipeline_tag: image-classification
7
  base_model:
8
+ tensorflow/keras
9
+ training_process:
10
+ CNN with 3 convolutional layers, max pooling, and 2 dense layers
11
+ Trained on custom stock chart image dataset
12
+ Binary classification (bullish vs bearish)
13
  datasets:
14
+ Custom stock chart image dataset (train/val/test splits)