Text Generation
Transformers
PyTorch
English
llama
custom_code
text-generation-inference
Inference Endpoints
Ashmal commited on
Commit
86ed4ca
1 Parent(s): 2f5d68a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -73,17 +73,17 @@ python3 -m fastchat.serve.cli --model-path MBZUAI/MobiLlama-05B-Chat
73
 
74
 
75
  ## Evaluation
76
- | Evaluation Benchmark | MobiLlama-05B-Chat | MobiLlama-1.2B-Chat |
77
  | ----------- | ----------- | ----------- |
78
- | HellaSwag | 0.5042 | 0.6244 |
79
- | MMLU | 0.2677 | 0.2635 |
80
- | Arc Challenge | 0.2935 | 0.3558 |
81
- | TruthfulQA | 0.3997 | 0.3848 |
82
- | CrowsPairs | 0.5694 | 0.679 |
83
- | PIQA | 0.7078 | 0.7557 |
84
- | Race | 0.3320 | 0.3598 |
85
- | SIQA | 0.4165 | 0.4396 |
86
- | Winogrande | 0.5659 | 0.5966 |
87
 
88
 
89
  ## Intended Uses
 
73
 
74
 
75
  ## Evaluation
76
+ | Evaluation Benchmark | MobiLlama-0.5B | MobiLlama-0.8B | MobiLlama-1.2B |
77
  | ----------- | ----------- | ----------- |
78
+ | HellaSwag | 0.5252 | 0.5409 | 0.6299 |
79
+ | MMLU | 0.2645 | 0.2692 | 0.2423 |
80
+ | Arc Challenge | 0.2952 | 0.3020 | 0.3455 |
81
+ | TruthfulQA | 0.3805 | 0.3848 | 0.3557 |
82
+ | CrowsPairs | 0.6403 | 0.6482 | 0.6812 |
83
+ | PIQA | 0.7203 | 0.7317 | 0.7529 |
84
+ | Race | 0.3368 | 0.3337 | 0.3531 |
85
+ | SIQA | 0.4022 | 0.4160 | 0.4196 |
86
+ | Winogrande | 0.5753 | 0.5745 | 0.6108 |
87
 
88
 
89
  ## Intended Uses