louiscklaw commited on
Commit
b3a0f66
·
verified ·
1 Parent(s): 4ee65fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -23
README.md CHANGED
@@ -1,23 +1,23 @@
1
- ---
2
- tags:
3
- - llamafile
4
- license: mit
5
- quantized_by: jartine
6
- ---
7
-
8
- # CS4185 Test Model
9
-
10
- ### Purpose
11
-
12
- poc of image classification with CS4185 as test data
13
-
14
- ### Performance
15
-
16
- - training history
17
- ![alt text](_reports/training_history.png)
18
-
19
- - confusion matrix to validation data
20
- ![alt text](_reports/cm_validation_data.png)
21
-
22
- - confusion matrix to test data
23
- ![alt text](_reports/cm_target_data.png)
 
1
+ ---
2
+ tags:
3
+ - llamafile
4
+ license: mit
5
+ quantized_by: jartine
6
+ ---
7
+
8
+ # CS4185 Test Model
9
+
10
+ ### Purpose
11
+
12
+ proof of conception of image classification with CS4185 as test data.
13
+
14
+ ### Performance
15
+
16
+ - training history
17
+ ![alt text](_reports/training_history.png)
18
+
19
+ - confusion matrix to validation data
20
+ ![alt text](_reports/cm_validation_data.png)
21
+
22
+ - confusion matrix to test data
23
+ ![alt text](_reports/cm_target_data.png)