keikhosrotav commited on
Commit
cd5267d
·
verified ·
1 Parent(s): 9690822

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Unconfirmed[[:space:]]686088.crdownload filter=lfs diff=lfs merge=lfs -text
Unconfirmed 686088.crdownload ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20c38d710da1db54d6617929c5782bf674aee6ca46a3b4d7da85d1613bf3f2b
3
+ size 59725206
config.json CHANGED
@@ -17,30 +17,30 @@
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
- "0": "fountain pen, ink pen",
21
- "1": "multicolor ballpen",
22
- "2": "notebook",
23
- "3": "pen spare parts",
24
- "4": "fountain pen spare parts",
25
- "5": "fountain ink, drawing ink",
26
- "6": "rollerball pen",
27
- "7": "old ink pen",
28
- "8": "ballpoint pen",
29
- "9": "dye ink, endorsing ink"
30
  },
31
  "image_size": 224,
32
  "initializer_range": 0.02,
33
  "label2id": {
34
- "Fountain pen, ink pen": 0,
35
- "Multicolor ballpen": 1,
36
- "Notebook": 2,
37
- "Pen spare parts": 3,
38
- "Fountain pen spare parts": 4,
39
- "Fountain ink, drawing ink": 5,
40
- "Rollerball pen": 6,
41
- "Old ink pen": 7,
42
- "Ballpoint pen": 8,
43
- "Dye ink, endorsing ink": 9
44
  },
45
  "layer_norm_eps": 1e-05,
46
  "mlp_ratio": 4.0,
 
17
  "hidden_dropout_prob": 0.0,
18
  "hidden_size": 768,
19
  "id2label": {
20
+ "0": "AnnualCrop",
21
+ "1": "Forest",
22
+ "2": "HerbaceousVegetation",
23
+ "3": "Highway",
24
+ "4": "Industrial",
25
+ "5": "Pasture",
26
+ "6": "PermanentCrop",
27
+ "7": "Residential",
28
+ "8": "River",
29
+ "9": "SeaLake"
30
  },
31
  "image_size": 224,
32
  "initializer_range": 0.02,
33
  "label2id": {
34
+ "AnnualCrop": 0,
35
+ "Forest": 1,
36
+ "HerbaceousVegetation": 2,
37
+ "Highway": 3,
38
+ "Industrial": 4,
39
+ "Pasture": 5,
40
+ "PermanentCrop": 6,
41
+ "Residential": 7,
42
+ "River": 8,
43
+ "SeaLake": 9
44
  },
45
  "layer_norm_eps": 1e-05,
46
  "mlp_ratio": 4.0,
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "eval_accuracy": 0.9851851851851852,
4
+ "eval_loss": 0.04161703586578369,
5
+ "eval_runtime": 8.832,
6
+ "eval_samples_per_second": 305.706,
7
+ "eval_steps_per_second": 9.624
8
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fed645ce99cdcc45c97d03cb3671172ed1615a662097e6b9c12cb63b7a9aed3
3
+ size 110419441