chillies commited on
Commit
dbed38a
·
verified ·
1 Parent(s): 1a9edd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
-
11
 
12
 
13
  ## Model Details
@@ -16,15 +16,21 @@ tags:
16
 
17
  <!-- Provide a longer summary of what this model is. -->
18
 
19
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
 
 
 
 
 
 
20
 
21
- - **Developed by:** [More Information Needed]
22
- - **Funded by [optional]:** [More Information Needed]
23
  - **Shared by [optional]:** [More Information Needed]
24
- - **Model type:** [More Information Needed]
25
- - **Language(s) (NLP):** [More Information Needed]
26
  - **License:** [More Information Needed]
27
- - **Finetuned from model [optional]:** [More Information Needed]
28
 
29
  ### Model Sources [optional]
30
 
 
7
  # Model Card for Model ID
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
+ Fine-tuned Mistral-7b specifically for evaluating IELTS essays with Direct Preference Optimization (DPO)
11
 
12
 
13
  ## Model Details
 
16
 
17
  <!-- Provide a longer summary of what this model is. -->
18
 
19
+ The model was fine-tuned using the QLoRA technique on a dataset of over 9,000 IELTS essay samples. QLoRA is a low-rank adaptation method that enables efficient fine-tuning of large language models while minimizing memory and compute requirements. The model was trained to predict essay scores based on the IELTS scoring rubric, which evaluates essays on four criteria: task achievement, coherence and cohesion, lexical resource, and grammatical range and accuracy. The model has been tested on a held-out set of essays and achieves strong performance, making it a useful tool for automated essay evaluation. To use the model, simply provide it with the text of an essay and it will output a predicted score between 0 and 9 for each of the four scoring criteria.
20
+
21
+ Uses: This model can be used by educators and students to evaluate the quality of IELTS essays and provide feedback on areas for improvement. It can also be used by test preparation companies to automatically score practice essays and provide students with instant feedback.
22
+
23
+ Limitations: While the model has been trained on a large dataset of IELTS essays, it may not perform as well on essays that are significantly different from those in the training set. Additionally, the model may not fully capture the nuances of human language and may occasionally make errors in scoring. It is recommended that the model be used as a tool to supplement human evaluation rather than as a replacement for it.
24
+
25
+ We hope you find this model useful for your IELTS essay evaluation needs!
26
 
27
+ - **Developed by:** Nguyen Minh Chi
28
+ - **Funded by [optional]:** Unsloth
29
  - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** 4-bit
31
+ - **Language(s) (NLP):** English
32
  - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** Mistral-7B
34
 
35
  ### Model Sources [optional]
36