Nonabzbssbbsbs commited on
Commit
f2f0d1a
·
verified ·
1 Parent(s): 9b1687e

CIFAR10-Kazakh-Fast-Demo

Browse files
Files changed (5) hide show
  1. README.md +54 -0
  2. config.json +62 -0
  3. model.safetensors +3 -0
  4. preprocessor_config.json +24 -0
  5. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: prithivMLmods/Trash-Net
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: cifar10_kazakh_results
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # cifar10_kazakh_results
16
+
17
+ This model is a fine-tuned version of [prithivMLmods/Trash-Net](https://huggingface.co/prithivMLmods/Trash-Net) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 5e-05
37
+ - train_batch_size: 8
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 1
43
+ - mixed_precision_training: Native AMP
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.57.1
52
+ - Pytorch 2.8.0+cu126
53
+ - Datasets 4.0.0
54
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SiglipForImageClassification"
4
+ ],
5
+ "dtype": "float32",
6
+ "id2label": {
7
+ "0": "LABEL_0",
8
+ "1": "LABEL_1",
9
+ "2": "LABEL_2",
10
+ "3": "LABEL_3",
11
+ "4": "LABEL_4",
12
+ "5": "LABEL_5",
13
+ "6": "LABEL_6",
14
+ "7": "LABEL_7",
15
+ "8": "LABEL_8",
16
+ "9": "LABEL_9"
17
+ },
18
+ "initializer_factor": 1.0,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2,
23
+ "LABEL_3": 3,
24
+ "LABEL_4": 4,
25
+ "LABEL_5": 5,
26
+ "LABEL_6": 6,
27
+ "LABEL_7": 7,
28
+ "LABEL_8": 8,
29
+ "LABEL_9": 9
30
+ },
31
+ "model_type": "siglip",
32
+ "problem_type": "single_label_classification",
33
+ "text_config": {
34
+ "attention_dropout": 0.0,
35
+ "dtype": "float32",
36
+ "hidden_act": "gelu_pytorch_tanh",
37
+ "hidden_size": 768,
38
+ "intermediate_size": 3072,
39
+ "layer_norm_eps": 1e-06,
40
+ "max_position_embeddings": 64,
41
+ "model_type": "siglip_text_model",
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "projection_size": 768,
45
+ "vocab_size": 256000
46
+ },
47
+ "transformers_version": "4.57.1",
48
+ "vision_config": {
49
+ "attention_dropout": 0.0,
50
+ "dtype": "float32",
51
+ "hidden_act": "gelu_pytorch_tanh",
52
+ "hidden_size": 768,
53
+ "image_size": 224,
54
+ "intermediate_size": 3072,
55
+ "layer_norm_eps": 1e-06,
56
+ "model_type": "siglip_vision_model",
57
+ "num_attention_heads": 12,
58
+ "num_channels": 3,
59
+ "num_hidden_layers": 12,
60
+ "patch_size": 16
61
+ }
62
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98da9c2426b9db9f287c481442458a0bde6e309dc158312b4e5be50c3eecce8
3
+ size 371592608
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "SiglipImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "processor_class": "SiglipProcessor",
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 224,
22
+ "width": 224
23
+ }
24
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:237cc8769e2842a2180092d24f425b577de35ce3a383f27d3c12f91790901535
3
+ size 5841