Create README
Browse files
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 |
+

|
21 |
+
|
22 |
+
|
23 |
+

|
24 |
+
|