Update README.md
Browse files
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
|
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
|