Upload folder using huggingface_hub
Browse files- sam1_nano_finetuned.weights.h5 +3 -0
- sam1_nano_finetuned_config.json +13 -0
- training_history.csv +5 -0
sam1_nano_finetuned.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6a473a941fc78de82b058a758ac0afbce6399e2249f950d2abd7b3f5efdd41f
|
| 3 |
+
size 637169864
|
sam1_nano_finetuned_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 50259,
|
| 3 |
+
"d_model": 256,
|
| 4 |
+
"n_heads": 4,
|
| 5 |
+
"ff_mult": 7.34765625,
|
| 6 |
+
"dropout": 0.1,
|
| 7 |
+
"max_len": 1024,
|
| 8 |
+
"rope_theta": 10000,
|
| 9 |
+
"n_layers": 16,
|
| 10 |
+
"hidden_size": 256,
|
| 11 |
+
"num_attention_heads": 4,
|
| 12 |
+
"intermediate_size": 1881
|
| 13 |
+
}
|
training_history.csv
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accuracy,loss,val_accuracy,val_loss
|
| 2 |
+
0.5927785634994507,2.223726511001587,0.7099228501319885,1.3811856508255005
|
| 3 |
+
0.7188292741775513,1.3148858547210693,0.7434965968132019,1.174262285232544
|
| 4 |
+
0.7393566966056824,1.1856328248977661,0.7544787526130676,1.1083548069000244
|
| 5 |
+
0.7465904355049133,1.1412078142166138,0.7581197023391724,1.086593508720398
|