yann111 commited on
Commit
9950660
·
verified ·
1 Parent(s): a6be5d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -41,11 +41,21 @@ This repository contains three main components:
41
  - 900 species (300 each from Rare, Common, and Frequent categories)
42
  - Format: WebDataset (.tar)
43
 
44
- ### 3. Checkpoints
45
  - Pre-trained GeoTreeCLIP model weights
46
  - File: `GGT_6M.pth`
47
  - Trained on the full GlobalGeoTree-6M dataset for 25 epochs
48
 
 
 
 
 
 
 
 
 
 
 
49
  ## Related Repository
50
 
51
  For detailed usage instructions, model implementation, and training scripts, please check our GitHub repository:
 
41
  - 900 species (300 each from Rare, Common, and Frequent categories)
42
  - Format: WebDataset (.tar)
43
 
44
+ ### 3. checkpoints
45
  - Pre-trained GeoTreeCLIP model weights
46
  - File: `GGT_6M.pth`
47
  - Trained on the full GlobalGeoTree-6M dataset for 25 epochs
48
 
49
+ ### 4. files
50
+ - Complete sample information file: `GlobalGeoTree.csv`
51
+ - Contains metadata for all samples including:
52
+ - Sample ID
53
+ - Taxonomic information (Family, Genus, Species)
54
+ - Geographic location (latitude, longitude)
55
+ - Source and year of observation
56
+ - Location description
57
+ - Format: CSV
58
+
59
  ## Related Repository
60
 
61
  For detailed usage instructions, model implementation, and training scripts, please check our GitHub repository: