bishwaspraveen commited on
Commit
1f9a904
·
verified ·
1 Parent(s): cda7435

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  language: en
3
  tags:
4
- - astronomy
5
  - TDAMM
6
- - classification
7
- - multi-label
8
  - NASA
9
- - astrophysics
 
 
 
10
  ---
11
 
12
  # TDAMM Multi-Label Classification Model
@@ -39,4 +41,4 @@ with torch.no_grad():
39
 
40
  # Convert to binary predictions (threshold = 0.5)
41
  predictions = (predictions > 0.5).int()
42
- ```
 
1
  ---
2
  language: en
3
  tags:
4
+ - Text Classification
5
  - TDAMM
6
+ - Multi-label Classification
 
7
  - NASA
8
+ - Astrophysics
9
+ base_model:
10
+ - adsabs/astroBERT
11
+ library_name: transformers
12
  ---
13
 
14
  # TDAMM Multi-Label Classification Model
 
41
 
42
  # Convert to binary predictions (threshold = 0.5)
43
  predictions = (predictions > 0.5).int()
44
+ ```