sumink commited on
Commit
1b75baa
·
verified ·
1 Parent(s): 43dc229

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 🚀 Qwen2.5-3B Fine-Tuned on BBH (Hyperbaton) - Model Card
2
+ 📌 Model Overview
3
+ Model Name: Qwen2.5-3B Fine-Tuned on BBH (Hyperbaton)
4
+ Base Model: Qwen2.5-3B-Instruct
5
+ Fine-Tuned Dataset: BBH (BigBench Hard) - Hyperbaton
6
+ Task: Adjective Ordering Classification
7
+ Fine-Tuning Objective: Train the model to select the correct English adjective order in a sentence.
8
+ 📌 Dataset Information
9
+ This model was fine-tuned on the Hyperbaton subset of the BigBench Hard (BBH) dataset.
10
+
11
+ Dataset characteristics:
12
+
13
+ Task Type: Correct adjective order classification
14
+ Input Format: Two sentence options where one follows the correct adjective order
15
+ Target Labels: "A" (correct) or "B" (incorrect)
16
+ Example:
17
+
18
+ Input:
19
+ "Which sentence has the correct adjective order? Options: (A) midsize old grey Brazilian sweater (B) midsize grey Brazilian old sweater"
20
+
21
+ Target: "A"
22
+
23
+ This dataset evaluates a model’s ability to understand syntactic correctness in English adjective order, which is useful for natural language generation, grammar checking, and language learning applications.