amogneandualem commited on
Commit
f5559ce
·
verified ·
1 Parent(s): 669fd50

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +2 -13
  2. config.json +73 -0
  3. pytorch_model.bin +3 -0
README.md CHANGED
@@ -1,13 +1,2 @@
1
- ---
2
- title: Swin Microfossil
3
- emoji: 🦀
4
- colorFrom: green
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 6.2.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # Swin Microfossil Classifier
2
+ Fine-tuned Swin-Base model for 32 microfossil classes.
 
 
 
 
 
 
 
 
 
 
 
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "swin_base_patch4_window7_224",
3
+ "num_classes": 32,
4
+ "id2label": {
5
+ "0": "Acanthodesmia_micropora",
6
+ "1": "Actinomma_leptoderma_boreale",
7
+ "2": "Antarctissa_denticulata-cyrindrica",
8
+ "3": "Antarctissa_juvenile",
9
+ "4": "Antarctissa_longa-strelkovi",
10
+ "5": "Botryocampe_antarctica",
11
+ "6": "Botryocampe_inflatum-contihorax",
12
+ "7": "Ceratocyrtis_historicosus",
13
+ "8": "Cycladophora_bicornis",
14
+ "9": "Cycladophora_comutoides",
15
+ "10": "Cycladophora_clavisiana",
16
+ "11": "Diatoms",
17
+ "12": "Druppatractus_irregularis-bensoni",
18
+ "13": "Eucyrtidium_spp",
19
+ "14": "Fragments",
20
+ "15": "Larcoids_inner",
21
+ "16": "Lithocampe_furcaspiculata",
22
+ "17": "Lithocampe_platycephala",
23
+ "18": "Lithomelissa_setosa-borealis",
24
+ "19": "Lophophana_spp",
25
+ "20": "Other_Nassellaria",
26
+ "21": "Other_Spumellaria",
27
+ "22": "Phormospyris_stabilis_antarctica",
28
+ "23": "Phortycium_clevei-pylonium",
29
+ "24": "Plectacantha_oikiskos",
30
+ "25": "Pseudodictyophimus_gracilipes",
31
+ "26": "Sethoconus_tablatus",
32
+ "27": "Siphocampe_arachnea_group",
33
+ "28": "Spongodiscus",
34
+ "29": "Spongurus_pylomaticus",
35
+ "30": "Sylodictya_spp",
36
+ "31": "Unknown"
37
+ },
38
+ "label2id": {
39
+ "Acanthodesmia_micropora": 0,
40
+ "Actinomma_leptoderma_boreale": 1,
41
+ "Antarctissa_denticulata-cyrindrica": 2,
42
+ "Antarctissa_juvenile": 3,
43
+ "Antarctissa_longa-strelkovi": 4,
44
+ "Botryocampe_antarctica": 5,
45
+ "Botryocampe_inflatum-contihorax": 6,
46
+ "Ceratocyrtis_historicosus": 7,
47
+ "Cycladophora_bicornis": 8,
48
+ "Cycladophora_comutoides": 9,
49
+ "Cycladophora_clavisiana": 10,
50
+ "Diatoms": 11,
51
+ "Druppatractus_irregularis-bensoni": 12,
52
+ "Eucyrtidium_spp": 13,
53
+ "Fragments": 14,
54
+ "Larcoids_inner": 15,
55
+ "Lithocampe_furcaspiculata": 16,
56
+ "Lithocampe_platycephala": 17,
57
+ "Lithomelissa_setosa-borealis": 18,
58
+ "Lophophana_spp": 19,
59
+ "Other_Nassellaria": 20,
60
+ "Other_Spumellaria": 21,
61
+ "Phormospyris_stabilis_antarctica": 22,
62
+ "Phortycium_clevei-pylonium": 23,
63
+ "Plectacantha_oikiskos": 24,
64
+ "Pseudodictyophimus_gracilipes": 25,
65
+ "Sethoconus_tablatus": 26,
66
+ "Siphocampe_arachnea_group": 27,
67
+ "Spongodiscus": 28,
68
+ "Spongurus_pylomaticus": 29,
69
+ "Sylodictya_spp": 30,
70
+ "Unknown": 31
71
+ },
72
+ "model_type": "swin"
73
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be3a828b99fba5db8dcc61cdac61fa17b535752eb3adc1e17889e6274c2fd5f
3
+ size 348817962