Upload folder using huggingface_hub
Browse files- sam1_mini_finetuned.weights.h5 +3 -0
- sam1_mini_finetuned_config.json +13 -0
- training_history.csv +6 -0
sam1_mini_finetuned.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceb44d99d50a5385ae2c92c8e0b78a909a720104f38eadf6b0bb223ddcb949ab
|
| 3 |
+
size 1458081768
|
sam1_mini_finetuned_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 50259,
|
| 3 |
+
"d_model": 448,
|
| 4 |
+
"n_heads": 7,
|
| 5 |
+
"ff_mult": 6.598214285714286,
|
| 6 |
+
"dropout": 0.1,
|
| 7 |
+
"max_len": 1024,
|
| 8 |
+
"rope_theta": 10000,
|
| 9 |
+
"n_layers": 16,
|
| 10 |
+
"hidden_size": 448,
|
| 11 |
+
"num_attention_heads": 7,
|
| 12 |
+
"intermediate_size": 2956
|
| 13 |
+
}
|
training_history.csv
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy,loss,val_accuracy,val_loss
|
| 2 |
+
0.7213871479034424,1.3507503271102905,0.7881239652633667,0.9128667712211609
|
| 3 |
+
0.7901479601860046,0.8858748078346252,0.8035763502120972,0.8268673419952393
|
| 4 |
+
0.8025363683700562,0.817299485206604,0.8108575344085693,0.7900193333625793
|
| 5 |
+
0.8092533349990845,0.7814245820045471,0.8145411014556885,0.7716925740242004
|
| 6 |
+
0.8128160834312439,0.7628345489501953,0.8162201046943665,0.7638261318206787
|