AhmedOthman commited on
Commit
8043f75
verified
1 Parent(s): bbe5db7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -17
README.md CHANGED
@@ -1,29 +1,46 @@
1
- I'll help you create a comprehensive model card for your Llama-3B-QA-Enhanced model. I'll edit the template to include relevant information about your question-answering model.
2
-
3
- ```yaml
4
  ---
 
 
5
  license: apache-2.0
6
  datasets:
7
- - rajpurkar/squad
8
- - ehovy/race
9
- language:
10
- - en
11
  metrics:
12
- - accuracy
13
- - bleu
14
- - rouge
15
- - recall
16
- - precision
17
- base_model:
18
- - meta-llama/Llama-3.2-3B-Instruct
19
  tags:
20
- - exam
21
- - QA
22
- - LLM
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Model Card for Llama-3B-QA-Enhanced
26
 
 
 
27
  This model is a fine-tuned version of Llama 3B, optimized for generating high-quality multiple-choice questions (MCQs) from input text. It combines the powerful language understanding capabilities of Llama with specialized training for educational content generation.
28
 
29
  ## Model Details
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
  license: apache-2.0
5
  datasets:
6
+ - rajpurkar/squad
7
+ - ehovy/race
 
 
8
  metrics:
9
+ - accuracy
10
+ - bleu
11
+ - rouge
12
+ base_model: meta-llama/Llama-3.2-3B-Instruct
13
+ pipeline_tag: question-answering
 
 
14
  tags:
15
+ - qa
16
+ - llm
17
+ - exam
18
+ - multiple-choice
19
+ model-index:
20
+ - name: Llama-3B-QA-Enhanced
21
+ results:
22
+ - task:
23
+ type: question-answering
24
+ name: Multiple Choice Question Generation
25
+ dataset:
26
+ name: RACE
27
+ type: ehovy/race
28
+ metrics:
29
+ - name: accuracy
30
+ type: accuracy
31
+ value: 0.85 # Replace with actual value
32
+ - name: bleu
33
+ type: bleu
34
+ value: 0.76 # Replace with actual value
35
+ - name: rouge
36
+ type: rouge
37
+ value: 0.82 # Replace with actual value
38
  ---
39
 
40
  # Model Card for Llama-3B-QA-Enhanced
41
 
42
+ # Model Card for Llama-3B-QA-Enhanced
43
+
44
  This model is a fine-tuned version of Llama 3B, optimized for generating high-quality multiple-choice questions (MCQs) from input text. It combines the powerful language understanding capabilities of Llama with specialized training for educational content generation.
45
 
46
  ## Model Details