File size: 884 Bytes
dc4b3b0
 
 
 
 
 
 
 
 
 
 
77fc4ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dc4b3b0
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
---
title: ShadML2 Article Classification
emoji: πŸ‘
colorFrom: purple
colorTo: indigo
sdk: streamlit
sdk_version: 1.44.1
app_file: app.py
pinned: false
---

# Article Classifier

A scientific article classifier trained on the [arXiv Dataset](https://www.kaggle.com/datasets/neelshah18/arxivdataset).

## 🧠 Model

The model was obtained by fine-tuning the pretrained language model [`microsoft/deberta-v3-small`](https://huggingface.co/microsoft/deberta-v3-small) on arXiv abstracts.

## πŸ“š Dataset

The dataset includes:
- Article title  
- Abstract  
- Category  

Source: [https://www.kaggle.com/datasets/neelshah18/arxivdataset](https://www.kaggle.com/datasets/neelshah18/arxivdataset)

Only the categories *Computer Science*, *Physics*, *Math*, and *Biology* were retained.


Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference