davedgd commited on
Commit
8a71a3e
·
verified ·
1 Parent(s): c2c8aad

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # Model Card for RATER-D
8
+
9
+ This repository contains the model weights and tokenizer for the best open RATER<sub>D</sub> model reported in the paper (i.e., fine-tuned Qwen2.5-32B-Instruct).
10
+
11
+ For details on how to reproduce this model and the other variants, see our GitHub page [here](https://github.com/davedgd/RATER).
12
+
13
+ With respect to the best closed model (i.e., fine-tuned gpt-4o-2024-08-06), that can be accessed via the OpenAI API (for details, please see the official OpenAI [supervised fine-tuning documentation](https://platform.openai.com/docs/guides/supervised-fine-tuning)): `ft:gpt-4o-2024-08-06:dobolyilab:ht:A3rU60He`
14
+
15
+ ### Model Sources
16
+
17
+ - **Repository:** https://github.com/davedgd/RATER
18
+ - **Paper:** TBA