Instructions to use chillies/DPO_ielts_fighter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chillies/DPO_ielts_fighter with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("chillies/DPO_ielts_fighter", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use chillies/DPO_ielts_fighter with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for chillies/DPO_ielts_fighter to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for chillies/DPO_ielts_fighter to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for chillies/DPO_ielts_fighter to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="chillies/DPO_ielts_fighter", max_seq_length=2048, )
- Model Card for Model ID
- Model Details
- Uses
- Bias, Risks, and Limitations
- How to Get Started with the Model
- Training Details
- Evaluation
- Model Examination [optional]
- Environmental Impact
- Technical Specifications [optional]
- Citation [optional]
- Glossary [optional]
- More Information [optional]
- Model Card Authors [optional]
- Model Card Contact
Model Card for Model ID
Fine-tuned Mistral-7b specifically for evaluating IELTS essays with Direct Preference Optimization (DPO)
Model Details
Model Description
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.
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.
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.
We hope you find this model useful for your IELTS essay evaluation needs!
- Developed by: Nguyen Minh Chi
- Funded by [optional]: Unsloth
- Shared by [optional]: [More Information Needed]
- Model type: 4-bit
- Language(s) (NLP): English
- License: [More Information Needed]
- Finetuned from model [optional]: Mistral-7B
Model Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Downstream Use [optional]
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
How to Get Started with the Model
Use the code below to get started with the model.
[More Information Needed]
Training Details
Training Data
[More Information Needed]
Training Procedure
Preprocessing [optional]
[More Information Needed]
Training Hyperparameters
- Training regime: [More Information Needed]
Speeds, Sizes, Times [optional]
[More Information Needed]
Evaluation
Testing Data, Factors & Metrics
Testing Data
[More Information Needed]
Factors
[More Information Needed]
Metrics
[More Information Needed]
Results
[More Information Needed]
Summary
Model Examination [optional]
[More Information Needed]
Environmental Impact
Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).
- Hardware Type: [More Information Needed]
- Hours used: [More Information Needed]
- Cloud Provider: [More Information Needed]
- Compute Region: [More Information Needed]
- Carbon Emitted: [More Information Needed]
Technical Specifications [optional]
Model Architecture and Objective
[More Information Needed]
Compute Infrastructure
[More Information Needed]
Hardware
[More Information Needed]
Software
[More Information Needed]
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Model Card Authors [optional]
[More Information Needed]
Model Card Contact
[More Information Needed]