ksmu commited on
Commit
0443d57
·
verified ·
1 Parent(s): 23760db

Create README

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - nasa-impact/nasa-smd-ibm-v0.1
4
+ ---
5
+ Division Classification Model
6
+
7
+ This is a single label classification task for automated tagging of documents in Science Discovery Engine. Based on [INDUS Model](https://huggingface.co/nasa-impact/nasa-smd-ibm-v0.1)
8
+
9
+ The idx to label mapping is:
10
+ ```
11
+ "0": "Astrophysics",
12
+ "1": "Biological and Physical Sciences",
13
+ "2": "Earth Science",
14
+ "3": "Heliophysics",
15
+ "4": "Planetary Science"
16
+ ```
17
+
18
+ Evalution of the model:
19
+
20
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675c4e0a0fd4155cb71fc2a6/Vz4R0i_q0Uklwv8uZcdhS.png)
21
+
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/675c4e0a0fd4155cb71fc2a6/Lh7CPtHpXUtiZWd0k3eKr.png)
24
+