KeivanR commited on
Commit
28b5263
·
verified ·
1 Parent(s): c0fef57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ This model is multi-label binary classifier. It classifies coding exercizes into
10
  ['games', 'geometry', 'graphs', 'math', 'no_label', 'number theory', 'probabilities', 'strings', 'trees']\
11
  by outputting a 9-length logits vector
12
 
13
- It is a fine-tuning from Qwen/Qwen2.5-1.5B-Instruct, by changing the classifier head, and by freezing all the layers appart from the last 3.
14
 
15
 
16
  ## Model Details
 
10
  ['games', 'geometry', 'graphs', 'math', 'no_label', 'number theory', 'probabilities', 'strings', 'trees']\
11
  by outputting a 9-length logits vector
12
 
13
+ It is a fine-tuning from Qwen/Qwen2.5-1.5B-Instruct, by changing the classifier head, and with LoRA technique.
14
 
15
 
16
  ## Model Details