JunhanCai commited on
Commit
fcd50b7
ยท
verified ยท
1 Parent(s): fdba9e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -8,4 +8,27 @@ pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  license: mit
9
  ---
10
 
11
+ # ๐Ÿ“Š GEMS: Generalized Raman Classifier Webserver
12
+
13
+ Welcome to the official interactive web application for **GEMS (Foundation Models for Universal, Data-efficient Classification of Raman Spectra)**.
14
+
15
+ This Space provides a highly convenient, no-code graphical interface. It empowers researchers and practitioners to seamlessly perform fine-tuning, automated evaluation, and rapid predictions using the powerful GEMS foundation model.
16
+
17
+ ## ๐Ÿ”— Quick Links
18
+
19
+ * **Source Code:** Explore the core implementation, model architecture, and local deployment instructions in our [GitHub Repository](https://github.com/JunhanCai/GEMS).
20
+ * **Datasets:** Access the complete, pre-processed multi-stage datasets (including pre-training, contrastive learning, and diverse downstream tasks) at our [Hugging Face Dataset Repo](https://huggingface.co/datasets/JunhanCai/GEMS-Raman-Dataset).
21
+
22
+ ## ๐Ÿš€ How to Test it Out?
23
+
24
+ You can test this web server immediately without preparing your own data! We have provided several pre-processed downstream datasets that are 100% compatible with this interface.
25
+
26
+ **Step-by-step Guide:**
27
+ 1. Visit our [GEMS-Raman-Dataset](https://huggingface.co/datasets/JunhanCai/GEMS-Raman-Dataset) page.
28
+ 2. Download any downstream task subset that interests you (e.g., the `.npy` files from the `microplastic`, `skincancer`, or `Bacteria_ID` folders).
29
+ 3. Return to this Space and upload the downloaded `spectral.npy`, `labels.npy`, and `wavenumbers.npy` files into the **Fine-tune** panel.
30
+ 4. *(Optional)* Leave the `Pretrained Model` field empty! The server will automatically load our built-in foundation weights.
31
+ 5. Click **Start Fine-Tuning Job** to witness the automated AutoML pipeline and get your classification reports.
32
+
33
+ ---
34
+ **Note:** Due to the hardware constraints of the free Hugging Face CPU tier, training may take some time. For production-level speed, we highly recommend pulling the Docker image or source code from our GitHub and deploying it locally on a GPU-enabled machine.