jiazhengli commited on
Commit
a7cc287
·
verified ·
1 Parent(s): 3f6e927

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,6 +1,13 @@
 
 
 
 
 
 
 
1
  # DeBERTa-Large ASAP Essay Scoring Model
2
 
3
- This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) for automated essay scoring on the ASAP (Automated Student Assessment Prize) dataset, specifically trained on **Question 1**.
4
 
5
  ## Model Description
6
 
@@ -8,22 +15,22 @@ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggi
8
  - **Architecture**: DeBERTa-v3-Large (24 layers, 1024 hidden size, 16 attention heads)
9
  - **Task**: Automated Essay Scoring
10
  - **Language**: English
11
- - **Dataset**: ASAP Question 1
12
  - **Number of Classes**: 4 (score levels)
13
 
14
  ## Dataset
15
 
16
- This model was trained on the ASAP (Automated Student Assessment Prize) dataset, specifically Question 1. The ASAP dataset contains student essays with human-scored ratings.
17
 
18
  - **Dataset Source**: [ASAP-SAS Kaggle Competition](https://www.kaggle.com/c/asap-sas/overview)
19
  - **Task**: Score student essays on a predefined rubric
20
- - **Question 1 Prompt**: The dataset contains essays written in response to specific prompts, with scores assigned by human raters
21
 
22
  ## Training Details
23
 
24
  - **Base Model**: microsoft/deberta-v3-large
25
- - **Training Data**: ASAP dataset Question 1
26
 
27
  ## License
28
 
29
- Please refer to the original DeBERTa-v3-large model license and the ASAP dataset terms of use.
 
1
+ ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - microsoft/deberta-v3-large
6
+ pipeline_tag: text-classification
7
+ ---
8
  # DeBERTa-Large ASAP Essay Scoring Model
9
 
10
+ This model is a fine-tuned version of [microsoft/deberta-v3-large](https://huggingface.co/microsoft/deberta-v3-large) for automated essay scoring on the ASAP (Automated Student Assessment Prize) dataset, specifically trained on **Question 2**.
11
 
12
  ## Model Description
13
 
 
15
  - **Architecture**: DeBERTa-v3-Large (24 layers, 1024 hidden size, 16 attention heads)
16
  - **Task**: Automated Essay Scoring
17
  - **Language**: English
18
+ - **Dataset**: ASAP Question 2
19
  - **Number of Classes**: 4 (score levels)
20
 
21
  ## Dataset
22
 
23
+ This model was trained on the ASAP (Automated Student Assessment Prize) dataset, specifically Question 2. The ASAP dataset contains student essays with human-scored ratings.
24
 
25
  - **Dataset Source**: [ASAP-SAS Kaggle Competition](https://www.kaggle.com/c/asap-sas/overview)
26
  - **Task**: Score student essays on a predefined rubric
27
+ - **Question 2 Prompt**: The dataset contains essays written in response to specific prompts, with scores assigned by human raters
28
 
29
  ## Training Details
30
 
31
  - **Base Model**: microsoft/deberta-v3-large
32
+ - **Training Data**: ASAP dataset Question 2
33
 
34
  ## License
35
 
36
+ Please refer to the original DeBERTa-v3-large model license and the ASAP dataset terms of use.