File size: 1,554 Bytes
649d4b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
license: apache-2.0
language:
- en
library_name: keras
tags:
- SkimLit
- NLP
- Abstract Classification
---
  # SkimLit Model                                                  
                                                                   
  Keras model for classifying scientific abstract sections         
  (Background, Objective, Methods, Results, Conclusions).
                                                                   
  ## Usage                                                         
   
  ```python                                                        
  import tensorflow as tf
  model = tf.keras.models.load_model('model_5.keras')              
                                                                   
  Model Details                                                    
                                                                   
  - Framework: TensorFlow/Keras                                    
  - Input: Token embeddings + character text + positional info
  - Output: 5 classes (Background, Objective, Methods, Results,    
  Conclusions)                                                     
                                                                   
  **Metadata à remplir:**                                          
  - **license**: `apache-2.0` (ou autre)                           
  - **language**: `English`                                        
  - **tags**: `skimlit`, `nlp`, `text-classification`              
  - **pipeline_tag**: `text-classification`