youssefbelghmi commited on
Commit
254a84b
·
verified ·
1 Parent(s): 4eb2fec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -12,9 +12,9 @@ licence: license
12
 
13
  # MNLP M3 MCQA Model (Qwen3-0.6B fine-tuned)
14
 
15
- This model is a fine-tuned version of [tocico28/MNLP_M3_dpo_model](https://huggingface.co/tocico28/MNLP_M3_dpo_model) on the [youssefbelghmi/MNLP_M3_mcqa_dataset](https://huggingface.co/datasets/youssefbelghmi/MNLP_M3_mcqa_dataset) dataset, a large-scale collection of multiple-choice questions designed for evaluating and training models in **STEM** domains (science, math, engineering, medicine, etc.).
16
 
17
- The [tocico28/MNLP_M3_dpo_model](https://huggingface.co/tocico28/MNLP_M3_dpo_model) model is itself a fine-tuned version of **Qwen/Qwen3-0.6B-Base** using a dataset of preference-labeled STEM response pairs collected through a collaborative classroom annotation effort.
18
 
19
  It has been trained using [TRL](https://github.com/huggingface/trl) as part of the final milestone of the **CS-552: Modern NLP** course at EPFL (Spring 2025).
20
 
@@ -72,19 +72,19 @@ The following hyperparameters were used during training:
72
  ## Training Results
73
  | Epoch | Training Loss | Validation Loss |
74
  |--------:|----------------:|------------------:|
75
- | 0.08 | 0.3461 | 0.2748 |
76
- | 0.15 | 0.2881 | 0.2666 |
77
- | 0.23 | 0.2938 | 0.2661 |
78
- | 0.31 | 0.2741 | 0.26 |
79
- | 0.38 | 0.2684 | 0.257 |
80
- | 0.46 | 0.2603 | 0.2539 |
81
- | 0.54 | 0.2635 | 0.2441 |
82
- | 0.61 | 0.2555 | 0.2457 |
83
- | 0.69 | 0.2459 | 0.2414 |
84
- | 0.77 | 0.2383 | 0.2353 |
85
- | 0.84 | 0.2266 | 0.2337 |
86
- | 0.92 | 0.2112 | 0.2338 |
87
- | 0.99 | 0.211 | 0.2335 |
88
  - **Final training loss:** 0.211
89
  - **Final validation accuracy:** ~92.0%
90
  ### Framework versions
 
12
 
13
  # MNLP M3 MCQA Model (Qwen3-0.6B fine-tuned)
14
 
15
+ This model is a fine-tuned version of [tocico28/MNLP_M3_dpo_model](https://huggingface.co/tocico28/MNLP_M3_dpo_model) on the [youssefbelghmi/MNLP_M3_mcqa_dataset](https://huggingface.co/datasets/youssefbelghmi/MNLP_M3_mcqa_dataset), a large-scale collection of multiple-choice questions designed for evaluating and training models in **STEM** domains (science, math, engineering, medicine, etc.).
16
 
17
+ The [tocico28/MNLP_M3_dpo_model](https://huggingface.co/tocico28/MNLP_M3_dpo_model) is itself a fine-tuned version of **Qwen/Qwen3-0.6B-Base** using a dataset of preference-labeled STEM response pairs collected through a collaborative classroom annotation effort.
18
 
19
  It has been trained using [TRL](https://github.com/huggingface/trl) as part of the final milestone of the **CS-552: Modern NLP** course at EPFL (Spring 2025).
20
 
 
72
  ## Training Results
73
  | Epoch | Training Loss | Validation Loss |
74
  |--------:|----------------:|------------------:|
75
+ | 0.08 | 0.3363 | 0.2766 |
76
+ | 0.15 | 0.2938 | 0.2719 |
77
+ | 0.23 | 0.2431 | 0.2604 |
78
+ | 0.31 | 0.2688 | 0.2751 |
79
+ | 0.38 | 0.2817 | 0.2571 |
80
+ | 0.46 | 0.2106 | 0.2640 |
81
+ | 0.54 | 0.2692 | 0.2439 |
82
+ | 0.61 | 0.2321 | 0.2384 |
83
+ | 0.69 | 0.2091 | 0.2340 |
84
+ | 0.77 | 0.2495 | 0.2433 |
85
+ | 0.84 | 0.2489 | 0.2376 |
86
+ | 0.92 | 0.2363 | 0.2358 |
87
+ | 0.99 | 0.2611 | 0.2353 |
88
  - **Final training loss:** 0.211
89
  - **Final validation accuracy:** ~92.0%
90
  ### Framework versions