Text Classification
PEFT
Safetensors
English
decision-model
system-one
lora
calibrated
classification
routing
jev
jev-like
typesafe
Instructions to use ait-hf/certus-jev-like-v0007 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ait-hf/certus-jev-like-v0007 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
publish family
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +104 -0
- family_v0007/family.json +55 -0
- family_v0007/router_head.pt +3 -0
- registry.json +2251 -0
- v0007-language/adapter/README.md +207 -0
- v0007-language/adapter/adapter_config.json +48 -0
- v0007-language/adapter/adapter_model.safetensors +3 -0
- v0007-language/config.json +11 -0
- v0007-language/manifest.json +51 -0
- v0007-math/adapter/README.md +207 -0
- v0007-math/adapter/adapter_config.json +51 -0
- v0007-math/adapter/adapter_model.safetensors +3 -0
- v0007-math/config.json +11 -0
- v0007-math/manifest.json +99 -0
- v0007-reason/adapter/README.md +207 -0
- v0007-reason/adapter/adapter_config.json +51 -0
- v0007-reason/adapter/adapter_model.safetensors +3 -0
- v0007-reason/config.json +11 -0
- v0007-reason/manifest.json +152 -0
- v0007-safety/adapter/README.md +207 -0
- v0007-safety/adapter/adapter_config.json +48 -0
- v0007-safety/adapter/adapter_model.safetensors +3 -0
- v0007-safety/config.json +11 -0
- v0007-safety/manifest.json +99 -0
- v0007-sentiment/adapter/README.md +207 -0
- v0007-sentiment/adapter/adapter_config.json +48 -0
- v0007-sentiment/adapter/adapter_model.safetensors +3 -0
- v0007-sentiment/config.json +11 -0
- v0007-sentiment/manifest.json +235 -0
- v0007-spam/adapter/README.md +207 -0
- v0007-spam/adapter/adapter_config.json +51 -0
- v0007-spam/adapter/adapter_model.safetensors +3 -0
- v0007-spam/config.json +11 -0
- v0007-spam/manifest.json +164 -0
- v0007-support/adapter/README.md +207 -0
- v0007-support/adapter/adapter_config.json +48 -0
- v0007-support/adapter/adapter_model.safetensors +3 -0
- v0007-support/config.json +11 -0
- v0007-support/manifest.json +57 -0
- v0007-typed/adapter/README.md +207 -0
- v0007-typed/adapter/adapter_config.json +51 -0
- v0007-typed/adapter/adapter_model.safetensors +3 -0
- v0007-typed/config.json +11 -0
- v0007-typed/manifest.json +52 -0
- v0007/adapter/README.md +207 -0
- v0007/adapter/adapter_config.json +51 -0
- v0007/adapter/adapter_model.safetensors +3 -0
- v0007/config.json +13 -0
- v0007/eval_test.json +1017 -0
- v0007/eval_unseen.json +214 -0
README.md
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 4 |
+
library_name: peft
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- decision-model
|
| 10 |
+
- system-one
|
| 11 |
+
- lora
|
| 12 |
+
- calibrated
|
| 13 |
+
- classification
|
| 14 |
+
- routing
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Certus v0007 — a "System One" decision model
|
| 18 |
+
|
| 19 |
+
Try it: **[ait-hf/certus-playground](https://huggingface.co/spaces/ait-hf/certus-playground)** (free, no account).
|
| 20 |
+
|
| 21 |
+
Certus is a self-hosted decision model in the spirit of TypeSafe's Jev / System One models. It does **not generate
|
| 22 |
+
text**: it reads a `state` (any text or JSON) plus typed questions and returns **calibrated probability
|
| 23 |
+
distributions** over answer sets the caller defines — a choice among named options, a score on an ordered rubric,
|
| 24 |
+
or a yes/no. Every answer is the soft-max over the logits of the option letters at the assistant turn, so the output
|
| 25 |
+
is always one of your options and the cost is one forward pass, no decoding.
|
| 26 |
+
|
| 27 |
+
## What is in this repo
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
registry.json version registry (lineage, tasks, calibration temperatures, metrics)
|
| 31 |
+
v0007/ trunk: LoRA r=16 adapter on Qwen2.5-1.5B-Instruct, 61 public tasks, 1 epoch
|
| 32 |
+
v0007-<domain>/ domain adapters (LoRA, parents = [v0007]); applied unmerged on top of the merged trunk
|
| 33 |
+
family_v0007/family.json domain -> adapter map, routing threshold, max stack
|
| 34 |
+
family_v0007/heads/ router: one logistic head per adapter on the trunk's last hidden state + normalisation
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
| version | domain | trained on | LoRA r | val acc (mean over its tasks) |
|
| 38 |
+
|---|---|---|---:|---:|
|
| 39 |
+
| `v0007` | trunk | ag_news, banking77, boolq, clinc150, commonsense_qa, copa, dbpedia, emotion, facts, fits, imdb, jailbreak, massive_intent, mnli, mrpc, openbookqa, paws, qnli, read, rte, sciq, sst2, swag, tweet_emoji, tweet_hate, tweet_irony, tweet_offensive, tweet_sentiment, yahoo, yelp, anli, winogrande, hellaswag, race, scitail, qqp, stsb, toxic, stance_abortion, stance_atheism, stance_feminist, stance_hillary, match, goemo_soft, reason, formality, politeness, strategyqa, vitaminc, ruletaker, proofwriter, folio, logiqa, tracie, temporal_nli, piqa, siqa, clutrr, gsm8k, svamp, aqua | 16 | 0.792 |
|
| 40 |
+
| `v0007-reason` | reason | traps, reason, skills | 16 | 0.943 |
|
| 41 |
+
| `v0007-math` | math | math, gsm8k, svamp, aqua | 32 | 0.690 |
|
| 42 |
+
| `v0007-language` | language | language | 8 | 1.000 |
|
| 43 |
+
| `v0007-support` | support | banking77, clinc150, massive_intent | 8 | – |
|
| 44 |
+
| `v0007-sentiment` | sentiment | sst2, sst5, yelp, tweet_sentiment, emotion, goemo_soft, tweet_irony, imdb, formality, politeness, sarcasm | 8 | 0.776 |
|
| 45 |
+
| `v0007-safety` | safety | jailbreak, toxic, tweet_hate, tweet_offensive | 8 | 0.844 |
|
| 46 |
+
| `v0007-spam` | spam | spam | 8 | 0.990 |
|
| 47 |
+
| `v0007-typed` | workflow | typed_decisions | 16 | 0.850 |
|
| 48 |
+
|
| 49 |
+
Serving: the trunk adapter is merged into the base model (base speed); the domain adapters stay separate and are
|
| 50 |
+
switched per request. `model: "auto"` runs the router on the **full request** (every question with its type and
|
| 51 |
+
options, then the state), applies every adapter whose head fires above 0.5 (at most two, stacked), and answers with
|
| 52 |
+
the trunk when none does. Adding an adapter later means adding one folder and one head file — no retraining.
|
| 53 |
+
|
| 54 |
+
## Results (v0007, hand-written held-out sets, never trained on)
|
| 55 |
+
|
| 56 |
+
| set | trunk `v0007` | `auto` (router + adapters) |
|
| 57 |
+
|---|---:|---:|
|
| 58 |
+
| 196-question test bench, 20 categories | 0.842 | **0.949** |
|
| 59 |
+
| typed decisions (Laya benchmark, 1 200-case format) | – | 0.796 (Jev 0.727, Laya 0.766) |
|
| 60 |
+
| 10 hard yes/no logic traps (noul10) | 4/10 | 9/10 (Jev 10/10) |
|
| 61 |
+
| 15-task unseen public suite, mean acc / ECE | 0.736 / 0.074 | – |
|
| 62 |
+
|
| 63 |
+
Calibration: temperature scaling per option-count bucket (`config.json`); the trunk's ECE on its validation set is
|
| 64 |
+
0.010 before scaling.
|
| 65 |
+
|
| 66 |
+
## Use
|
| 67 |
+
|
| 68 |
+
The inference code lives in the Space (`s1/` package, plain Python on top of `transformers` + `peft`).
|
| 69 |
+
Minimal reproduction of the scoring rule without it:
|
| 70 |
+
|
| 71 |
+
```python
|
| 72 |
+
import torch
|
| 73 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 74 |
+
from peft import PeftModel
|
| 75 |
+
|
| 76 |
+
base = "Qwen/Qwen2.5-1.5B-Instruct"
|
| 77 |
+
tok = AutoTokenizer.from_pretrained(base)
|
| 78 |
+
model = PeftModel.from_pretrained(AutoModelForCausalLM.from_pretrained(base, dtype=torch.float16), "v0007/adapter").merge_and_unload().cuda().eval()
|
| 79 |
+
|
| 80 |
+
prompt = tok.apply_chat_template([
|
| 81 |
+
{"role": "user", "content": "Text:\nHelp! My payouts have been failing for 3 days.\n\nWhich team should handle this?\nA. billing\nB. technical\nC. sales\nAnswer with the letter."}],
|
| 82 |
+
tokenize=False, add_generation_prompt=True)
|
| 83 |
+
ids = tok(prompt, return_tensors="pt").to("cuda")
|
| 84 |
+
logits = model(**ids).logits[0, -1]
|
| 85 |
+
letters = [tok.encode(l, add_special_tokens=False)[0] for l in "ABC"]
|
| 86 |
+
print(torch.softmax(logits[letters] / 1.02, -1)) # 1.02 = calibration temperature for 3-5 options
|
| 87 |
+
```
|
| 88 |
+
|
| 89 |
+
The exact prompt layout (state rendering, option descriptions, yes/no order, the two-stage path for > 26 options)
|
| 90 |
+
is in the Space's `s1/lmscore.py` and `s1/family.py`.
|
| 91 |
+
|
| 92 |
+
## Training data
|
| 93 |
+
|
| 94 |
+
Trunk: 61 public datasets (sentiment, topic, NLI, boolean QA, intents, commonsense/science QA, logic and word
|
| 95 |
+
problems, safety) at ≤ 3 000 examples each, plus synthetic reasoning probes, with LoRA r=16, a proper-scoring
|
| 96 |
+
(NLL + Brier) loss, yes/no balancing and a KL anchor to the base model. Adapters: see the table above. No benchmark
|
| 97 |
+
item in the results section was used for training. Datasets with non-commercial licences were kept out of this release.
|
| 98 |
+
|
| 99 |
+
## Limits
|
| 100 |
+
|
| 101 |
+
- A 1.5B single-pass reader: pure computation (prices × quantities, unit conversions) and multi-step logic traps are
|
| 102 |
+
hit-and-miss even with the math and reasoning adapters.
|
| 103 |
+
- States are truncated to 700 tokens.
|
| 104 |
+
- English first; a multilingual adapter is planned for the next version.
|
family_v0007/family.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"trunk": "v0007",
|
| 3 |
+
"domains": {
|
| 4 |
+
"reason": "v0007-reason",
|
| 5 |
+
"math": "v0007-math",
|
| 6 |
+
"language": "v0007-language",
|
| 7 |
+
"support": "v0007-support",
|
| 8 |
+
"sentiment": "v0007-sentiment",
|
| 9 |
+
"safety": "v0007-safety",
|
| 10 |
+
"spam": "v0007-spam",
|
| 11 |
+
"workflow": "v0007-typed"
|
| 12 |
+
},
|
| 13 |
+
"route_threshold": 0.5,
|
| 14 |
+
"router": {
|
| 15 |
+
"accuracy": {
|
| 16 |
+
"train": 0.9978819444444444,
|
| 17 |
+
"val": 0.9866666666666667,
|
| 18 |
+
"test": 0.9883333333333333
|
| 19 |
+
},
|
| 20 |
+
"confusion": {
|
| 21 |
+
"sentiment": {
|
| 22 |
+
"sentiment": 74,
|
| 23 |
+
"reason": 1
|
| 24 |
+
},
|
| 25 |
+
"support": {
|
| 26 |
+
"support": 75
|
| 27 |
+
},
|
| 28 |
+
"reason": {
|
| 29 |
+
"reason": 73,
|
| 30 |
+
"spam": 1,
|
| 31 |
+
"general": 1
|
| 32 |
+
},
|
| 33 |
+
"finance": {
|
| 34 |
+
"finance": 74,
|
| 35 |
+
"support": 1
|
| 36 |
+
},
|
| 37 |
+
"language": {
|
| 38 |
+
"language": 75
|
| 39 |
+
},
|
| 40 |
+
"general": {
|
| 41 |
+
"general": 73,
|
| 42 |
+
"reason": 1,
|
| 43 |
+
"sentiment": 1
|
| 44 |
+
},
|
| 45 |
+
"safety": {
|
| 46 |
+
"safety": 74,
|
| 47 |
+
"reason": 1
|
| 48 |
+
},
|
| 49 |
+
"spam": {
|
| 50 |
+
"spam": 75
|
| 51 |
+
}
|
| 52 |
+
}
|
| 53 |
+
},
|
| 54 |
+
"created": "2026-09-22 09:56"
|
| 55 |
+
}
|
family_v0007/router_head.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbabf53a1780e64af4408ecbadb3c1289f4bc7358f7881050fdbe7546b846d67
|
| 3 |
+
size 64837
|
registry.json
ADDED
|
@@ -0,0 +1,2251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"latest": "v0007",
|
| 3 |
+
"versions": {
|
| 4 |
+
"v0007": {
|
| 5 |
+
"version": "v0007",
|
| 6 |
+
"parent": null,
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-17T15:58:07+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"ag_news",
|
| 13 |
+
"banking77",
|
| 14 |
+
"boolq",
|
| 15 |
+
"clinc150",
|
| 16 |
+
"commonsense_qa",
|
| 17 |
+
"copa",
|
| 18 |
+
"dbpedia",
|
| 19 |
+
"emotion",
|
| 20 |
+
"facts",
|
| 21 |
+
"fits",
|
| 22 |
+
"imdb",
|
| 23 |
+
"jailbreak",
|
| 24 |
+
"massive_intent",
|
| 25 |
+
"mnli",
|
| 26 |
+
"mrpc",
|
| 27 |
+
"openbookqa",
|
| 28 |
+
"paws",
|
| 29 |
+
"qnli",
|
| 30 |
+
"read",
|
| 31 |
+
"rte",
|
| 32 |
+
"sciq",
|
| 33 |
+
"sst2",
|
| 34 |
+
"swag",
|
| 35 |
+
"tweet_emoji",
|
| 36 |
+
"tweet_hate",
|
| 37 |
+
"tweet_irony",
|
| 38 |
+
"tweet_offensive",
|
| 39 |
+
"tweet_sentiment",
|
| 40 |
+
"yahoo",
|
| 41 |
+
"yelp",
|
| 42 |
+
"anli",
|
| 43 |
+
"winogrande",
|
| 44 |
+
"hellaswag",
|
| 45 |
+
"race",
|
| 46 |
+
"scitail",
|
| 47 |
+
"qqp",
|
| 48 |
+
"stsb",
|
| 49 |
+
"toxic",
|
| 50 |
+
"stance_abortion",
|
| 51 |
+
"stance_atheism",
|
| 52 |
+
"stance_feminist",
|
| 53 |
+
"stance_hillary",
|
| 54 |
+
"match",
|
| 55 |
+
"goemo_soft",
|
| 56 |
+
"reason",
|
| 57 |
+
"formality",
|
| 58 |
+
"politeness",
|
| 59 |
+
"strategyqa",
|
| 60 |
+
"vitaminc",
|
| 61 |
+
"ruletaker",
|
| 62 |
+
"proofwriter",
|
| 63 |
+
"folio",
|
| 64 |
+
"logiqa",
|
| 65 |
+
"tracie",
|
| 66 |
+
"temporal_nli",
|
| 67 |
+
"piqa",
|
| 68 |
+
"siqa",
|
| 69 |
+
"clutrr",
|
| 70 |
+
"gsm8k",
|
| 71 |
+
"svamp",
|
| 72 |
+
"aqua"
|
| 73 |
+
],
|
| 74 |
+
"trained_on": [
|
| 75 |
+
"ag_news",
|
| 76 |
+
"banking77",
|
| 77 |
+
"boolq",
|
| 78 |
+
"clinc150",
|
| 79 |
+
"commonsense_qa",
|
| 80 |
+
"copa",
|
| 81 |
+
"dbpedia",
|
| 82 |
+
"emotion",
|
| 83 |
+
"facts",
|
| 84 |
+
"fits",
|
| 85 |
+
"imdb",
|
| 86 |
+
"jailbreak",
|
| 87 |
+
"massive_intent",
|
| 88 |
+
"mnli",
|
| 89 |
+
"mrpc",
|
| 90 |
+
"openbookqa",
|
| 91 |
+
"paws",
|
| 92 |
+
"qnli",
|
| 93 |
+
"read",
|
| 94 |
+
"rte",
|
| 95 |
+
"sciq",
|
| 96 |
+
"sst2",
|
| 97 |
+
"swag",
|
| 98 |
+
"tweet_emoji",
|
| 99 |
+
"tweet_hate",
|
| 100 |
+
"tweet_irony",
|
| 101 |
+
"tweet_offensive",
|
| 102 |
+
"tweet_sentiment",
|
| 103 |
+
"yahoo",
|
| 104 |
+
"yelp",
|
| 105 |
+
"anli",
|
| 106 |
+
"winogrande",
|
| 107 |
+
"hellaswag",
|
| 108 |
+
"race",
|
| 109 |
+
"scitail",
|
| 110 |
+
"qqp",
|
| 111 |
+
"stsb",
|
| 112 |
+
"toxic",
|
| 113 |
+
"stance_abortion",
|
| 114 |
+
"stance_atheism",
|
| 115 |
+
"stance_feminist",
|
| 116 |
+
"stance_hillary",
|
| 117 |
+
"match",
|
| 118 |
+
"goemo_soft",
|
| 119 |
+
"reason",
|
| 120 |
+
"formality",
|
| 121 |
+
"politeness",
|
| 122 |
+
"strategyqa",
|
| 123 |
+
"vitaminc",
|
| 124 |
+
"ruletaker",
|
| 125 |
+
"proofwriter",
|
| 126 |
+
"folio",
|
| 127 |
+
"logiqa",
|
| 128 |
+
"tracie",
|
| 129 |
+
"temporal_nli",
|
| 130 |
+
"piqa",
|
| 131 |
+
"siqa",
|
| 132 |
+
"clutrr",
|
| 133 |
+
"gsm8k",
|
| 134 |
+
"svamp",
|
| 135 |
+
"aqua"
|
| 136 |
+
],
|
| 137 |
+
"holdout": [
|
| 138 |
+
"probe",
|
| 139 |
+
"bbh",
|
| 140 |
+
"cola",
|
| 141 |
+
"wic",
|
| 142 |
+
"subj",
|
| 143 |
+
"spam",
|
| 144 |
+
"counterfactual",
|
| 145 |
+
"cb",
|
| 146 |
+
"arc_challenge",
|
| 147 |
+
"stance_climate",
|
| 148 |
+
"trec",
|
| 149 |
+
"sst5",
|
| 150 |
+
"fin_sentiment",
|
| 151 |
+
"arc_easy",
|
| 152 |
+
"newsgroups"
|
| 153 |
+
],
|
| 154 |
+
"steps": 12118,
|
| 155 |
+
"train_examples": 158246,
|
| 156 |
+
"args": {
|
| 157 |
+
"cmd": "lmtrain",
|
| 158 |
+
"lora_r": 16,
|
| 159 |
+
"loss": "mix",
|
| 160 |
+
"max_per_task": 3000,
|
| 161 |
+
"epochs": 1,
|
| 162 |
+
"lr": 0.0001,
|
| 163 |
+
"anchor": 0.1
|
| 164 |
+
},
|
| 165 |
+
"metrics": {
|
| 166 |
+
"ag_news": {
|
| 167 |
+
"n": 300,
|
| 168 |
+
"acc": 0.9233333333333333,
|
| 169 |
+
"nll": 0.23956205062784391,
|
| 170 |
+
"brier": 0.12588630912802798,
|
| 171 |
+
"ece": 0.03565445333719247,
|
| 172 |
+
"mean_conf": 0.9105748584866524,
|
| 173 |
+
"cov@0.5": 0.9833333333333333,
|
| 174 |
+
"acc@0.5": 0.9288135593220339,
|
| 175 |
+
"cov@0.7": 0.88,
|
| 176 |
+
"acc@0.7": 0.9545454545454546,
|
| 177 |
+
"cov@0.9": 0.77,
|
| 178 |
+
"acc@0.9": 0.9653679653679653
|
| 179 |
+
},
|
| 180 |
+
"boolq": {
|
| 181 |
+
"n": 300,
|
| 182 |
+
"acc": 0.8766666666666667,
|
| 183 |
+
"nll": 0.33278360864483053,
|
| 184 |
+
"brier": 0.19905847383131203,
|
| 185 |
+
"ece": 0.048838321963946066,
|
| 186 |
+
"mean_conf": 0.8610335459311803,
|
| 187 |
+
"cov@0.5": 1.0,
|
| 188 |
+
"acc@0.5": 0.8766666666666667,
|
| 189 |
+
"cov@0.7": 0.8866666666666667,
|
| 190 |
+
"acc@0.7": 0.9060150375939849,
|
| 191 |
+
"cov@0.9": 0.4666666666666667,
|
| 192 |
+
"acc@0.9": 0.9642857142857143
|
| 193 |
+
},
|
| 194 |
+
"commonsense_qa": {
|
| 195 |
+
"n": 300,
|
| 196 |
+
"acc": 0.7866666666666666,
|
| 197 |
+
"nll": 0.5812667453454432,
|
| 198 |
+
"brier": 0.2960317921716136,
|
| 199 |
+
"ece": 0.05657371540864312,
|
| 200 |
+
"mean_conf": 0.7944276158014933,
|
| 201 |
+
"cov@0.5": 0.8933333333333333,
|
| 202 |
+
"acc@0.5": 0.832089552238806,
|
| 203 |
+
"cov@0.7": 0.7,
|
| 204 |
+
"acc@0.7": 0.9047619047619048,
|
| 205 |
+
"cov@0.9": 0.42333333333333334,
|
| 206 |
+
"acc@0.9": 0.952755905511811
|
| 207 |
+
},
|
| 208 |
+
"copa": {
|
| 209 |
+
"n": 200,
|
| 210 |
+
"acc": 0.93,
|
| 211 |
+
"nll": 0.17489093500636219,
|
| 212 |
+
"brier": 0.10265215895968784,
|
| 213 |
+
"ece": 0.03722041517496112,
|
| 214 |
+
"mean_conf": 0.8977384361624717,
|
| 215 |
+
"cov@0.5": 1.0,
|
| 216 |
+
"acc@0.5": 0.93,
|
| 217 |
+
"cov@0.7": 0.9,
|
| 218 |
+
"acc@0.7": 0.9611111111111111,
|
| 219 |
+
"cov@0.9": 0.69,
|
| 220 |
+
"acc@0.9": 1.0
|
| 221 |
+
},
|
| 222 |
+
"dbpedia": {
|
| 223 |
+
"n": 300,
|
| 224 |
+
"acc": 0.97,
|
| 225 |
+
"nll": 0.12029726431718998,
|
| 226 |
+
"brier": 0.0467073057529959,
|
| 227 |
+
"ece": 0.011912721196810366,
|
| 228 |
+
"mean_conf": 0.9797261367241542,
|
| 229 |
+
"cov@0.5": 1.0,
|
| 230 |
+
"acc@0.5": 0.97,
|
| 231 |
+
"cov@0.7": 0.9866666666666667,
|
| 232 |
+
"acc@0.7": 0.9797297297297297,
|
| 233 |
+
"cov@0.9": 0.9766666666666667,
|
| 234 |
+
"acc@0.9": 0.9829351535836177
|
| 235 |
+
},
|
| 236 |
+
"emotion": {
|
| 237 |
+
"n": 300,
|
| 238 |
+
"acc": 0.7766666666666666,
|
| 239 |
+
"nll": 0.6417595775959655,
|
| 240 |
+
"brier": 0.31279347659514983,
|
| 241 |
+
"ece": 0.07161758591731388,
|
| 242 |
+
"mean_conf": 0.8046423467993736,
|
| 243 |
+
"cov@0.5": 0.92,
|
| 244 |
+
"acc@0.5": 0.8043478260869565,
|
| 245 |
+
"cov@0.7": 0.7233333333333334,
|
| 246 |
+
"acc@0.7": 0.9032258064516129,
|
| 247 |
+
"cov@0.9": 0.4266666666666667,
|
| 248 |
+
"acc@0.9": 0.9609375
|
| 249 |
+
},
|
| 250 |
+
"facts": {
|
| 251 |
+
"n": 54,
|
| 252 |
+
"acc": 0.9629629629629629,
|
| 253 |
+
"nll": 0.10233185567308967,
|
| 254 |
+
"brier": 0.0580309563229181,
|
| 255 |
+
"ece": 0.03901768503365692,
|
| 256 |
+
"mean_conf": 0.985795874286581,
|
| 257 |
+
"cov@0.5": 1.0,
|
| 258 |
+
"acc@0.5": 0.9629629629629629,
|
| 259 |
+
"cov@0.7": 1.0,
|
| 260 |
+
"acc@0.7": 0.9629629629629629,
|
| 261 |
+
"cov@0.9": 0.9444444444444444,
|
| 262 |
+
"acc@0.9": 1.0
|
| 263 |
+
},
|
| 264 |
+
"fits": {
|
| 265 |
+
"n": 214,
|
| 266 |
+
"acc": 0.8598130841121495,
|
| 267 |
+
"nll": 0.4789074549575723,
|
| 268 |
+
"brier": 0.09971697154134483,
|
| 269 |
+
"ece": 0.08341867177285883,
|
| 270 |
+
"mean_conf": 0.818978947456752,
|
| 271 |
+
"cov@0.5": 1.0,
|
| 272 |
+
"acc@0.5": 0.8598130841121495,
|
| 273 |
+
"cov@0.7": 0.8037383177570093,
|
| 274 |
+
"acc@0.7": 0.936046511627907,
|
| 275 |
+
"cov@0.9": 0.3317757009345794,
|
| 276 |
+
"acc@0.9": 1.0
|
| 277 |
+
},
|
| 278 |
+
"imdb": {
|
| 279 |
+
"n": 300,
|
| 280 |
+
"acc": 0.95,
|
| 281 |
+
"nll": 0.1449115194526972,
|
| 282 |
+
"brier": 0.07315853850730186,
|
| 283 |
+
"ece": 0.028431474765141816,
|
| 284 |
+
"mean_conf": 0.9752282838026682,
|
| 285 |
+
"cov@0.5": 1.0,
|
| 286 |
+
"acc@0.5": 0.95,
|
| 287 |
+
"cov@0.7": 0.9833333333333333,
|
| 288 |
+
"acc@0.7": 0.9627118644067797,
|
| 289 |
+
"cov@0.9": 0.95,
|
| 290 |
+
"acc@0.9": 0.9754385964912281
|
| 291 |
+
},
|
| 292 |
+
"jailbreak": {
|
| 293 |
+
"n": 200,
|
| 294 |
+
"acc": 0.98,
|
| 295 |
+
"nll": 0.07703215111456595,
|
| 296 |
+
"brier": 0.03552832502947578,
|
| 297 |
+
"ece": 0.014975480735301977,
|
| 298 |
+
"mean_conf": 0.972049820125103,
|
| 299 |
+
"cov@0.5": 1.0,
|
| 300 |
+
"acc@0.5": 0.98,
|
| 301 |
+
"cov@0.7": 0.995,
|
| 302 |
+
"acc@0.7": 0.9798994974874372,
|
| 303 |
+
"cov@0.9": 0.965,
|
| 304 |
+
"acc@0.9": 0.9896373056994818
|
| 305 |
+
},
|
| 306 |
+
"mnli": {
|
| 307 |
+
"n": 300,
|
| 308 |
+
"acc": 0.8466666666666667,
|
| 309 |
+
"nll": 0.44322894987837685,
|
| 310 |
+
"brier": 0.24040505319501904,
|
| 311 |
+
"ece": 0.05213867117961251,
|
| 312 |
+
"mean_conf": 0.8880125307043394,
|
| 313 |
+
"cov@0.5": 0.9933333333333333,
|
| 314 |
+
"acc@0.5": 0.8489932885906041,
|
| 315 |
+
"cov@0.7": 0.9,
|
| 316 |
+
"acc@0.7": 0.8814814814814815,
|
| 317 |
+
"cov@0.9": 0.64,
|
| 318 |
+
"acc@0.9": 0.9427083333333334
|
| 319 |
+
},
|
| 320 |
+
"mrpc": {
|
| 321 |
+
"n": 200,
|
| 322 |
+
"acc": 0.83,
|
| 323 |
+
"nll": 0.3825738710855869,
|
| 324 |
+
"brier": 0.2414001594036636,
|
| 325 |
+
"ece": 0.0455596360564232,
|
| 326 |
+
"mean_conf": 0.8177212104201317,
|
| 327 |
+
"cov@0.5": 1.0,
|
| 328 |
+
"acc@0.5": 0.83,
|
| 329 |
+
"cov@0.7": 0.745,
|
| 330 |
+
"acc@0.7": 0.9060402684563759,
|
| 331 |
+
"cov@0.9": 0.415,
|
| 332 |
+
"acc@0.9": 0.9518072289156626
|
| 333 |
+
},
|
| 334 |
+
"openbookqa": {
|
| 335 |
+
"n": 300,
|
| 336 |
+
"acc": 0.8166666666666667,
|
| 337 |
+
"nll": 0.4884890429825752,
|
| 338 |
+
"brier": 0.26006302091594946,
|
| 339 |
+
"ece": 0.06033645391464233,
|
| 340 |
+
"mean_conf": 0.8382209448019663,
|
| 341 |
+
"cov@0.5": 0.9266666666666666,
|
| 342 |
+
"acc@0.5": 0.8525179856115108,
|
| 343 |
+
"cov@0.7": 0.7966666666666666,
|
| 344 |
+
"acc@0.7": 0.899581589958159,
|
| 345 |
+
"cov@0.9": 0.52,
|
| 346 |
+
"acc@0.9": 0.9743589743589743
|
| 347 |
+
},
|
| 348 |
+
"paws": {
|
| 349 |
+
"n": 300,
|
| 350 |
+
"acc": 0.93,
|
| 351 |
+
"nll": 0.2171823905014709,
|
| 352 |
+
"brier": 0.11854569746905995,
|
| 353 |
+
"ece": 0.028286268909772223,
|
| 354 |
+
"mean_conf": 0.9089529289801915,
|
| 355 |
+
"cov@0.5": 1.0,
|
| 356 |
+
"acc@0.5": 0.93,
|
| 357 |
+
"cov@0.7": 0.9166666666666666,
|
| 358 |
+
"acc@0.7": 0.9490909090909091,
|
| 359 |
+
"cov@0.9": 0.7366666666666667,
|
| 360 |
+
"acc@0.9": 0.9638009049773756
|
| 361 |
+
},
|
| 362 |
+
"qnli": {
|
| 363 |
+
"n": 300,
|
| 364 |
+
"acc": 0.88,
|
| 365 |
+
"nll": 0.29461164414824,
|
| 366 |
+
"brier": 0.1746824483593742,
|
| 367 |
+
"ece": 0.03399742662906641,
|
| 368 |
+
"mean_conf": 0.9018590325117111,
|
| 369 |
+
"cov@0.5": 1.0,
|
| 370 |
+
"acc@0.5": 0.88,
|
| 371 |
+
"cov@0.7": 0.92,
|
| 372 |
+
"acc@0.7": 0.9166666666666666,
|
| 373 |
+
"cov@0.9": 0.6933333333333334,
|
| 374 |
+
"acc@0.9": 0.9423076923076923
|
| 375 |
+
},
|
| 376 |
+
"read": {
|
| 377 |
+
"n": 300,
|
| 378 |
+
"acc": 1.0,
|
| 379 |
+
"nll": 0.013479419595217349,
|
| 380 |
+
"brier": 0.0006464961621803141,
|
| 381 |
+
"ece": 0.01327262739340459,
|
| 382 |
+
"mean_conf": 0.9867273726065954,
|
| 383 |
+
"cov@0.5": 1.0,
|
| 384 |
+
"acc@0.5": 1.0,
|
| 385 |
+
"cov@0.7": 1.0,
|
| 386 |
+
"acc@0.7": 1.0,
|
| 387 |
+
"cov@0.9": 0.9966666666666667,
|
| 388 |
+
"acc@0.9": 1.0
|
| 389 |
+
},
|
| 390 |
+
"rte": {
|
| 391 |
+
"n": 200,
|
| 392 |
+
"acc": 0.875,
|
| 393 |
+
"nll": 0.2619901953560894,
|
| 394 |
+
"brier": 0.1655817686780098,
|
| 395 |
+
"ece": 0.07393659174442292,
|
| 396 |
+
"mean_conf": 0.8983567506074905,
|
| 397 |
+
"cov@0.5": 1.0,
|
| 398 |
+
"acc@0.5": 0.875,
|
| 399 |
+
"cov@0.7": 0.915,
|
| 400 |
+
"acc@0.7": 0.912568306010929,
|
| 401 |
+
"cov@0.9": 0.69,
|
| 402 |
+
"acc@0.9": 0.9855072463768116
|
| 403 |
+
},
|
| 404 |
+
"sciq": {
|
| 405 |
+
"n": 300,
|
| 406 |
+
"acc": 0.9833333333333333,
|
| 407 |
+
"nll": 0.0542967460035165,
|
| 408 |
+
"brier": 0.02836314450778487,
|
| 409 |
+
"ece": 0.013889081676801088,
|
| 410 |
+
"mean_conf": 0.9804451249043147,
|
| 411 |
+
"cov@0.5": 0.9966666666666667,
|
| 412 |
+
"acc@0.5": 0.9866220735785953,
|
| 413 |
+
"cov@0.7": 0.99,
|
| 414 |
+
"acc@0.7": 0.9865319865319865,
|
| 415 |
+
"cov@0.9": 0.95,
|
| 416 |
+
"acc@0.9": 0.9929824561403509
|
| 417 |
+
},
|
| 418 |
+
"sst2": {
|
| 419 |
+
"n": 300,
|
| 420 |
+
"acc": 0.94,
|
| 421 |
+
"nll": 0.15217635479920968,
|
| 422 |
+
"brier": 0.08669829778686115,
|
| 423 |
+
"ece": 0.02306454201539363,
|
| 424 |
+
"mean_conf": 0.9453726333379745,
|
| 425 |
+
"cov@0.5": 1.0,
|
| 426 |
+
"acc@0.5": 0.94,
|
| 427 |
+
"cov@0.7": 0.9633333333333334,
|
| 428 |
+
"acc@0.7": 0.9584775086505191,
|
| 429 |
+
"cov@0.9": 0.82,
|
| 430 |
+
"acc@0.9": 0.991869918699187
|
| 431 |
+
},
|
| 432 |
+
"swag": {
|
| 433 |
+
"n": 300,
|
| 434 |
+
"acc": 0.7666666666666667,
|
| 435 |
+
"nll": 0.7234309196216375,
|
| 436 |
+
"brier": 0.3695786167661231,
|
| 437 |
+
"ece": 0.06823263516028721,
|
| 438 |
+
"mean_conf": 0.7794082881013552,
|
| 439 |
+
"cov@0.5": 0.91,
|
| 440 |
+
"acc@0.5": 0.7875457875457875,
|
| 441 |
+
"cov@0.7": 0.69,
|
| 442 |
+
"acc@0.7": 0.8405797101449275,
|
| 443 |
+
"cov@0.9": 0.3333333333333333,
|
| 444 |
+
"acc@0.9": 0.9
|
| 445 |
+
},
|
| 446 |
+
"tweet_emoji": {
|
| 447 |
+
"n": 300,
|
| 448 |
+
"acc": 0.24333333333333335,
|
| 449 |
+
"nll": 2.5063694445877984,
|
| 450 |
+
"brier": 0.83829218239292,
|
| 451 |
+
"ece": 0.08510932529966037,
|
| 452 |
+
"mean_conf": 0.2803319871922334,
|
| 453 |
+
"cov@0.5": 0.12,
|
| 454 |
+
"acc@0.5": 0.8055555555555556,
|
| 455 |
+
"cov@0.7": 0.07666666666666666,
|
| 456 |
+
"acc@0.7": 0.9130434782608695,
|
| 457 |
+
"cov@0.9": 0.0033333333333333335,
|
| 458 |
+
"acc@0.9": 1.0
|
| 459 |
+
},
|
| 460 |
+
"tweet_hate": {
|
| 461 |
+
"n": 300,
|
| 462 |
+
"acc": 0.7166666666666667,
|
| 463 |
+
"nll": 0.5309249597827629,
|
| 464 |
+
"brier": 0.36006795343339115,
|
| 465 |
+
"ece": 0.09840704739093784,
|
| 466 |
+
"mean_conf": 0.8124431739250819,
|
| 467 |
+
"cov@0.5": 1.0,
|
| 468 |
+
"acc@0.5": 0.7166666666666667,
|
| 469 |
+
"cov@0.7": 0.7866666666666666,
|
| 470 |
+
"acc@0.7": 0.7966101694915254,
|
| 471 |
+
"cov@0.9": 0.32666666666666666,
|
| 472 |
+
"acc@0.9": 0.9285714285714286
|
| 473 |
+
},
|
| 474 |
+
"tweet_irony": {
|
| 475 |
+
"n": 300,
|
| 476 |
+
"acc": 0.71,
|
| 477 |
+
"nll": 0.5534378644031082,
|
| 478 |
+
"brier": 0.37644439644653505,
|
| 479 |
+
"ece": 0.03676844378312428,
|
| 480 |
+
"mean_conf": 0.7351771769920985,
|
| 481 |
+
"cov@0.5": 1.0,
|
| 482 |
+
"acc@0.5": 0.71,
|
| 483 |
+
"cov@0.7": 0.5866666666666667,
|
| 484 |
+
"acc@0.7": 0.8068181818181818,
|
| 485 |
+
"cov@0.9": 0.12333333333333334,
|
| 486 |
+
"acc@0.9": 0.972972972972973
|
| 487 |
+
},
|
| 488 |
+
"tweet_offensive": {
|
| 489 |
+
"n": 300,
|
| 490 |
+
"acc": 0.7866666666666666,
|
| 491 |
+
"nll": 0.47620018437820133,
|
| 492 |
+
"brier": 0.3128923872633037,
|
| 493 |
+
"ece": 0.05815195361773175,
|
| 494 |
+
"mean_conf": 0.8035398570696513,
|
| 495 |
+
"cov@0.5": 1.0,
|
| 496 |
+
"acc@0.5": 0.7866666666666666,
|
| 497 |
+
"cov@0.7": 0.76,
|
| 498 |
+
"acc@0.7": 0.8421052631578947,
|
| 499 |
+
"cov@0.9": 0.3333333333333333,
|
| 500 |
+
"acc@0.9": 0.93
|
| 501 |
+
},
|
| 502 |
+
"tweet_sentiment": {
|
| 503 |
+
"n": 300,
|
| 504 |
+
"acc": 0.7266666666666667,
|
| 505 |
+
"nll": 0.6050564579947201,
|
| 506 |
+
"brier": 0.36215817406899686,
|
| 507 |
+
"ece": 0.07843278278907143,
|
| 508 |
+
"mean_conf": 0.7284325797359149,
|
| 509 |
+
"score_mae": 0.3644068883561219,
|
| 510 |
+
"cov@0.5": 0.96,
|
| 511 |
+
"acc@0.5": 0.7291666666666666,
|
| 512 |
+
"cov@0.7": 0.5333333333333333,
|
| 513 |
+
"acc@0.7": 0.875,
|
| 514 |
+
"cov@0.9": 0.16666666666666666,
|
| 515 |
+
"acc@0.9": 0.92
|
| 516 |
+
},
|
| 517 |
+
"yahoo": {
|
| 518 |
+
"n": 300,
|
| 519 |
+
"acc": 0.7166666666666667,
|
| 520 |
+
"nll": 0.8738976731967112,
|
| 521 |
+
"brier": 0.3950192633049044,
|
| 522 |
+
"ece": 0.092816769828399,
|
| 523 |
+
"mean_conf": 0.8022240548829238,
|
| 524 |
+
"cov@0.5": 0.9133333333333333,
|
| 525 |
+
"acc@0.5": 0.7627737226277372,
|
| 526 |
+
"cov@0.7": 0.7466666666666667,
|
| 527 |
+
"acc@0.7": 0.8348214285714286,
|
| 528 |
+
"cov@0.9": 0.4166666666666667,
|
| 529 |
+
"acc@0.9": 0.92
|
| 530 |
+
},
|
| 531 |
+
"yelp": {
|
| 532 |
+
"n": 300,
|
| 533 |
+
"acc": 0.71,
|
| 534 |
+
"nll": 0.731893961859198,
|
| 535 |
+
"brier": 0.42142868253511284,
|
| 536 |
+
"ece": 0.09561944127082822,
|
| 537 |
+
"mean_conf": 0.7473884936173757,
|
| 538 |
+
"score_mae": 0.3743417001541093,
|
| 539 |
+
"cov@0.5": 0.9533333333333334,
|
| 540 |
+
"acc@0.5": 0.7237762237762237,
|
| 541 |
+
"cov@0.7": 0.6266666666666667,
|
| 542 |
+
"acc@0.7": 0.7712765957446809,
|
| 543 |
+
"cov@0.9": 0.19,
|
| 544 |
+
"acc@0.9": 0.9649122807017544
|
| 545 |
+
},
|
| 546 |
+
"anli": {
|
| 547 |
+
"n": 300,
|
| 548 |
+
"acc": 0.5366666666666666,
|
| 549 |
+
"nll": 1.1646257930212216,
|
| 550 |
+
"brier": 0.675594648318733,
|
| 551 |
+
"ece": 0.223523634771506,
|
| 552 |
+
"mean_conf": 0.7592115387320518,
|
| 553 |
+
"cov@0.5": 0.9433333333333334,
|
| 554 |
+
"acc@0.5": 0.5547703180212014,
|
| 555 |
+
"cov@0.7": 0.65,
|
| 556 |
+
"acc@0.7": 0.558974358974359,
|
| 557 |
+
"cov@0.9": 0.23,
|
| 558 |
+
"acc@0.9": 0.5507246376811594
|
| 559 |
+
},
|
| 560 |
+
"winogrande": {
|
| 561 |
+
"n": 300,
|
| 562 |
+
"acc": 0.7966666666666666,
|
| 563 |
+
"nll": 0.46445836318766226,
|
| 564 |
+
"brier": 0.3013142673360519,
|
| 565 |
+
"ece": 0.07452347179253899,
|
| 566 |
+
"mean_conf": 0.8619708905617396,
|
| 567 |
+
"cov@0.5": 1.0,
|
| 568 |
+
"acc@0.5": 0.7966666666666666,
|
| 569 |
+
"cov@0.7": 0.87,
|
| 570 |
+
"acc@0.7": 0.8275862068965517,
|
| 571 |
+
"cov@0.9": 0.55,
|
| 572 |
+
"acc@0.9": 0.9030303030303031
|
| 573 |
+
},
|
| 574 |
+
"hellaswag": {
|
| 575 |
+
"n": 300,
|
| 576 |
+
"acc": 0.8566666666666667,
|
| 577 |
+
"nll": 0.3762581950318828,
|
| 578 |
+
"brier": 0.19513976820616458,
|
| 579 |
+
"ece": 0.05684188375870386,
|
| 580 |
+
"mean_conf": 0.8465098922451337,
|
| 581 |
+
"cov@0.5": 0.9366666666666666,
|
| 582 |
+
"acc@0.5": 0.9074733096085409,
|
| 583 |
+
"cov@0.7": 0.7833333333333333,
|
| 584 |
+
"acc@0.7": 0.9446808510638298,
|
| 585 |
+
"cov@0.9": 0.5533333333333333,
|
| 586 |
+
"acc@0.9": 0.9819277108433735
|
| 587 |
+
},
|
| 588 |
+
"race": {
|
| 589 |
+
"n": 300,
|
| 590 |
+
"acc": 0.7933333333333333,
|
| 591 |
+
"nll": 0.5311142158904583,
|
| 592 |
+
"brier": 0.2739426106933522,
|
| 593 |
+
"ece": 0.0815848172704379,
|
| 594 |
+
"mean_conf": 0.8720341417193412,
|
| 595 |
+
"cov@0.5": 0.93,
|
| 596 |
+
"acc@0.5": 0.8422939068100358,
|
| 597 |
+
"cov@0.7": 0.8466666666666667,
|
| 598 |
+
"acc@0.7": 0.8818897637795275,
|
| 599 |
+
"cov@0.9": 0.6566666666666666,
|
| 600 |
+
"acc@0.9": 0.934010152284264
|
| 601 |
+
},
|
| 602 |
+
"scitail": {
|
| 603 |
+
"n": 300,
|
| 604 |
+
"acc": 0.97,
|
| 605 |
+
"nll": 0.1026227491797548,
|
| 606 |
+
"brier": 0.05202258655692825,
|
| 607 |
+
"ece": 0.028236998518308055,
|
| 608 |
+
"mean_conf": 0.950906420747439,
|
| 609 |
+
"cov@0.5": 1.0,
|
| 610 |
+
"acc@0.5": 0.97,
|
| 611 |
+
"cov@0.7": 0.9833333333333333,
|
| 612 |
+
"acc@0.7": 0.9728813559322034,
|
| 613 |
+
"cov@0.9": 0.8466666666666667,
|
| 614 |
+
"acc@0.9": 0.9921259842519685
|
| 615 |
+
},
|
| 616 |
+
"qqp": {
|
| 617 |
+
"n": 300,
|
| 618 |
+
"acc": 0.88,
|
| 619 |
+
"nll": 0.2769447782152307,
|
| 620 |
+
"brier": 0.17137568112639565,
|
| 621 |
+
"ece": 0.045283984939257296,
|
| 622 |
+
"mean_conf": 0.8734472642342249,
|
| 623 |
+
"cov@0.5": 1.0,
|
| 624 |
+
"acc@0.5": 0.88,
|
| 625 |
+
"cov@0.7": 0.8533333333333334,
|
| 626 |
+
"acc@0.7": 0.93359375,
|
| 627 |
+
"cov@0.9": 0.5766666666666667,
|
| 628 |
+
"acc@0.9": 0.9710982658959537
|
| 629 |
+
},
|
| 630 |
+
"stsb": {
|
| 631 |
+
"n": 287,
|
| 632 |
+
"acc": 0.6167247386759582,
|
| 633 |
+
"nll": 1.0364299467274243,
|
| 634 |
+
"brier": 0.2999134000942182,
|
| 635 |
+
"ece": 0.07439108956150894,
|
| 636 |
+
"mean_conf": 0.5469927265461314,
|
| 637 |
+
"score_mae": 0.5417481492766754,
|
| 638 |
+
"cov@0.5": 0.6306620209059234,
|
| 639 |
+
"acc@0.5": 0.6850828729281768,
|
| 640 |
+
"cov@0.7": 0.09407665505226481,
|
| 641 |
+
"acc@0.7": 0.8518518518518519,
|
| 642 |
+
"cov@0.9": 0.0,
|
| 643 |
+
"acc@0.9": NaN
|
| 644 |
+
},
|
| 645 |
+
"toxic": {
|
| 646 |
+
"n": 300,
|
| 647 |
+
"acc": 0.84,
|
| 648 |
+
"nll": 0.34017511751074586,
|
| 649 |
+
"brier": 0.21106674918538404,
|
| 650 |
+
"ece": 0.04502722958723705,
|
| 651 |
+
"mean_conf": 0.8586645072698593,
|
| 652 |
+
"cov@0.5": 1.0,
|
| 653 |
+
"acc@0.5": 0.84,
|
| 654 |
+
"cov@0.7": 0.88,
|
| 655 |
+
"acc@0.7": 0.8977272727272727,
|
| 656 |
+
"cov@0.9": 0.52,
|
| 657 |
+
"acc@0.9": 0.9615384615384616
|
| 658 |
+
},
|
| 659 |
+
"stance_abortion": {
|
| 660 |
+
"n": 66,
|
| 661 |
+
"acc": 0.8636363636363636,
|
| 662 |
+
"nll": 0.44344493585724276,
|
| 663 |
+
"brier": 0.23815874340787538,
|
| 664 |
+
"ece": 0.16279316354881634,
|
| 665 |
+
"mean_conf": 0.7459786872972142,
|
| 666 |
+
"cov@0.5": 0.8636363636363636,
|
| 667 |
+
"acc@0.5": 0.8947368421052632,
|
| 668 |
+
"cov@0.7": 0.5909090909090909,
|
| 669 |
+
"acc@0.7": 0.9230769230769231,
|
| 670 |
+
"cov@0.9": 0.22727272727272727,
|
| 671 |
+
"acc@0.9": 1.0
|
| 672 |
+
},
|
| 673 |
+
"stance_atheism": {
|
| 674 |
+
"n": 52,
|
| 675 |
+
"acc": 0.7115384615384616,
|
| 676 |
+
"nll": 0.6112422593374254,
|
| 677 |
+
"brier": 0.37005177211571516,
|
| 678 |
+
"ece": 0.12039663585332726,
|
| 679 |
+
"mean_conf": 0.7864993226069671,
|
| 680 |
+
"cov@0.5": 0.9423076923076923,
|
| 681 |
+
"acc@0.5": 0.7346938775510204,
|
| 682 |
+
"cov@0.7": 0.6538461538461539,
|
| 683 |
+
"acc@0.7": 0.8235294117647058,
|
| 684 |
+
"cov@0.9": 0.3269230769230769,
|
| 685 |
+
"acc@0.9": 1.0
|
| 686 |
+
},
|
| 687 |
+
"stance_feminist": {
|
| 688 |
+
"n": 67,
|
| 689 |
+
"acc": 0.7313432835820896,
|
| 690 |
+
"nll": 0.7303124558726009,
|
| 691 |
+
"brier": 0.4342147904610734,
|
| 692 |
+
"ece": 0.1691147155726134,
|
| 693 |
+
"mean_conf": 0.7381730840277316,
|
| 694 |
+
"cov@0.5": 0.9402985074626866,
|
| 695 |
+
"acc@0.5": 0.746031746031746,
|
| 696 |
+
"cov@0.7": 0.5522388059701493,
|
| 697 |
+
"acc@0.7": 0.7027027027027027,
|
| 698 |
+
"cov@0.9": 0.19402985074626866,
|
| 699 |
+
"acc@0.9": 0.8461538461538461
|
| 700 |
+
},
|
| 701 |
+
"stance_hillary": {
|
| 702 |
+
"n": 69,
|
| 703 |
+
"acc": 0.7246376811594203,
|
| 704 |
+
"nll": 0.6620274924672167,
|
| 705 |
+
"brier": 0.3935280964850548,
|
| 706 |
+
"ece": 0.09731849552928537,
|
| 707 |
+
"mean_conf": 0.7686952758526456,
|
| 708 |
+
"cov@0.5": 0.9565217391304348,
|
| 709 |
+
"acc@0.5": 0.7424242424242424,
|
| 710 |
+
"cov@0.7": 0.6666666666666666,
|
| 711 |
+
"acc@0.7": 0.8043478260869565,
|
| 712 |
+
"cov@0.9": 0.18840579710144928,
|
| 713 |
+
"acc@0.9": 0.7692307692307693
|
| 714 |
+
},
|
| 715 |
+
"match": {
|
| 716 |
+
"n": 300,
|
| 717 |
+
"acc": 0.99,
|
| 718 |
+
"nll": 0.03724694484885282,
|
| 719 |
+
"brier": 0.016051036461267973,
|
| 720 |
+
"ece": 0.009268070856730138,
|
| 721 |
+
"mean_conf": 0.9877331558863321,
|
| 722 |
+
"cov@0.5": 0.9966666666666667,
|
| 723 |
+
"acc@0.5": 0.9933110367892977,
|
| 724 |
+
"cov@0.7": 0.9966666666666667,
|
| 725 |
+
"acc@0.7": 0.9933110367892977,
|
| 726 |
+
"cov@0.9": 0.99,
|
| 727 |
+
"acc@0.9": 0.9932659932659933
|
| 728 |
+
},
|
| 729 |
+
"reason": {
|
| 730 |
+
"n": 300,
|
| 731 |
+
"acc": 0.9466666666666667,
|
| 732 |
+
"nll": 0.17577242359452994,
|
| 733 |
+
"brier": 0.09125921721706085,
|
| 734 |
+
"ece": 0.04738917231559757,
|
| 735 |
+
"mean_conf": 0.9024230941136678,
|
| 736 |
+
"cov@0.5": 0.9833333333333333,
|
| 737 |
+
"acc@0.5": 0.9559322033898305,
|
| 738 |
+
"cov@0.7": 0.88,
|
| 739 |
+
"acc@0.7": 0.9772727272727273,
|
| 740 |
+
"cov@0.9": 0.7733333333333333,
|
| 741 |
+
"acc@0.9": 0.9913793103448276
|
| 742 |
+
},
|
| 743 |
+
"formality": {
|
| 744 |
+
"n": 300,
|
| 745 |
+
"acc": 0.6066666666666667,
|
| 746 |
+
"nll": 0.9962800608084179,
|
| 747 |
+
"brier": 0.25308033830347887,
|
| 748 |
+
"ece": 0.07329747378826143,
|
| 749 |
+
"mean_conf": 0.5359433833758036,
|
| 750 |
+
"score_mae": 0.47120167226336584,
|
| 751 |
+
"cov@0.5": 0.6866666666666666,
|
| 752 |
+
"acc@0.5": 0.6699029126213593,
|
| 753 |
+
"cov@0.7": 0.0033333333333333335,
|
| 754 |
+
"acc@0.7": 1.0,
|
| 755 |
+
"cov@0.9": 0.0,
|
| 756 |
+
"acc@0.9": NaN
|
| 757 |
+
},
|
| 758 |
+
"politeness": {
|
| 759 |
+
"n": 300,
|
| 760 |
+
"acc": 0.8633333333333333,
|
| 761 |
+
"nll": 0.3753622173094621,
|
| 762 |
+
"brier": 0.18929635618156296,
|
| 763 |
+
"ece": 0.026931450863679252,
|
| 764 |
+
"mean_conf": 0.8615820496280988,
|
| 765 |
+
"score_mae": 0.21370556724568207,
|
| 766 |
+
"cov@0.5": 0.9633333333333334,
|
| 767 |
+
"acc@0.5": 0.8858131487889274,
|
| 768 |
+
"cov@0.7": 0.8266666666666667,
|
| 769 |
+
"acc@0.7": 0.9435483870967742,
|
| 770 |
+
"cov@0.9": 0.5766666666666667,
|
| 771 |
+
"acc@0.9": 0.9826589595375722
|
| 772 |
+
},
|
| 773 |
+
"strategyqa": {
|
| 774 |
+
"n": 200,
|
| 775 |
+
"acc": 0.67,
|
| 776 |
+
"nll": 0.5862248309774405,
|
| 777 |
+
"brier": 0.40554963519042464,
|
| 778 |
+
"ece": 0.05940887540578843,
|
| 779 |
+
"mean_conf": 0.6801840284466744,
|
| 780 |
+
"cov@0.5": 1.0,
|
| 781 |
+
"acc@0.5": 0.67,
|
| 782 |
+
"cov@0.7": 0.385,
|
| 783 |
+
"acc@0.7": 0.8051948051948052,
|
| 784 |
+
"cov@0.9": 0.07,
|
| 785 |
+
"acc@0.9": 1.0
|
| 786 |
+
},
|
| 787 |
+
"vitaminc": {
|
| 788 |
+
"n": 300,
|
| 789 |
+
"acc": 0.82,
|
| 790 |
+
"nll": 0.5214132864032636,
|
| 791 |
+
"brier": 0.2848927857191196,
|
| 792 |
+
"ece": 0.03640172024567924,
|
| 793 |
+
"mean_conf": 0.8344497634967168,
|
| 794 |
+
"cov@0.5": 0.9666666666666667,
|
| 795 |
+
"acc@0.5": 0.8275862068965517,
|
| 796 |
+
"cov@0.7": 0.83,
|
| 797 |
+
"acc@0.7": 0.8634538152610441,
|
| 798 |
+
"cov@0.9": 0.4533333333333333,
|
| 799 |
+
"acc@0.9": 0.9338235294117647
|
| 800 |
+
},
|
| 801 |
+
"ruletaker": {
|
| 802 |
+
"n": 300,
|
| 803 |
+
"acc": 0.8066666666666666,
|
| 804 |
+
"nll": 0.3848169850830573,
|
| 805 |
+
"brier": 0.25008683944182986,
|
| 806 |
+
"ece": 0.030118134220441215,
|
| 807 |
+
"mean_conf": 0.812346151471138,
|
| 808 |
+
"cov@0.5": 1.0,
|
| 809 |
+
"acc@0.5": 0.8066666666666666,
|
| 810 |
+
"cov@0.7": 0.7133333333333334,
|
| 811 |
+
"acc@0.7": 0.9018691588785047,
|
| 812 |
+
"cov@0.9": 0.43666666666666665,
|
| 813 |
+
"acc@0.9": 0.9618320610687023
|
| 814 |
+
},
|
| 815 |
+
"proofwriter": {
|
| 816 |
+
"n": 300,
|
| 817 |
+
"acc": 0.7933333333333333,
|
| 818 |
+
"nll": 0.4490651794863921,
|
| 819 |
+
"brier": 0.2722325912094693,
|
| 820 |
+
"ece": 0.06963174422581991,
|
| 821 |
+
"mean_conf": 0.8091626433531444,
|
| 822 |
+
"cov@0.5": 0.98,
|
| 823 |
+
"acc@0.5": 0.7993197278911565,
|
| 824 |
+
"cov@0.7": 0.7633333333333333,
|
| 825 |
+
"acc@0.7": 0.8777292576419214,
|
| 826 |
+
"cov@0.9": 0.37333333333333335,
|
| 827 |
+
"acc@0.9": 0.9910714285714286
|
| 828 |
+
},
|
| 829 |
+
"folio": {
|
| 830 |
+
"n": 200,
|
| 831 |
+
"acc": 0.625,
|
| 832 |
+
"nll": 0.7944451580787752,
|
| 833 |
+
"brier": 0.4657608423671937,
|
| 834 |
+
"ece": 0.11621890529990193,
|
| 835 |
+
"mean_conf": 0.6586561058461666,
|
| 836 |
+
"cov@0.5": 0.835,
|
| 837 |
+
"acc@0.5": 0.688622754491018,
|
| 838 |
+
"cov@0.7": 0.375,
|
| 839 |
+
"acc@0.7": 0.8533333333333334,
|
| 840 |
+
"cov@0.9": 0.06,
|
| 841 |
+
"acc@0.9": 0.75
|
| 842 |
+
},
|
| 843 |
+
"logiqa": {
|
| 844 |
+
"n": 300,
|
| 845 |
+
"acc": 0.5833333333333334,
|
| 846 |
+
"nll": 0.6570202462503513,
|
| 847 |
+
"brier": 0.46499107764281516,
|
| 848 |
+
"ece": 0.061852243741353355,
|
| 849 |
+
"mean_conf": 0.6316624116897583,
|
| 850 |
+
"cov@0.5": 1.0,
|
| 851 |
+
"acc@0.5": 0.5833333333333334,
|
| 852 |
+
"cov@0.7": 0.23666666666666666,
|
| 853 |
+
"acc@0.7": 0.7323943661971831,
|
| 854 |
+
"cov@0.9": 0.013333333333333334,
|
| 855 |
+
"acc@0.9": 0.75
|
| 856 |
+
},
|
| 857 |
+
"tracie": {
|
| 858 |
+
"n": 200,
|
| 859 |
+
"acc": 0.77,
|
| 860 |
+
"nll": 0.5158300579084877,
|
| 861 |
+
"brier": 0.3394760687221474,
|
| 862 |
+
"ece": 0.07212192535400391,
|
| 863 |
+
"mean_conf": 0.70532983481884,
|
| 864 |
+
"cov@0.5": 1.0,
|
| 865 |
+
"acc@0.5": 0.77,
|
| 866 |
+
"cov@0.7": 0.49,
|
| 867 |
+
"acc@0.7": 0.8673469387755102,
|
| 868 |
+
"cov@0.9": 0.03,
|
| 869 |
+
"acc@0.9": 1.0
|
| 870 |
+
},
|
| 871 |
+
"temporal_nli": {
|
| 872 |
+
"n": 300,
|
| 873 |
+
"acc": 0.8633333333333333,
|
| 874 |
+
"nll": 0.3496475835064699,
|
| 875 |
+
"brier": 0.20055396242126278,
|
| 876 |
+
"ece": 0.07610381027062735,
|
| 877 |
+
"mean_conf": 0.7972539271910986,
|
| 878 |
+
"cov@0.5": 0.9866666666666667,
|
| 879 |
+
"acc@0.5": 0.8614864864864865,
|
| 880 |
+
"cov@0.7": 0.7666666666666667,
|
| 881 |
+
"acc@0.7": 0.9217391304347826,
|
| 882 |
+
"cov@0.9": 0.26666666666666666,
|
| 883 |
+
"acc@0.9": 1.0
|
| 884 |
+
},
|
| 885 |
+
"piqa": {
|
| 886 |
+
"n": 300,
|
| 887 |
+
"acc": 0.8166666666666667,
|
| 888 |
+
"nll": 0.36417624160320555,
|
| 889 |
+
"brier": 0.23331890879921213,
|
| 890 |
+
"ece": 0.038980930248896296,
|
| 891 |
+
"mean_conf": 0.8269510519504547,
|
| 892 |
+
"cov@0.5": 1.0,
|
| 893 |
+
"acc@0.5": 0.8166666666666667,
|
| 894 |
+
"cov@0.7": 0.7633333333333333,
|
| 895 |
+
"acc@0.7": 0.9126637554585153,
|
| 896 |
+
"cov@0.9": 0.43666666666666665,
|
| 897 |
+
"acc@0.9": 0.9618320610687023
|
| 898 |
+
},
|
| 899 |
+
"siqa": {
|
| 900 |
+
"n": 300,
|
| 901 |
+
"acc": 0.8233333333333334,
|
| 902 |
+
"nll": 0.4337533873205736,
|
| 903 |
+
"brier": 0.24543190225066103,
|
| 904 |
+
"ece": 0.034700063069661474,
|
| 905 |
+
"mean_conf": 0.8447816316286723,
|
| 906 |
+
"cov@0.5": 0.9633333333333334,
|
| 907 |
+
"acc@0.5": 0.8408304498269896,
|
| 908 |
+
"cov@0.7": 0.7833333333333333,
|
| 909 |
+
"acc@0.7": 0.9148936170212766,
|
| 910 |
+
"cov@0.9": 0.5533333333333333,
|
| 911 |
+
"acc@0.9": 0.9457831325301205
|
| 912 |
+
},
|
| 913 |
+
"clutrr": {
|
| 914 |
+
"n": 300,
|
| 915 |
+
"acc": 0.6133333333333333,
|
| 916 |
+
"nll": 0.9127365656335344,
|
| 917 |
+
"brier": 0.4770832175168861,
|
| 918 |
+
"ece": 0.04643365234136578,
|
| 919 |
+
"mean_conf": 0.5962887792785962,
|
| 920 |
+
"cov@0.5": 0.72,
|
| 921 |
+
"acc@0.5": 0.6944444444444444,
|
| 922 |
+
"cov@0.7": 0.21333333333333335,
|
| 923 |
+
"acc@0.7": 0.9375,
|
| 924 |
+
"cov@0.9": 0.08333333333333333,
|
| 925 |
+
"acc@0.9": 1.0
|
| 926 |
+
},
|
| 927 |
+
"gsm8k": {
|
| 928 |
+
"n": 300,
|
| 929 |
+
"acc": 0.74,
|
| 930 |
+
"nll": 0.589682709113467,
|
| 931 |
+
"brier": 0.32688956856451207,
|
| 932 |
+
"ece": 0.06247660587231318,
|
| 933 |
+
"mean_conf": 0.7070875727136929,
|
| 934 |
+
"cov@0.5": 0.7866666666666666,
|
| 935 |
+
"acc@0.5": 0.826271186440678,
|
| 936 |
+
"cov@0.7": 0.53,
|
| 937 |
+
"acc@0.7": 0.9308176100628931,
|
| 938 |
+
"cov@0.9": 0.25,
|
| 939 |
+
"acc@0.9": 1.0
|
| 940 |
+
},
|
| 941 |
+
"svamp": {
|
| 942 |
+
"n": 100,
|
| 943 |
+
"acc": 0.63,
|
| 944 |
+
"nll": 0.8085613738920417,
|
| 945 |
+
"brier": 0.4651299440112998,
|
| 946 |
+
"ece": 0.12156755775213245,
|
| 947 |
+
"mean_conf": 0.601172327697277,
|
| 948 |
+
"cov@0.5": 0.68,
|
| 949 |
+
"acc@0.5": 0.75,
|
| 950 |
+
"cov@0.7": 0.32,
|
| 951 |
+
"acc@0.7": 0.875,
|
| 952 |
+
"cov@0.9": 0.11,
|
| 953 |
+
"acc@0.9": 1.0
|
| 954 |
+
},
|
| 955 |
+
"aqua": {
|
| 956 |
+
"n": 253,
|
| 957 |
+
"acc": 0.383399209486166,
|
| 958 |
+
"nll": 1.467006593256583,
|
| 959 |
+
"brier": 0.7354768193410129,
|
| 960 |
+
"ece": 0.05388568453637978,
|
| 961 |
+
"mean_conf": 0.3621667535173092,
|
| 962 |
+
"cov@0.5": 0.09486166007905138,
|
| 963 |
+
"acc@0.5": 0.6666666666666666,
|
| 964 |
+
"cov@0.7": 0.019762845849802372,
|
| 965 |
+
"acc@0.7": 0.4,
|
| 966 |
+
"cov@0.9": 0.0,
|
| 967 |
+
"acc@0.9": NaN
|
| 968 |
+
}
|
| 969 |
+
},
|
| 970 |
+
"unseen_test_uncalibrated": {
|
| 971 |
+
"probe": {
|
| 972 |
+
"n": 97,
|
| 973 |
+
"acc": 0.8969072164948454,
|
| 974 |
+
"nll": 0.20691493444770823,
|
| 975 |
+
"brier": 0.12394450383288905,
|
| 976 |
+
"ece": 0.06851052070401381,
|
| 977 |
+
"mean_conf": 0.9103295477395205,
|
| 978 |
+
"score_mae": 0.18648642087646294,
|
| 979 |
+
"cov@0.5": 0.9896907216494846,
|
| 980 |
+
"acc@0.5": 0.90625,
|
| 981 |
+
"cov@0.7": 0.9072164948453608,
|
| 982 |
+
"acc@0.7": 0.9545454545454546,
|
| 983 |
+
"cov@0.9": 0.7628865979381443,
|
| 984 |
+
"acc@0.9": 0.9864864864864865,
|
| 985 |
+
"families": {
|
| 986 |
+
"desc": [
|
| 987 |
+
13,
|
| 988 |
+
15
|
| 989 |
+
],
|
| 990 |
+
"negation": [
|
| 991 |
+
10,
|
| 992 |
+
10
|
| 993 |
+
],
|
| 994 |
+
"logic": [
|
| 995 |
+
14,
|
| 996 |
+
17
|
| 997 |
+
],
|
| 998 |
+
"score": [
|
| 999 |
+
10,
|
| 1000 |
+
12
|
| 1001 |
+
],
|
| 1002 |
+
"json": [
|
| 1003 |
+
6,
|
| 1004 |
+
6
|
| 1005 |
+
],
|
| 1006 |
+
"taxonomy": [
|
| 1007 |
+
14,
|
| 1008 |
+
14
|
| 1009 |
+
],
|
| 1010 |
+
"plausible": [
|
| 1011 |
+
4,
|
| 1012 |
+
4
|
| 1013 |
+
],
|
| 1014 |
+
"twist": [
|
| 1015 |
+
3,
|
| 1016 |
+
3
|
| 1017 |
+
],
|
| 1018 |
+
"time": [
|
| 1019 |
+
4,
|
| 1020 |
+
5
|
| 1021 |
+
],
|
| 1022 |
+
"intent": [
|
| 1023 |
+
2,
|
| 1024 |
+
3
|
| 1025 |
+
],
|
| 1026 |
+
"compare": [
|
| 1027 |
+
3,
|
| 1028 |
+
4
|
| 1029 |
+
],
|
| 1030 |
+
"criteria": [
|
| 1031 |
+
4,
|
| 1032 |
+
4
|
| 1033 |
+
]
|
| 1034 |
+
}
|
| 1035 |
+
},
|
| 1036 |
+
"bbh": {
|
| 1037 |
+
"n": 1000,
|
| 1038 |
+
"acc": 0.517,
|
| 1039 |
+
"nll": 1.108523054891869,
|
| 1040 |
+
"brier": 0.6035352775259032,
|
| 1041 |
+
"ece": 0.07363909149914981,
|
| 1042 |
+
"mean_conf": 0.5724366051629186,
|
| 1043 |
+
"cov@0.5": 0.64,
|
| 1044 |
+
"acc@0.5": 0.6140625,
|
| 1045 |
+
"cov@0.7": 0.273,
|
| 1046 |
+
"acc@0.7": 0.6959706959706959,
|
| 1047 |
+
"cov@0.9": 0.071,
|
| 1048 |
+
"acc@0.9": 0.7887323943661971
|
| 1049 |
+
},
|
| 1050 |
+
"cola": {
|
| 1051 |
+
"n": 1000,
|
| 1052 |
+
"acc": 0.75,
|
| 1053 |
+
"nll": 0.5104252819118784,
|
| 1054 |
+
"brier": 0.33587838373719203,
|
| 1055 |
+
"ece": 0.0569284417629242,
|
| 1056 |
+
"mean_conf": 0.7190280594825744,
|
| 1057 |
+
"cov@0.5": 1.0,
|
| 1058 |
+
"acc@0.5": 0.75,
|
| 1059 |
+
"cov@0.7": 0.58,
|
| 1060 |
+
"acc@0.7": 0.8448275862068966,
|
| 1061 |
+
"cov@0.9": 0.013,
|
| 1062 |
+
"acc@0.9": 1.0
|
| 1063 |
+
},
|
| 1064 |
+
"wic": {
|
| 1065 |
+
"n": 638,
|
| 1066 |
+
"acc": 0.5909090909090909,
|
| 1067 |
+
"nll": 0.69998100116263,
|
| 1068 |
+
"brier": 0.4982001306496651,
|
| 1069 |
+
"ece": 0.09791882723850147,
|
| 1070 |
+
"mean_conf": 0.6873193471969855,
|
| 1071 |
+
"cov@0.5": 1.0,
|
| 1072 |
+
"acc@0.5": 0.5909090909090909,
|
| 1073 |
+
"cov@0.7": 0.44357366771159873,
|
| 1074 |
+
"acc@0.7": 0.6537102473498233,
|
| 1075 |
+
"cov@0.9": 0.0219435736677116,
|
| 1076 |
+
"acc@0.9": 0.7142857142857143
|
| 1077 |
+
},
|
| 1078 |
+
"subj": {
|
| 1079 |
+
"n": 1000,
|
| 1080 |
+
"acc": 0.682,
|
| 1081 |
+
"nll": 0.5917236264696343,
|
| 1082 |
+
"brier": 0.4104362382942676,
|
| 1083 |
+
"ece": 0.1212564522027969,
|
| 1084 |
+
"mean_conf": 0.7977630772590637,
|
| 1085 |
+
"cov@0.5": 1.0,
|
| 1086 |
+
"acc@0.5": 0.682,
|
| 1087 |
+
"cov@0.7": 0.733,
|
| 1088 |
+
"acc@0.7": 0.7517053206002728,
|
| 1089 |
+
"cov@0.9": 0.306,
|
| 1090 |
+
"acc@0.9": 0.9215686274509803
|
| 1091 |
+
},
|
| 1092 |
+
"spam": {
|
| 1093 |
+
"n": 1000,
|
| 1094 |
+
"acc": 0.749,
|
| 1095 |
+
"nll": 0.47590900971852373,
|
| 1096 |
+
"brier": 0.32175875624611966,
|
| 1097 |
+
"ece": 0.10708969771862033,
|
| 1098 |
+
"mean_conf": 0.8200223511457443,
|
| 1099 |
+
"cov@0.5": 1.0,
|
| 1100 |
+
"acc@0.5": 0.749,
|
| 1101 |
+
"cov@0.7": 0.816,
|
| 1102 |
+
"acc@0.7": 0.803921568627451,
|
| 1103 |
+
"cov@0.9": 0.353,
|
| 1104 |
+
"acc@0.9": 0.9773371104815864
|
| 1105 |
+
},
|
| 1106 |
+
"counterfactual": {
|
| 1107 |
+
"n": 1000,
|
| 1108 |
+
"acc": 0.82,
|
| 1109 |
+
"nll": 0.4564823726332652,
|
| 1110 |
+
"brier": 0.2849392428188435,
|
| 1111 |
+
"ece": 0.10961719477176668,
|
| 1112 |
+
"mean_conf": 0.7216410273313523,
|
| 1113 |
+
"cov@0.5": 1.0,
|
| 1114 |
+
"acc@0.5": 0.82,
|
| 1115 |
+
"cov@0.7": 0.617,
|
| 1116 |
+
"acc@0.7": 0.9141004862236629,
|
| 1117 |
+
"cov@0.9": 0.01,
|
| 1118 |
+
"acc@0.9": 0.8
|
| 1119 |
+
},
|
| 1120 |
+
"cb": {
|
| 1121 |
+
"n": 56,
|
| 1122 |
+
"acc": 0.875,
|
| 1123 |
+
"nll": 0.3821062575477204,
|
| 1124 |
+
"brier": 0.19684515831431662,
|
| 1125 |
+
"ece": 0.11659146206719534,
|
| 1126 |
+
"mean_conf": 0.8077813791377204,
|
| 1127 |
+
"cov@0.5": 0.9821428571428571,
|
| 1128 |
+
"acc@0.5": 0.8909090909090909,
|
| 1129 |
+
"cov@0.7": 0.75,
|
| 1130 |
+
"acc@0.7": 0.9761904761904762,
|
| 1131 |
+
"cov@0.9": 0.35714285714285715,
|
| 1132 |
+
"acc@0.9": 1.0
|
| 1133 |
+
},
|
| 1134 |
+
"arc_challenge": {
|
| 1135 |
+
"n": 1000,
|
| 1136 |
+
"acc": 0.79,
|
| 1137 |
+
"nll": 0.5784666197380147,
|
| 1138 |
+
"brier": 0.3084519084178791,
|
| 1139 |
+
"ece": 0.04053584739565846,
|
| 1140 |
+
"mean_conf": 0.8078768512308597,
|
| 1141 |
+
"cov@0.5": 0.897,
|
| 1142 |
+
"acc@0.5": 0.8249721293199554,
|
| 1143 |
+
"cov@0.7": 0.719,
|
| 1144 |
+
"acc@0.7": 0.8873435326842837,
|
| 1145 |
+
"cov@0.9": 0.46,
|
| 1146 |
+
"acc@0.9": 0.9586956521739131
|
| 1147 |
+
},
|
| 1148 |
+
"stance_climate": {
|
| 1149 |
+
"n": 169,
|
| 1150 |
+
"acc": 0.7100591715976331,
|
| 1151 |
+
"nll": 0.8004923563430824,
|
| 1152 |
+
"brier": 0.43626973420217074,
|
| 1153 |
+
"ece": 0.08912066789068414,
|
| 1154 |
+
"mean_conf": 0.7112431993498605,
|
| 1155 |
+
"cov@0.5": 0.863905325443787,
|
| 1156 |
+
"acc@0.5": 0.726027397260274,
|
| 1157 |
+
"cov@0.7": 0.5502958579881657,
|
| 1158 |
+
"acc@0.7": 0.8709677419354839,
|
| 1159 |
+
"cov@0.9": 0.1301775147928994,
|
| 1160 |
+
"acc@0.9": 0.9545454545454546
|
| 1161 |
+
},
|
| 1162 |
+
"trec": {
|
| 1163 |
+
"n": 500,
|
| 1164 |
+
"acc": 0.728,
|
| 1165 |
+
"nll": 0.7789360883597788,
|
| 1166 |
+
"brier": 0.3915759426435931,
|
| 1167 |
+
"ece": 0.055817239046096784,
|
| 1168 |
+
"mean_conf": 0.7733147183656692,
|
| 1169 |
+
"cov@0.5": 0.89,
|
| 1170 |
+
"acc@0.5": 0.7797752808988764,
|
| 1171 |
+
"cov@0.7": 0.668,
|
| 1172 |
+
"acc@0.7": 0.8323353293413174,
|
| 1173 |
+
"cov@0.9": 0.362,
|
| 1174 |
+
"acc@0.9": 0.8895027624309392
|
| 1175 |
+
},
|
| 1176 |
+
"sst5": {
|
| 1177 |
+
"n": 1000,
|
| 1178 |
+
"acc": 0.569,
|
| 1179 |
+
"nll": 0.9569207478808627,
|
| 1180 |
+
"brier": 0.5500160496510278,
|
| 1181 |
+
"ece": 0.051933742076158515,
|
| 1182 |
+
"mean_conf": 0.5590169258415699,
|
| 1183 |
+
"score_mae": 0.5127075865020743,
|
| 1184 |
+
"cov@0.5": 0.684,
|
| 1185 |
+
"acc@0.5": 0.6198830409356725,
|
| 1186 |
+
"cov@0.7": 0.117,
|
| 1187 |
+
"acc@0.7": 0.7094017094017094,
|
| 1188 |
+
"cov@0.9": 0.005,
|
| 1189 |
+
"acc@0.9": 0.6
|
| 1190 |
+
},
|
| 1191 |
+
"fin_sentiment": {
|
| 1192 |
+
"n": 1000,
|
| 1193 |
+
"acc": 0.821,
|
| 1194 |
+
"nll": 0.45971791800530354,
|
| 1195 |
+
"brier": 0.26788516663028156,
|
| 1196 |
+
"ece": 0.06331040862202642,
|
| 1197 |
+
"mean_conf": 0.7591086620986461,
|
| 1198 |
+
"cov@0.5": 0.981,
|
| 1199 |
+
"acc@0.5": 0.8287461773700305,
|
| 1200 |
+
"cov@0.7": 0.684,
|
| 1201 |
+
"acc@0.7": 0.9078947368421053,
|
| 1202 |
+
"cov@0.9": 0.139,
|
| 1203 |
+
"acc@0.9": 0.9640287769784173
|
| 1204 |
+
},
|
| 1205 |
+
"arc_easy": {
|
| 1206 |
+
"n": 1000,
|
| 1207 |
+
"acc": 0.893,
|
| 1208 |
+
"nll": 0.30681700111668636,
|
| 1209 |
+
"brier": 0.16114664739945947,
|
| 1210 |
+
"ece": 0.017386740416288377,
|
| 1211 |
+
"mean_conf": 0.8903764767348766,
|
| 1212 |
+
"cov@0.5": 0.959,
|
| 1213 |
+
"acc@0.5": 0.9113660062565172,
|
| 1214 |
+
"cov@0.7": 0.864,
|
| 1215 |
+
"acc@0.7": 0.9444444444444444,
|
| 1216 |
+
"cov@0.9": 0.704,
|
| 1217 |
+
"acc@0.9": 0.9758522727272727
|
| 1218 |
+
},
|
| 1219 |
+
"newsgroups": {
|
| 1220 |
+
"n": 1000,
|
| 1221 |
+
"acc": 0.645,
|
| 1222 |
+
"nll": 1.2438821946531702,
|
| 1223 |
+
"brier": 0.4654980387667391,
|
| 1224 |
+
"ece": 0.0510300065651536,
|
| 1225 |
+
"mean_conf": 0.6572305353507399,
|
| 1226 |
+
"cov@0.5": 0.683,
|
| 1227 |
+
"acc@0.5": 0.8272327964860908,
|
| 1228 |
+
"cov@0.7": 0.5,
|
| 1229 |
+
"acc@0.7": 0.9,
|
| 1230 |
+
"cov@0.9": 0.246,
|
| 1231 |
+
"acc@0.9": 0.9878048780487805
|
| 1232 |
+
}
|
| 1233 |
+
},
|
| 1234 |
+
"summary": {
|
| 1235 |
+
"mean_acc": 0.7922933763477235,
|
| 1236 |
+
"mean_ece": 0.06318428710662419
|
| 1237 |
+
},
|
| 1238 |
+
"history": [],
|
| 1239 |
+
"temperature": 1.0194810628890991,
|
| 1240 |
+
"temperature_by_k": {
|
| 1241 |
+
"2-2": 0.9909,
|
| 1242 |
+
"3-5": 1.0355,
|
| 1243 |
+
"6-20": 1.0193
|
| 1244 |
+
},
|
| 1245 |
+
"calibration": {
|
| 1246 |
+
"before": {
|
| 1247 |
+
"n": 10608,
|
| 1248 |
+
"acc": 0.7931749622926093,
|
| 1249 |
+
"nll": 0.5081595549816602,
|
| 1250 |
+
"brier": 0.26480504720767034,
|
| 1251 |
+
"ece": 0.010474447911776612,
|
| 1252 |
+
"mean_conf": 0.8014159178505982,
|
| 1253 |
+
"score_mae": 0.3837145484503708,
|
| 1254 |
+
"cov@0.5": 0.9200603318250377,
|
| 1255 |
+
"acc@0.5": 0.8326844262295082,
|
| 1256 |
+
"cov@0.7": 0.7074849170437406,
|
| 1257 |
+
"acc@0.7": 0.9077948034643571,
|
| 1258 |
+
"cov@0.9": 0.4572963800904977,
|
| 1259 |
+
"acc@0.9": 0.9647495361781077
|
| 1260 |
+
},
|
| 1261 |
+
"after": {
|
| 1262 |
+
"n": 10608,
|
| 1263 |
+
"acc": 0.7931749622926093,
|
| 1264 |
+
"nll": 0.5079944898473756,
|
| 1265 |
+
"brier": 0.2647027577519989,
|
| 1266 |
+
"ece": 0.009998726121221617,
|
| 1267 |
+
"mean_conf": 0.7984406564077068,
|
| 1268 |
+
"score_mae": 0.3859622411504242,
|
| 1269 |
+
"cov@0.5": 0.9168552036199095,
|
| 1270 |
+
"acc@0.5": 0.8339502364795394,
|
| 1271 |
+
"cov@0.7": 0.7034313725490197,
|
| 1272 |
+
"acc@0.7": 0.908201554543018,
|
| 1273 |
+
"cov@0.9": 0.4518288084464555,
|
| 1274 |
+
"acc@0.9": 0.9670352597538077
|
| 1275 |
+
},
|
| 1276 |
+
"tasks": [
|
| 1277 |
+
"ag_news",
|
| 1278 |
+
"banking77",
|
| 1279 |
+
"boolq",
|
| 1280 |
+
"clinc150",
|
| 1281 |
+
"commonsense_qa",
|
| 1282 |
+
"copa",
|
| 1283 |
+
"dbpedia",
|
| 1284 |
+
"emotion",
|
| 1285 |
+
"facts",
|
| 1286 |
+
"fits",
|
| 1287 |
+
"imdb",
|
| 1288 |
+
"jailbreak",
|
| 1289 |
+
"massive_intent",
|
| 1290 |
+
"mnli",
|
| 1291 |
+
"mrpc",
|
| 1292 |
+
"openbookqa",
|
| 1293 |
+
"paws",
|
| 1294 |
+
"qnli",
|
| 1295 |
+
"read",
|
| 1296 |
+
"rte",
|
| 1297 |
+
"sciq",
|
| 1298 |
+
"sst2",
|
| 1299 |
+
"swag",
|
| 1300 |
+
"tweet_emoji",
|
| 1301 |
+
"tweet_hate",
|
| 1302 |
+
"tweet_irony",
|
| 1303 |
+
"tweet_offensive",
|
| 1304 |
+
"tweet_sentiment",
|
| 1305 |
+
"yahoo",
|
| 1306 |
+
"yelp",
|
| 1307 |
+
"anli",
|
| 1308 |
+
"winogrande",
|
| 1309 |
+
"hellaswag",
|
| 1310 |
+
"race",
|
| 1311 |
+
"scitail",
|
| 1312 |
+
"qqp",
|
| 1313 |
+
"stsb",
|
| 1314 |
+
"toxic",
|
| 1315 |
+
"stance_abortion",
|
| 1316 |
+
"stance_atheism",
|
| 1317 |
+
"stance_feminist",
|
| 1318 |
+
"stance_hillary",
|
| 1319 |
+
"match",
|
| 1320 |
+
"goemo_soft",
|
| 1321 |
+
"reason",
|
| 1322 |
+
"formality",
|
| 1323 |
+
"politeness",
|
| 1324 |
+
"strategyqa",
|
| 1325 |
+
"vitaminc",
|
| 1326 |
+
"ruletaker",
|
| 1327 |
+
"proofwriter",
|
| 1328 |
+
"folio",
|
| 1329 |
+
"logiqa",
|
| 1330 |
+
"tracie",
|
| 1331 |
+
"temporal_nli",
|
| 1332 |
+
"piqa",
|
| 1333 |
+
"siqa",
|
| 1334 |
+
"clutrr",
|
| 1335 |
+
"gsm8k",
|
| 1336 |
+
"svamp",
|
| 1337 |
+
"aqua"
|
| 1338 |
+
]
|
| 1339 |
+
}
|
| 1340 |
+
},
|
| 1341 |
+
"v0007-spam": {
|
| 1342 |
+
"version": "v0007-spam",
|
| 1343 |
+
"parent": "v0007",
|
| 1344 |
+
"parents": [
|
| 1345 |
+
"v0007"
|
| 1346 |
+
],
|
| 1347 |
+
"kind": "lmhead",
|
| 1348 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1349 |
+
"max_len": 1024,
|
| 1350 |
+
"created": "2026-09-18T06:05:30+00:00",
|
| 1351 |
+
"tasks": [
|
| 1352 |
+
"spam"
|
| 1353 |
+
],
|
| 1354 |
+
"trained_on": [
|
| 1355 |
+
"spam"
|
| 1356 |
+
],
|
| 1357 |
+
"holdout": [
|
| 1358 |
+
"probe",
|
| 1359 |
+
"sst2",
|
| 1360 |
+
"mnli",
|
| 1361 |
+
"cola"
|
| 1362 |
+
],
|
| 1363 |
+
"steps": 589,
|
| 1364 |
+
"train_examples": 4000,
|
| 1365 |
+
"args": {
|
| 1366 |
+
"cmd": "lmtrain",
|
| 1367 |
+
"lora_r": 8,
|
| 1368 |
+
"loss": "mix",
|
| 1369 |
+
"max_per_task": 4000,
|
| 1370 |
+
"epochs": 1,
|
| 1371 |
+
"lr": 0.0001,
|
| 1372 |
+
"anchor": 0.1
|
| 1373 |
+
},
|
| 1374 |
+
"metrics": {
|
| 1375 |
+
"spam": {
|
| 1376 |
+
"n": 300,
|
| 1377 |
+
"acc": 0.99,
|
| 1378 |
+
"nll": 0.04094129466820647,
|
| 1379 |
+
"brier": 0.01309215253075488,
|
| 1380 |
+
"ece": 0.031613957881927515,
|
| 1381 |
+
"mean_conf": 0.9694881041844686,
|
| 1382 |
+
"cov@0.5": 1.0,
|
| 1383 |
+
"acc@0.5": 0.99,
|
| 1384 |
+
"cov@0.7": 0.9933333333333333,
|
| 1385 |
+
"acc@0.7": 0.9966442953020134,
|
| 1386 |
+
"cov@0.9": 0.9666666666666667,
|
| 1387 |
+
"acc@0.9": 1.0
|
| 1388 |
+
}
|
| 1389 |
+
},
|
| 1390 |
+
"unseen_test_uncalibrated": {
|
| 1391 |
+
"probe": {
|
| 1392 |
+
"n": 97,
|
| 1393 |
+
"acc": 0.8969072164948454,
|
| 1394 |
+
"nll": 0.21773648728926945,
|
| 1395 |
+
"brier": 0.1273214505148998,
|
| 1396 |
+
"ece": 0.07348626329726782,
|
| 1397 |
+
"mean_conf": 0.9161194676590949,
|
| 1398 |
+
"score_mae": 0.15704563955659978,
|
| 1399 |
+
"cov@0.5": 0.9896907216494846,
|
| 1400 |
+
"acc@0.5": 0.90625,
|
| 1401 |
+
"cov@0.7": 0.8969072164948454,
|
| 1402 |
+
"acc@0.7": 0.9540229885057471,
|
| 1403 |
+
"cov@0.9": 0.7938144329896907,
|
| 1404 |
+
"acc@0.9": 0.987012987012987,
|
| 1405 |
+
"families": {
|
| 1406 |
+
"desc": [
|
| 1407 |
+
13,
|
| 1408 |
+
15
|
| 1409 |
+
],
|
| 1410 |
+
"negation": [
|
| 1411 |
+
10,
|
| 1412 |
+
10
|
| 1413 |
+
],
|
| 1414 |
+
"logic": [
|
| 1415 |
+
13,
|
| 1416 |
+
17
|
| 1417 |
+
],
|
| 1418 |
+
"score": [
|
| 1419 |
+
11,
|
| 1420 |
+
12
|
| 1421 |
+
],
|
| 1422 |
+
"json": [
|
| 1423 |
+
6,
|
| 1424 |
+
6
|
| 1425 |
+
],
|
| 1426 |
+
"taxonomy": [
|
| 1427 |
+
14,
|
| 1428 |
+
14
|
| 1429 |
+
],
|
| 1430 |
+
"plausible": [
|
| 1431 |
+
4,
|
| 1432 |
+
4
|
| 1433 |
+
],
|
| 1434 |
+
"twist": [
|
| 1435 |
+
3,
|
| 1436 |
+
3
|
| 1437 |
+
],
|
| 1438 |
+
"time": [
|
| 1439 |
+
4,
|
| 1440 |
+
5
|
| 1441 |
+
],
|
| 1442 |
+
"intent": [
|
| 1443 |
+
2,
|
| 1444 |
+
3
|
| 1445 |
+
],
|
| 1446 |
+
"compare": [
|
| 1447 |
+
3,
|
| 1448 |
+
4
|
| 1449 |
+
],
|
| 1450 |
+
"criteria": [
|
| 1451 |
+
4,
|
| 1452 |
+
4
|
| 1453 |
+
]
|
| 1454 |
+
}
|
| 1455 |
+
},
|
| 1456 |
+
"sst2": {
|
| 1457 |
+
"n": 872,
|
| 1458 |
+
"acc": 0.9575688073394495,
|
| 1459 |
+
"nll": 0.1396011574813463,
|
| 1460 |
+
"brier": 0.07172239838956931,
|
| 1461 |
+
"ece": 0.014292597087151384,
|
| 1462 |
+
"mean_conf": 0.9680821417121712,
|
| 1463 |
+
"cov@0.5": 1.0,
|
| 1464 |
+
"acc@0.5": 0.9575688073394495,
|
| 1465 |
+
"cov@0.7": 0.9793577981651376,
|
| 1466 |
+
"acc@0.7": 0.9637002341920374,
|
| 1467 |
+
"cov@0.9": 0.9438073394495413,
|
| 1468 |
+
"acc@0.9": 0.9732685297691372
|
| 1469 |
+
},
|
| 1470 |
+
"mnli": {
|
| 1471 |
+
"n": 1000,
|
| 1472 |
+
"acc": 0.859,
|
| 1473 |
+
"nll": 0.3888388354725572,
|
| 1474 |
+
"brier": 0.21223603757591059,
|
| 1475 |
+
"ece": 0.04788112017512322,
|
| 1476 |
+
"mean_conf": 0.8856889481842518,
|
| 1477 |
+
"cov@0.5": 0.987,
|
| 1478 |
+
"acc@0.5": 0.8662613981762918,
|
| 1479 |
+
"cov@0.7": 0.909,
|
| 1480 |
+
"acc@0.7": 0.8954895489548955,
|
| 1481 |
+
"cov@0.9": 0.655,
|
| 1482 |
+
"acc@0.9": 0.9587786259541985
|
| 1483 |
+
},
|
| 1484 |
+
"cola": {
|
| 1485 |
+
"n": 1000,
|
| 1486 |
+
"acc": 0.759,
|
| 1487 |
+
"nll": 0.5066963657737495,
|
| 1488 |
+
"brier": 0.33443985155856215,
|
| 1489 |
+
"ece": 0.0523103475570679,
|
| 1490 |
+
"mean_conf": 0.791339822769165,
|
| 1491 |
+
"cov@0.5": 1.0,
|
| 1492 |
+
"acc@0.5": 0.759,
|
| 1493 |
+
"cov@0.7": 0.764,
|
| 1494 |
+
"acc@0.7": 0.8167539267015707,
|
| 1495 |
+
"cov@0.9": 0.207,
|
| 1496 |
+
"acc@0.9": 0.9516908212560387
|
| 1497 |
+
}
|
| 1498 |
+
},
|
| 1499 |
+
"summary": {
|
| 1500 |
+
"mean_acc": 0.99,
|
| 1501 |
+
"mean_ece": 0.031613957881927515
|
| 1502 |
+
},
|
| 1503 |
+
"history": []
|
| 1504 |
+
},
|
| 1505 |
+
"v0007-support": {
|
| 1506 |
+
"version": "v0007-support",
|
| 1507 |
+
"parent": "v0007",
|
| 1508 |
+
"parents": [
|
| 1509 |
+
"v0007"
|
| 1510 |
+
],
|
| 1511 |
+
"kind": "lmhead",
|
| 1512 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1513 |
+
"max_len": 1024,
|
| 1514 |
+
"created": "2026-09-18T12:52:37+00:00",
|
| 1515 |
+
"tasks": [
|
| 1516 |
+
"banking77",
|
| 1517 |
+
"clinc150",
|
| 1518 |
+
"massive_intent"
|
| 1519 |
+
],
|
| 1520 |
+
"trained_on": [
|
| 1521 |
+
"banking77",
|
| 1522 |
+
"clinc150",
|
| 1523 |
+
"massive_intent"
|
| 1524 |
+
],
|
| 1525 |
+
"holdout": [
|
| 1526 |
+
"trec"
|
| 1527 |
+
],
|
| 1528 |
+
"steps": 1067,
|
| 1529 |
+
"train_examples": 12000,
|
| 1530 |
+
"args": {
|
| 1531 |
+
"cmd": "lmtrain",
|
| 1532 |
+
"lora_r": 8,
|
| 1533 |
+
"loss": "mix",
|
| 1534 |
+
"max_per_task": 4000,
|
| 1535 |
+
"epochs": 1,
|
| 1536 |
+
"lr": 0.0001,
|
| 1537 |
+
"anchor": 0.1
|
| 1538 |
+
},
|
| 1539 |
+
"metrics": {},
|
| 1540 |
+
"unseen_test_uncalibrated": {
|
| 1541 |
+
"trec": {
|
| 1542 |
+
"n": 500,
|
| 1543 |
+
"acc": 0.758,
|
| 1544 |
+
"nll": 0.767611707548029,
|
| 1545 |
+
"brier": 0.37113630112335455,
|
| 1546 |
+
"ece": 0.08773053616285323,
|
| 1547 |
+
"mean_conf": 0.8239709965586662,
|
| 1548 |
+
"cov@0.5": 0.924,
|
| 1549 |
+
"acc@0.5": 0.7835497835497836,
|
| 1550 |
+
"cov@0.7": 0.762,
|
| 1551 |
+
"acc@0.7": 0.8293963254593176,
|
| 1552 |
+
"cov@0.9": 0.474,
|
| 1553 |
+
"acc@0.9": 0.8734177215189873
|
| 1554 |
+
}
|
| 1555 |
+
},
|
| 1556 |
+
"summary": {
|
| 1557 |
+
"mean_acc": null,
|
| 1558 |
+
"mean_ece": null
|
| 1559 |
+
},
|
| 1560 |
+
"history": []
|
| 1561 |
+
},
|
| 1562 |
+
"v0007-safety": {
|
| 1563 |
+
"version": "v0007-safety",
|
| 1564 |
+
"parent": "v0007",
|
| 1565 |
+
"parents": [
|
| 1566 |
+
"v0007"
|
| 1567 |
+
],
|
| 1568 |
+
"kind": "lmhead",
|
| 1569 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1570 |
+
"max_len": 1024,
|
| 1571 |
+
"created": "2026-09-18T13:21:25+00:00",
|
| 1572 |
+
"tasks": [
|
| 1573 |
+
"jailbreak",
|
| 1574 |
+
"toxic",
|
| 1575 |
+
"tweet_hate",
|
| 1576 |
+
"tweet_offensive"
|
| 1577 |
+
],
|
| 1578 |
+
"trained_on": [
|
| 1579 |
+
"jailbreak",
|
| 1580 |
+
"toxic",
|
| 1581 |
+
"tweet_hate",
|
| 1582 |
+
"tweet_offensive"
|
| 1583 |
+
],
|
| 1584 |
+
"holdout": [],
|
| 1585 |
+
"steps": 607,
|
| 1586 |
+
"train_examples": 8344,
|
| 1587 |
+
"args": {
|
| 1588 |
+
"cmd": "lmtrain",
|
| 1589 |
+
"lora_r": 8,
|
| 1590 |
+
"loss": "mix",
|
| 1591 |
+
"max_per_task": 2500,
|
| 1592 |
+
"epochs": 1,
|
| 1593 |
+
"lr": 0.0001,
|
| 1594 |
+
"anchor": 0.1
|
| 1595 |
+
},
|
| 1596 |
+
"metrics": {
|
| 1597 |
+
"jailbreak": {
|
| 1598 |
+
"n": 200,
|
| 1599 |
+
"acc": 0.98,
|
| 1600 |
+
"nll": 0.06724073947718683,
|
| 1601 |
+
"brier": 0.03142695878535079,
|
| 1602 |
+
"ece": 0.008043854534626017,
|
| 1603 |
+
"mean_conf": 0.988043854534626,
|
| 1604 |
+
"cov@0.5": 1.0,
|
| 1605 |
+
"acc@0.5": 0.98,
|
| 1606 |
+
"cov@0.7": 0.995,
|
| 1607 |
+
"acc@0.7": 0.9849246231155779,
|
| 1608 |
+
"cov@0.9": 0.99,
|
| 1609 |
+
"acc@0.9": 0.98989898989899
|
| 1610 |
+
},
|
| 1611 |
+
"toxic": {
|
| 1612 |
+
"n": 300,
|
| 1613 |
+
"acc": 0.8666666666666667,
|
| 1614 |
+
"nll": 0.3084903371258136,
|
| 1615 |
+
"brier": 0.19258679203988513,
|
| 1616 |
+
"ece": 0.03767327169577279,
|
| 1617 |
+
"mean_conf": 0.8952765788634618,
|
| 1618 |
+
"cov@0.5": 1.0,
|
| 1619 |
+
"acc@0.5": 0.8666666666666667,
|
| 1620 |
+
"cov@0.7": 0.8966666666666666,
|
| 1621 |
+
"acc@0.7": 0.9033457249070632,
|
| 1622 |
+
"cov@0.9": 0.6766666666666666,
|
| 1623 |
+
"acc@0.9": 0.9655172413793104
|
| 1624 |
+
},
|
| 1625 |
+
"tweet_hate": {
|
| 1626 |
+
"n": 300,
|
| 1627 |
+
"acc": 0.7433333333333333,
|
| 1628 |
+
"nll": 0.5153975753819442,
|
| 1629 |
+
"brier": 0.3425311312237358,
|
| 1630 |
+
"ece": 0.08356260061264038,
|
| 1631 |
+
"mean_conf": 0.8240628039836884,
|
| 1632 |
+
"cov@0.5": 1.0,
|
| 1633 |
+
"acc@0.5": 0.7433333333333333,
|
| 1634 |
+
"cov@0.7": 0.78,
|
| 1635 |
+
"acc@0.7": 0.811965811965812,
|
| 1636 |
+
"cov@0.9": 0.39,
|
| 1637 |
+
"acc@0.9": 0.9145299145299145
|
| 1638 |
+
},
|
| 1639 |
+
"tweet_offensive": {
|
| 1640 |
+
"n": 300,
|
| 1641 |
+
"acc": 0.7866666666666666,
|
| 1642 |
+
"nll": 0.4662258180163463,
|
| 1643 |
+
"brier": 0.3043113272015309,
|
| 1644 |
+
"ece": 0.053681320548057555,
|
| 1645 |
+
"mean_conf": 0.8303003575404485,
|
| 1646 |
+
"cov@0.5": 1.0,
|
| 1647 |
+
"acc@0.5": 0.7866666666666666,
|
| 1648 |
+
"cov@0.7": 0.7933333333333333,
|
| 1649 |
+
"acc@0.7": 0.8403361344537815,
|
| 1650 |
+
"cov@0.9": 0.4533333333333333,
|
| 1651 |
+
"acc@0.9": 0.9191176470588235
|
| 1652 |
+
}
|
| 1653 |
+
},
|
| 1654 |
+
"unseen_test_uncalibrated": {},
|
| 1655 |
+
"summary": {
|
| 1656 |
+
"mean_acc": 0.8441666666666666,
|
| 1657 |
+
"mean_ece": 0.04574026184777419
|
| 1658 |
+
},
|
| 1659 |
+
"history": []
|
| 1660 |
+
},
|
| 1661 |
+
"v0007-reason": {
|
| 1662 |
+
"version": "v0007-reason",
|
| 1663 |
+
"parent": "v0007",
|
| 1664 |
+
"parents": [
|
| 1665 |
+
"v0007"
|
| 1666 |
+
],
|
| 1667 |
+
"kind": "lmhead",
|
| 1668 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1669 |
+
"max_len": 1024,
|
| 1670 |
+
"created": "2026-09-22T05:53:47+00:00",
|
| 1671 |
+
"tasks": [
|
| 1672 |
+
"traps",
|
| 1673 |
+
"reason",
|
| 1674 |
+
"skills"
|
| 1675 |
+
],
|
| 1676 |
+
"trained_on": [
|
| 1677 |
+
"traps",
|
| 1678 |
+
"reason",
|
| 1679 |
+
"skills"
|
| 1680 |
+
],
|
| 1681 |
+
"holdout": [
|
| 1682 |
+
"probe"
|
| 1683 |
+
],
|
| 1684 |
+
"steps": 3144,
|
| 1685 |
+
"train_examples": 49321,
|
| 1686 |
+
"args": {
|
| 1687 |
+
"cmd": "lmtrain",
|
| 1688 |
+
"lora_r": 16,
|
| 1689 |
+
"loss": "mix",
|
| 1690 |
+
"max_per_task": 22000,
|
| 1691 |
+
"epochs": 1,
|
| 1692 |
+
"lr": 0.0001,
|
| 1693 |
+
"anchor": 0.1
|
| 1694 |
+
},
|
| 1695 |
+
"metrics": {
|
| 1696 |
+
"traps": {
|
| 1697 |
+
"n": 300,
|
| 1698 |
+
"acc": 0.9466666666666667,
|
| 1699 |
+
"nll": 0.20538718146178303,
|
| 1700 |
+
"brier": 0.06905301894228903,
|
| 1701 |
+
"ece": 0.04965091367562613,
|
| 1702 |
+
"mean_conf": 0.92676440179348,
|
| 1703 |
+
"score_mae": 0.47862898526946085,
|
| 1704 |
+
"cov@0.5": 0.9866666666666667,
|
| 1705 |
+
"acc@0.5": 0.9493243243243243,
|
| 1706 |
+
"cov@0.7": 0.9466666666666667,
|
| 1707 |
+
"acc@0.7": 0.971830985915493,
|
| 1708 |
+
"cov@0.9": 0.8433333333333334,
|
| 1709 |
+
"acc@0.9": 0.9920948616600791
|
| 1710 |
+
},
|
| 1711 |
+
"reason": {
|
| 1712 |
+
"n": 300,
|
| 1713 |
+
"acc": 0.98,
|
| 1714 |
+
"nll": 0.046410952195114846,
|
| 1715 |
+
"brier": 0.025619819302402664,
|
| 1716 |
+
"ece": 0.025865860184033737,
|
| 1717 |
+
"mean_conf": 0.9718742754062016,
|
| 1718 |
+
"cov@0.5": 1.0,
|
| 1719 |
+
"acc@0.5": 0.98,
|
| 1720 |
+
"cov@0.7": 0.97,
|
| 1721 |
+
"acc@0.7": 0.9896907216494846,
|
| 1722 |
+
"cov@0.9": 0.95,
|
| 1723 |
+
"acc@0.9": 1.0
|
| 1724 |
+
},
|
| 1725 |
+
"skills": {
|
| 1726 |
+
"n": 300,
|
| 1727 |
+
"acc": 0.9033333333333333,
|
| 1728 |
+
"nll": 0.20629042731885439,
|
| 1729 |
+
"brier": 0.11973303077943658,
|
| 1730 |
+
"ece": 0.061399669448534644,
|
| 1731 |
+
"mean_conf": 0.8790679361422856,
|
| 1732 |
+
"cov@0.5": 1.0,
|
| 1733 |
+
"acc@0.5": 0.9033333333333333,
|
| 1734 |
+
"cov@0.7": 0.83,
|
| 1735 |
+
"acc@0.7": 0.9759036144578314,
|
| 1736 |
+
"cov@0.9": 0.7166666666666667,
|
| 1737 |
+
"acc@0.9": 1.0
|
| 1738 |
+
}
|
| 1739 |
+
},
|
| 1740 |
+
"unseen_test_uncalibrated": {
|
| 1741 |
+
"probe": {
|
| 1742 |
+
"n": 97,
|
| 1743 |
+
"acc": 0.9381443298969072,
|
| 1744 |
+
"nll": 0.1893354459761264,
|
| 1745 |
+
"brier": 0.09341768317288839,
|
| 1746 |
+
"ece": 0.04105151006855912,
|
| 1747 |
+
"mean_conf": 0.9446589375279614,
|
| 1748 |
+
"score_mae": 0.18023038718577786,
|
| 1749 |
+
"cov@0.5": 1.0,
|
| 1750 |
+
"acc@0.5": 0.9381443298969072,
|
| 1751 |
+
"cov@0.7": 0.9381443298969072,
|
| 1752 |
+
"acc@0.7": 0.967032967032967,
|
| 1753 |
+
"cov@0.9": 0.865979381443299,
|
| 1754 |
+
"acc@0.9": 0.9761904761904762,
|
| 1755 |
+
"families": {
|
| 1756 |
+
"desc": [
|
| 1757 |
+
14,
|
| 1758 |
+
15
|
| 1759 |
+
],
|
| 1760 |
+
"negation": [
|
| 1761 |
+
10,
|
| 1762 |
+
10
|
| 1763 |
+
],
|
| 1764 |
+
"logic": [
|
| 1765 |
+
15,
|
| 1766 |
+
17
|
| 1767 |
+
],
|
| 1768 |
+
"score": [
|
| 1769 |
+
11,
|
| 1770 |
+
12
|
| 1771 |
+
],
|
| 1772 |
+
"json": [
|
| 1773 |
+
6,
|
| 1774 |
+
6
|
| 1775 |
+
],
|
| 1776 |
+
"taxonomy": [
|
| 1777 |
+
14,
|
| 1778 |
+
14
|
| 1779 |
+
],
|
| 1780 |
+
"plausible": [
|
| 1781 |
+
4,
|
| 1782 |
+
4
|
| 1783 |
+
],
|
| 1784 |
+
"twist": [
|
| 1785 |
+
3,
|
| 1786 |
+
3
|
| 1787 |
+
],
|
| 1788 |
+
"time": [
|
| 1789 |
+
4,
|
| 1790 |
+
5
|
| 1791 |
+
],
|
| 1792 |
+
"intent": [
|
| 1793 |
+
2,
|
| 1794 |
+
3
|
| 1795 |
+
],
|
| 1796 |
+
"compare": [
|
| 1797 |
+
4,
|
| 1798 |
+
4
|
| 1799 |
+
],
|
| 1800 |
+
"criteria": [
|
| 1801 |
+
4,
|
| 1802 |
+
4
|
| 1803 |
+
]
|
| 1804 |
+
}
|
| 1805 |
+
}
|
| 1806 |
+
},
|
| 1807 |
+
"summary": {
|
| 1808 |
+
"mean_acc": 0.9433333333333334,
|
| 1809 |
+
"mean_ece": 0.04563881443606484
|
| 1810 |
+
},
|
| 1811 |
+
"history": []
|
| 1812 |
+
},
|
| 1813 |
+
"v0007-language": {
|
| 1814 |
+
"version": "v0007-language",
|
| 1815 |
+
"parent": "v0007",
|
| 1816 |
+
"parents": [
|
| 1817 |
+
"v0007"
|
| 1818 |
+
],
|
| 1819 |
+
"kind": "lmhead",
|
| 1820 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1821 |
+
"max_len": 1024,
|
| 1822 |
+
"created": "2026-09-22T05:59:59+00:00",
|
| 1823 |
+
"tasks": [
|
| 1824 |
+
"language"
|
| 1825 |
+
],
|
| 1826 |
+
"trained_on": [
|
| 1827 |
+
"language"
|
| 1828 |
+
],
|
| 1829 |
+
"holdout": [],
|
| 1830 |
+
"steps": 625,
|
| 1831 |
+
"train_examples": 10000,
|
| 1832 |
+
"args": {
|
| 1833 |
+
"cmd": "lmtrain",
|
| 1834 |
+
"lora_r": 8,
|
| 1835 |
+
"loss": "mix",
|
| 1836 |
+
"max_per_task": 10000,
|
| 1837 |
+
"epochs": 1,
|
| 1838 |
+
"lr": 0.0001,
|
| 1839 |
+
"anchor": 0.1
|
| 1840 |
+
},
|
| 1841 |
+
"metrics": {
|
| 1842 |
+
"language": {
|
| 1843 |
+
"n": 300,
|
| 1844 |
+
"acc": 1.0,
|
| 1845 |
+
"nll": 0.11204298576288962,
|
| 1846 |
+
"brier": 0.0022332283333394826,
|
| 1847 |
+
"ece": 0.05060336291790009,
|
| 1848 |
+
"mean_conf": 0.9493966370820999,
|
| 1849 |
+
"cov@0.5": 1.0,
|
| 1850 |
+
"acc@0.5": 1.0,
|
| 1851 |
+
"cov@0.7": 1.0,
|
| 1852 |
+
"acc@0.7": 1.0,
|
| 1853 |
+
"cov@0.9": 0.99,
|
| 1854 |
+
"acc@0.9": 1.0
|
| 1855 |
+
}
|
| 1856 |
+
},
|
| 1857 |
+
"unseen_test_uncalibrated": {},
|
| 1858 |
+
"summary": {
|
| 1859 |
+
"mean_acc": 1.0,
|
| 1860 |
+
"mean_ece": 0.05060336291790009
|
| 1861 |
+
},
|
| 1862 |
+
"history": []
|
| 1863 |
+
},
|
| 1864 |
+
"v0007-sentiment": {
|
| 1865 |
+
"version": "v0007-sentiment",
|
| 1866 |
+
"parent": "v0007",
|
| 1867 |
+
"parents": [
|
| 1868 |
+
"v0007"
|
| 1869 |
+
],
|
| 1870 |
+
"kind": "lmhead",
|
| 1871 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 1872 |
+
"max_len": 1024,
|
| 1873 |
+
"created": "2026-09-22T06:27:25+00:00",
|
| 1874 |
+
"tasks": [
|
| 1875 |
+
"sst2",
|
| 1876 |
+
"sst5",
|
| 1877 |
+
"yelp",
|
| 1878 |
+
"tweet_sentiment",
|
| 1879 |
+
"emotion",
|
| 1880 |
+
"goemo_soft",
|
| 1881 |
+
"tweet_irony",
|
| 1882 |
+
"imdb",
|
| 1883 |
+
"formality",
|
| 1884 |
+
"politeness",
|
| 1885 |
+
"sarcasm"
|
| 1886 |
+
],
|
| 1887 |
+
"trained_on": [
|
| 1888 |
+
"sst2",
|
| 1889 |
+
"sst5",
|
| 1890 |
+
"yelp",
|
| 1891 |
+
"tweet_sentiment",
|
| 1892 |
+
"emotion",
|
| 1893 |
+
"goemo_soft",
|
| 1894 |
+
"tweet_irony",
|
| 1895 |
+
"imdb",
|
| 1896 |
+
"formality",
|
| 1897 |
+
"politeness",
|
| 1898 |
+
"sarcasm"
|
| 1899 |
+
],
|
| 1900 |
+
"holdout": [
|
| 1901 |
+
"fin_sentiment",
|
| 1902 |
+
"counterfactual"
|
| 1903 |
+
],
|
| 1904 |
+
"steps": 1782,
|
| 1905 |
+
"train_examples": 22000,
|
| 1906 |
+
"args": {
|
| 1907 |
+
"cmd": "lmtrain",
|
| 1908 |
+
"lora_r": 8,
|
| 1909 |
+
"loss": "mix",
|
| 1910 |
+
"max_per_task": 2000,
|
| 1911 |
+
"epochs": 1,
|
| 1912 |
+
"lr": 0.0001,
|
| 1913 |
+
"anchor": 0.1
|
| 1914 |
+
},
|
| 1915 |
+
"metrics": {
|
| 1916 |
+
"sst2": {
|
| 1917 |
+
"n": 300,
|
| 1918 |
+
"acc": 0.9466666666666667,
|
| 1919 |
+
"nll": 0.1605975828277054,
|
| 1920 |
+
"brier": 0.0888536530799026,
|
| 1921 |
+
"ece": 0.027998056411743223,
|
| 1922 |
+
"mean_conf": 0.9642687650521596,
|
| 1923 |
+
"cov@0.5": 1.0,
|
| 1924 |
+
"acc@0.5": 0.9466666666666667,
|
| 1925 |
+
"cov@0.7": 0.9766666666666667,
|
| 1926 |
+
"acc@0.7": 0.9556313993174061,
|
| 1927 |
+
"cov@0.9": 0.9066666666666666,
|
| 1928 |
+
"acc@0.9": 0.9632352941176471
|
| 1929 |
+
},
|
| 1930 |
+
"sst5": {
|
| 1931 |
+
"n": 300,
|
| 1932 |
+
"acc": 0.5766666666666667,
|
| 1933 |
+
"nll": 1.030410210134918,
|
| 1934 |
+
"brier": 0.5736773828010426,
|
| 1935 |
+
"ece": 0.05870265493790308,
|
| 1936 |
+
"mean_conf": 0.5829293202360472,
|
| 1937 |
+
"score_mae": 0.5457962888351175,
|
| 1938 |
+
"cov@0.5": 0.79,
|
| 1939 |
+
"acc@0.5": 0.6075949367088608,
|
| 1940 |
+
"cov@0.7": 0.11666666666666667,
|
| 1941 |
+
"acc@0.7": 0.7142857142857143,
|
| 1942 |
+
"cov@0.9": 0.0,
|
| 1943 |
+
"acc@0.9": NaN
|
| 1944 |
+
},
|
| 1945 |
+
"yelp": {
|
| 1946 |
+
"n": 300,
|
| 1947 |
+
"acc": 0.69,
|
| 1948 |
+
"nll": 0.7307452479655708,
|
| 1949 |
+
"brier": 0.4235077727191108,
|
| 1950 |
+
"ece": 0.08372766455014549,
|
| 1951 |
+
"mean_conf": 0.7693662059307098,
|
| 1952 |
+
"score_mae": 0.36723209824798686,
|
| 1953 |
+
"cov@0.5": 0.9533333333333334,
|
| 1954 |
+
"acc@0.5": 0.7027972027972028,
|
| 1955 |
+
"cov@0.7": 0.69,
|
| 1956 |
+
"acc@0.7": 0.782608695652174,
|
| 1957 |
+
"cov@0.9": 0.21333333333333335,
|
| 1958 |
+
"acc@0.9": 0.921875
|
| 1959 |
+
},
|
| 1960 |
+
"tweet_sentiment": {
|
| 1961 |
+
"n": 300,
|
| 1962 |
+
"acc": 0.7233333333333334,
|
| 1963 |
+
"nll": 0.6324473977408053,
|
| 1964 |
+
"brier": 0.37319421960896293,
|
| 1965 |
+
"ece": 0.061867911020914726,
|
| 1966 |
+
"mean_conf": 0.7788027099768321,
|
| 1967 |
+
"score_mae": 0.3486348866733412,
|
| 1968 |
+
"cov@0.5": 0.99,
|
| 1969 |
+
"acc@0.5": 0.7239057239057239,
|
| 1970 |
+
"cov@0.7": 0.69,
|
| 1971 |
+
"acc@0.7": 0.8115942028985508,
|
| 1972 |
+
"cov@0.9": 0.2733333333333333,
|
| 1973 |
+
"acc@0.9": 0.9024390243902439
|
| 1974 |
+
},
|
| 1975 |
+
"emotion": {
|
| 1976 |
+
"n": 300,
|
| 1977 |
+
"acc": 0.78,
|
| 1978 |
+
"nll": 0.6305815624709215,
|
| 1979 |
+
"brier": 0.3066913792466958,
|
| 1980 |
+
"ece": 0.07204169511795044,
|
| 1981 |
+
"mean_conf": 0.8520416951179505,
|
| 1982 |
+
"cov@0.5": 0.96,
|
| 1983 |
+
"acc@0.5": 0.7951388888888888,
|
| 1984 |
+
"cov@0.7": 0.8166666666666667,
|
| 1985 |
+
"acc@0.7": 0.8612244897959184,
|
| 1986 |
+
"cov@0.9": 0.55,
|
| 1987 |
+
"acc@0.9": 0.9575757575757575
|
| 1988 |
+
},
|
| 1989 |
+
"tweet_irony": {
|
| 1990 |
+
"n": 300,
|
| 1991 |
+
"acc": 0.7366666666666667,
|
| 1992 |
+
"nll": 0.5502091578371892,
|
| 1993 |
+
"brier": 0.3718147638320287,
|
| 1994 |
+
"ece": 0.08492387334505717,
|
| 1995 |
+
"mean_conf": 0.7882708374659221,
|
| 1996 |
+
"cov@0.5": 1.0,
|
| 1997 |
+
"acc@0.5": 0.7366666666666667,
|
| 1998 |
+
"cov@0.7": 0.74,
|
| 1999 |
+
"acc@0.7": 0.7837837837837838,
|
| 2000 |
+
"cov@0.9": 0.23333333333333334,
|
| 2001 |
+
"acc@0.9": 0.9142857142857143
|
| 2002 |
+
},
|
| 2003 |
+
"imdb": {
|
| 2004 |
+
"n": 300,
|
| 2005 |
+
"acc": 0.9633333333333334,
|
| 2006 |
+
"nll": 0.13351794521006682,
|
| 2007 |
+
"brier": 0.060667604680717205,
|
| 2008 |
+
"ece": 0.025028558770815598,
|
| 2009 |
+
"mean_conf": 0.9825289577245713,
|
| 2010 |
+
"cov@0.5": 1.0,
|
| 2011 |
+
"acc@0.5": 0.9633333333333334,
|
| 2012 |
+
"cov@0.7": 0.99,
|
| 2013 |
+
"acc@0.7": 0.9696969696969697,
|
| 2014 |
+
"cov@0.9": 0.9633333333333334,
|
| 2015 |
+
"acc@0.9": 0.9792387543252595
|
| 2016 |
+
},
|
| 2017 |
+
"formality": {
|
| 2018 |
+
"n": 300,
|
| 2019 |
+
"acc": 0.6133333333333333,
|
| 2020 |
+
"nll": 0.9954126704919857,
|
| 2021 |
+
"brier": 0.25669049533824123,
|
| 2022 |
+
"ece": 0.061814626157283774,
|
| 2023 |
+
"mean_conf": 0.5946429490049681,
|
| 2024 |
+
"score_mae": 0.4740935998460433,
|
| 2025 |
+
"cov@0.5": 0.89,
|
| 2026 |
+
"acc@0.5": 0.6179775280898876,
|
| 2027 |
+
"cov@0.7": 0.06666666666666667,
|
| 2028 |
+
"acc@0.7": 0.75,
|
| 2029 |
+
"cov@0.9": 0.0,
|
| 2030 |
+
"acc@0.9": NaN
|
| 2031 |
+
},
|
| 2032 |
+
"politeness": {
|
| 2033 |
+
"n": 300,
|
| 2034 |
+
"acc": 0.8566666666666667,
|
| 2035 |
+
"nll": 0.3775658668930503,
|
| 2036 |
+
"brier": 0.19322453000823264,
|
| 2037 |
+
"ece": 0.03797433485587436,
|
| 2038 |
+
"mean_conf": 0.8931960561871528,
|
| 2039 |
+
"score_mae": 0.2005545631381392,
|
| 2040 |
+
"cov@0.5": 0.9766666666666667,
|
| 2041 |
+
"acc@0.5": 0.8703071672354948,
|
| 2042 |
+
"cov@0.7": 0.87,
|
| 2043 |
+
"acc@0.7": 0.9233716475095786,
|
| 2044 |
+
"cov@0.9": 0.6633333333333333,
|
| 2045 |
+
"acc@0.9": 0.9748743718592965
|
| 2046 |
+
},
|
| 2047 |
+
"sarcasm": {
|
| 2048 |
+
"n": 300,
|
| 2049 |
+
"acc": 0.8766666666666667,
|
| 2050 |
+
"nll": 0.45201081925126335,
|
| 2051 |
+
"brier": 0.10946457478491955,
|
| 2052 |
+
"ece": 0.08731486479441326,
|
| 2053 |
+
"mean_conf": 0.8211214067538579,
|
| 2054 |
+
"score_mae": 0.4119935893134519,
|
| 2055 |
+
"cov@0.5": 0.94,
|
| 2056 |
+
"acc@0.5": 0.8971631205673759,
|
| 2057 |
+
"cov@0.7": 0.7633333333333333,
|
| 2058 |
+
"acc@0.7": 0.9606986899563319,
|
| 2059 |
+
"cov@0.9": 0.49,
|
| 2060 |
+
"acc@0.9": 0.9931972789115646
|
| 2061 |
+
}
|
| 2062 |
+
},
|
| 2063 |
+
"unseen_test_uncalibrated": {
|
| 2064 |
+
"fin_sentiment": {
|
| 2065 |
+
"n": 1000,
|
| 2066 |
+
"acc": 0.807,
|
| 2067 |
+
"nll": 0.4482609479897583,
|
| 2068 |
+
"brier": 0.2712111023947865,
|
| 2069 |
+
"ece": 0.025465373486280456,
|
| 2070 |
+
"mean_conf": 0.8211387673318387,
|
| 2071 |
+
"cov@0.5": 0.992,
|
| 2072 |
+
"acc@0.5": 0.8104838709677419,
|
| 2073 |
+
"cov@0.7": 0.799,
|
| 2074 |
+
"acc@0.7": 0.8685857321652065,
|
| 2075 |
+
"cov@0.9": 0.369,
|
| 2076 |
+
"acc@0.9": 0.9376693766937669
|
| 2077 |
+
},
|
| 2078 |
+
"counterfactual": {
|
| 2079 |
+
"n": 1000,
|
| 2080 |
+
"acc": 0.855,
|
| 2081 |
+
"nll": 0.3709632075470155,
|
| 2082 |
+
"brier": 0.2216712187729024,
|
| 2083 |
+
"ece": 0.07320722198486329,
|
| 2084 |
+
"mean_conf": 0.7820079625844956,
|
| 2085 |
+
"cov@0.5": 1.0,
|
| 2086 |
+
"acc@0.5": 0.855,
|
| 2087 |
+
"cov@0.7": 0.748,
|
| 2088 |
+
"acc@0.7": 0.9251336898395722,
|
| 2089 |
+
"cov@0.9": 0.135,
|
| 2090 |
+
"acc@0.9": 0.9703703703703703
|
| 2091 |
+
}
|
| 2092 |
+
},
|
| 2093 |
+
"summary": {
|
| 2094 |
+
"mean_acc": 0.7763333333333333,
|
| 2095 |
+
"mean_ece": 0.06013942399621011
|
| 2096 |
+
},
|
| 2097 |
+
"history": []
|
| 2098 |
+
},
|
| 2099 |
+
"v0007-typed": {
|
| 2100 |
+
"version": "v0007-typed",
|
| 2101 |
+
"parent": "v0007",
|
| 2102 |
+
"parents": [
|
| 2103 |
+
"v0007"
|
| 2104 |
+
],
|
| 2105 |
+
"kind": "lmhead",
|
| 2106 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 2107 |
+
"max_len": 1024,
|
| 2108 |
+
"created": "2026-09-22T11:39:50+00:00",
|
| 2109 |
+
"tasks": [
|
| 2110 |
+
"typed_decisions"
|
| 2111 |
+
],
|
| 2112 |
+
"trained_on": [
|
| 2113 |
+
"typed_decisions"
|
| 2114 |
+
],
|
| 2115 |
+
"holdout": [],
|
| 2116 |
+
"steps": 1352,
|
| 2117 |
+
"train_examples": 5400,
|
| 2118 |
+
"args": {
|
| 2119 |
+
"cmd": "lmtrain",
|
| 2120 |
+
"lora_r": 16,
|
| 2121 |
+
"loss": "mix",
|
| 2122 |
+
"max_per_task": 6000,
|
| 2123 |
+
"epochs": 2,
|
| 2124 |
+
"lr": 0.0001,
|
| 2125 |
+
"anchor": 0.1
|
| 2126 |
+
},
|
| 2127 |
+
"metrics": {
|
| 2128 |
+
"typed_decisions": {
|
| 2129 |
+
"n": 300,
|
| 2130 |
+
"acc": 0.85,
|
| 2131 |
+
"nll": 0.7897254475627804,
|
| 2132 |
+
"brier": 0.04430931889174507,
|
| 2133 |
+
"ece": 0.21966197381416955,
|
| 2134 |
+
"mean_conf": 0.6374534544348717,
|
| 2135 |
+
"score_mae": 0.34401526501434937,
|
| 2136 |
+
"cov@0.5": 0.76,
|
| 2137 |
+
"acc@0.5": 0.9342105263157895,
|
| 2138 |
+
"cov@0.7": 0.30666666666666664,
|
| 2139 |
+
"acc@0.7": 0.9891304347826086,
|
| 2140 |
+
"cov@0.9": 0.13666666666666666,
|
| 2141 |
+
"acc@0.9": 1.0
|
| 2142 |
+
}
|
| 2143 |
+
},
|
| 2144 |
+
"unseen_test_uncalibrated": {},
|
| 2145 |
+
"summary": {
|
| 2146 |
+
"mean_acc": 0.85,
|
| 2147 |
+
"mean_ece": 0.21966197381416955
|
| 2148 |
+
},
|
| 2149 |
+
"history": []
|
| 2150 |
+
},
|
| 2151 |
+
"v0007-math": {
|
| 2152 |
+
"version": "v0007-math",
|
| 2153 |
+
"parent": "v0007",
|
| 2154 |
+
"parents": [
|
| 2155 |
+
"v0007"
|
| 2156 |
+
],
|
| 2157 |
+
"kind": "lmhead",
|
| 2158 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 2159 |
+
"max_len": 1024,
|
| 2160 |
+
"created": "2026-09-22T13:55:28+00:00",
|
| 2161 |
+
"tasks": [
|
| 2162 |
+
"math",
|
| 2163 |
+
"gsm8k",
|
| 2164 |
+
"svamp",
|
| 2165 |
+
"aqua"
|
| 2166 |
+
],
|
| 2167 |
+
"trained_on": [
|
| 2168 |
+
"math",
|
| 2169 |
+
"gsm8k",
|
| 2170 |
+
"svamp",
|
| 2171 |
+
"aqua"
|
| 2172 |
+
],
|
| 2173 |
+
"holdout": [],
|
| 2174 |
+
"steps": 3684,
|
| 2175 |
+
"train_examples": 57771,
|
| 2176 |
+
"args": {
|
| 2177 |
+
"cmd": "lmtrain",
|
| 2178 |
+
"lora_r": 32,
|
| 2179 |
+
"loss": "mix",
|
| 2180 |
+
"max_per_task": 30000,
|
| 2181 |
+
"epochs": 1,
|
| 2182 |
+
"lr": 0.0001,
|
| 2183 |
+
"anchor": 0.1
|
| 2184 |
+
},
|
| 2185 |
+
"metrics": {
|
| 2186 |
+
"math": {
|
| 2187 |
+
"n": 300,
|
| 2188 |
+
"acc": 0.8733333333333333,
|
| 2189 |
+
"nll": 0.2491237256136509,
|
| 2190 |
+
"brier": 0.15517219901605317,
|
| 2191 |
+
"ece": 0.04117123444875081,
|
| 2192 |
+
"mean_conf": 0.8545713822046915,
|
| 2193 |
+
"cov@0.5": 1.0,
|
| 2194 |
+
"acc@0.5": 0.8733333333333333,
|
| 2195 |
+
"cov@0.7": 0.7533333333333333,
|
| 2196 |
+
"acc@0.7": 0.9690265486725663,
|
| 2197 |
+
"cov@0.9": 0.7066666666666667,
|
| 2198 |
+
"acc@0.9": 1.0
|
| 2199 |
+
},
|
| 2200 |
+
"gsm8k": {
|
| 2201 |
+
"n": 300,
|
| 2202 |
+
"acc": 0.8166666666666667,
|
| 2203 |
+
"nll": 0.4634518215859158,
|
| 2204 |
+
"brier": 0.24914535577158609,
|
| 2205 |
+
"ece": 0.08174108674128854,
|
| 2206 |
+
"mean_conf": 0.7950625959038734,
|
| 2207 |
+
"cov@0.5": 0.9,
|
| 2208 |
+
"acc@0.5": 0.8666666666666667,
|
| 2209 |
+
"cov@0.7": 0.7,
|
| 2210 |
+
"acc@0.7": 0.9238095238095239,
|
| 2211 |
+
"cov@0.9": 0.4266666666666667,
|
| 2212 |
+
"acc@0.9": 0.9921875
|
| 2213 |
+
},
|
| 2214 |
+
"svamp": {
|
| 2215 |
+
"n": 100,
|
| 2216 |
+
"acc": 0.68,
|
| 2217 |
+
"nll": 0.7193946922798429,
|
| 2218 |
+
"brier": 0.41086004277348953,
|
| 2219 |
+
"ece": 0.07071352988481525,
|
| 2220 |
+
"mean_conf": 0.7261623141169548,
|
| 2221 |
+
"cov@0.5": 0.83,
|
| 2222 |
+
"acc@0.5": 0.7349397590361446,
|
| 2223 |
+
"cov@0.7": 0.58,
|
| 2224 |
+
"acc@0.7": 0.8275862068965517,
|
| 2225 |
+
"cov@0.9": 0.2,
|
| 2226 |
+
"acc@0.9": 1.0
|
| 2227 |
+
},
|
| 2228 |
+
"aqua": {
|
| 2229 |
+
"n": 253,
|
| 2230 |
+
"acc": 0.391304347826087,
|
| 2231 |
+
"nll": 1.414271918680051,
|
| 2232 |
+
"brier": 0.7115495715758425,
|
| 2233 |
+
"ece": 0.0654898358899143,
|
| 2234 |
+
"mean_conf": 0.3998582398467384,
|
| 2235 |
+
"cov@0.5": 0.20553359683794467,
|
| 2236 |
+
"acc@0.5": 0.6538461538461539,
|
| 2237 |
+
"cov@0.7": 0.06324110671936758,
|
| 2238 |
+
"acc@0.7": 0.8125,
|
| 2239 |
+
"cov@0.9": 0.007905138339920948,
|
| 2240 |
+
"acc@0.9": 1.0
|
| 2241 |
+
}
|
| 2242 |
+
},
|
| 2243 |
+
"unseen_test_uncalibrated": {},
|
| 2244 |
+
"summary": {
|
| 2245 |
+
"mean_acc": 0.6903260869565218,
|
| 2246 |
+
"mean_ece": 0.06477892174119222
|
| 2247 |
+
},
|
| 2248 |
+
"history": []
|
| 2249 |
+
}
|
| 2250 |
+
}
|
| 2251 |
+
}
|
v0007-language/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-language/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 16,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 8,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"k_proj",
|
| 36 |
+
"q_proj",
|
| 37 |
+
"v_proj",
|
| 38 |
+
"o_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_bdlora": null,
|
| 44 |
+
"use_dora": false,
|
| 45 |
+
"use_qalora": false,
|
| 46 |
+
"use_rslora": false,
|
| 47 |
+
"velora_config": null
|
| 48 |
+
}
|
v0007-language/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6529d354a16a5a1adc4edfa6e448a23251d6acfc2795ccdcd0aedd4b9f68e0a4
|
| 3 |
+
size 8745704
|
v0007-language/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-language/manifest.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-language",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-22T05:59:59+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"language"
|
| 13 |
+
],
|
| 14 |
+
"trained_on": [
|
| 15 |
+
"language"
|
| 16 |
+
],
|
| 17 |
+
"holdout": [],
|
| 18 |
+
"steps": 625,
|
| 19 |
+
"train_examples": 10000,
|
| 20 |
+
"args": {
|
| 21 |
+
"cmd": "lmtrain",
|
| 22 |
+
"lora_r": 8,
|
| 23 |
+
"loss": "mix",
|
| 24 |
+
"max_per_task": 10000,
|
| 25 |
+
"epochs": 1,
|
| 26 |
+
"lr": 0.0001,
|
| 27 |
+
"anchor": 0.1
|
| 28 |
+
},
|
| 29 |
+
"metrics": {
|
| 30 |
+
"language": {
|
| 31 |
+
"n": 300,
|
| 32 |
+
"acc": 1.0,
|
| 33 |
+
"nll": 0.11204298576288962,
|
| 34 |
+
"brier": 0.0022332283333394826,
|
| 35 |
+
"ece": 0.05060336291790009,
|
| 36 |
+
"mean_conf": 0.9493966370820999,
|
| 37 |
+
"cov@0.5": 1.0,
|
| 38 |
+
"acc@0.5": 1.0,
|
| 39 |
+
"cov@0.7": 1.0,
|
| 40 |
+
"acc@0.7": 1.0,
|
| 41 |
+
"cov@0.9": 0.99,
|
| 42 |
+
"acc@0.9": 1.0
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"unseen_test_uncalibrated": {},
|
| 46 |
+
"summary": {
|
| 47 |
+
"mean_acc": 1.0,
|
| 48 |
+
"mean_ece": 0.05060336291790009
|
| 49 |
+
},
|
| 50 |
+
"history": []
|
| 51 |
+
}
|
v0007-math/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-math/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 64,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 32,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"gate_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"v_proj",
|
| 39 |
+
"up_proj",
|
| 40 |
+
"q_proj",
|
| 41 |
+
"down_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false,
|
| 50 |
+
"velora_config": null
|
| 51 |
+
}
|
v0007-math/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2093256ec28e1fe21689add9ea3c8434bfac3ba07c77644505ad375a7b7e4c9b
|
| 3 |
+
size 147770496
|
v0007-math/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-math/manifest.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-math",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-22T13:55:28+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"math",
|
| 13 |
+
"gsm8k",
|
| 14 |
+
"svamp",
|
| 15 |
+
"aqua"
|
| 16 |
+
],
|
| 17 |
+
"trained_on": [
|
| 18 |
+
"math",
|
| 19 |
+
"gsm8k",
|
| 20 |
+
"svamp",
|
| 21 |
+
"aqua"
|
| 22 |
+
],
|
| 23 |
+
"holdout": [],
|
| 24 |
+
"steps": 3684,
|
| 25 |
+
"train_examples": 57771,
|
| 26 |
+
"args": {
|
| 27 |
+
"cmd": "lmtrain",
|
| 28 |
+
"lora_r": 32,
|
| 29 |
+
"loss": "mix",
|
| 30 |
+
"max_per_task": 30000,
|
| 31 |
+
"epochs": 1,
|
| 32 |
+
"lr": 0.0001,
|
| 33 |
+
"anchor": 0.1
|
| 34 |
+
},
|
| 35 |
+
"metrics": {
|
| 36 |
+
"math": {
|
| 37 |
+
"n": 300,
|
| 38 |
+
"acc": 0.8733333333333333,
|
| 39 |
+
"nll": 0.2491237256136509,
|
| 40 |
+
"brier": 0.15517219901605317,
|
| 41 |
+
"ece": 0.04117123444875081,
|
| 42 |
+
"mean_conf": 0.8545713822046915,
|
| 43 |
+
"cov@0.5": 1.0,
|
| 44 |
+
"acc@0.5": 0.8733333333333333,
|
| 45 |
+
"cov@0.7": 0.7533333333333333,
|
| 46 |
+
"acc@0.7": 0.9690265486725663,
|
| 47 |
+
"cov@0.9": 0.7066666666666667,
|
| 48 |
+
"acc@0.9": 1.0
|
| 49 |
+
},
|
| 50 |
+
"gsm8k": {
|
| 51 |
+
"n": 300,
|
| 52 |
+
"acc": 0.8166666666666667,
|
| 53 |
+
"nll": 0.4634518215859158,
|
| 54 |
+
"brier": 0.24914535577158609,
|
| 55 |
+
"ece": 0.08174108674128854,
|
| 56 |
+
"mean_conf": 0.7950625959038734,
|
| 57 |
+
"cov@0.5": 0.9,
|
| 58 |
+
"acc@0.5": 0.8666666666666667,
|
| 59 |
+
"cov@0.7": 0.7,
|
| 60 |
+
"acc@0.7": 0.9238095238095239,
|
| 61 |
+
"cov@0.9": 0.4266666666666667,
|
| 62 |
+
"acc@0.9": 0.9921875
|
| 63 |
+
},
|
| 64 |
+
"svamp": {
|
| 65 |
+
"n": 100,
|
| 66 |
+
"acc": 0.68,
|
| 67 |
+
"nll": 0.7193946922798429,
|
| 68 |
+
"brier": 0.41086004277348953,
|
| 69 |
+
"ece": 0.07071352988481525,
|
| 70 |
+
"mean_conf": 0.7261623141169548,
|
| 71 |
+
"cov@0.5": 0.83,
|
| 72 |
+
"acc@0.5": 0.7349397590361446,
|
| 73 |
+
"cov@0.7": 0.58,
|
| 74 |
+
"acc@0.7": 0.8275862068965517,
|
| 75 |
+
"cov@0.9": 0.2,
|
| 76 |
+
"acc@0.9": 1.0
|
| 77 |
+
},
|
| 78 |
+
"aqua": {
|
| 79 |
+
"n": 253,
|
| 80 |
+
"acc": 0.391304347826087,
|
| 81 |
+
"nll": 1.414271918680051,
|
| 82 |
+
"brier": 0.7115495715758425,
|
| 83 |
+
"ece": 0.0654898358899143,
|
| 84 |
+
"mean_conf": 0.3998582398467384,
|
| 85 |
+
"cov@0.5": 0.20553359683794467,
|
| 86 |
+
"acc@0.5": 0.6538461538461539,
|
| 87 |
+
"cov@0.7": 0.06324110671936758,
|
| 88 |
+
"acc@0.7": 0.8125,
|
| 89 |
+
"cov@0.9": 0.007905138339920948,
|
| 90 |
+
"acc@0.9": 1.0
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"unseen_test_uncalibrated": {},
|
| 94 |
+
"summary": {
|
| 95 |
+
"mean_acc": 0.6903260869565218,
|
| 96 |
+
"mean_ece": 0.06477892174119222
|
| 97 |
+
},
|
| 98 |
+
"history": []
|
| 99 |
+
}
|
v0007-reason/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-reason/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 32,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 16,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"v_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"down_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
+
"k_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false,
|
| 50 |
+
"velora_config": null
|
| 51 |
+
}
|
v0007-reason/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fc7c0ac7ff588b8265990a7b7fc80d48483dec2e776c09d3ddb8c6b6146b0f0
|
| 3 |
+
size 73911112
|
v0007-reason/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-reason/manifest.json
ADDED
|
@@ -0,0 +1,152 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-reason",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-22T05:53:47+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"traps",
|
| 13 |
+
"reason",
|
| 14 |
+
"skills"
|
| 15 |
+
],
|
| 16 |
+
"trained_on": [
|
| 17 |
+
"traps",
|
| 18 |
+
"reason",
|
| 19 |
+
"skills"
|
| 20 |
+
],
|
| 21 |
+
"holdout": [
|
| 22 |
+
"probe"
|
| 23 |
+
],
|
| 24 |
+
"steps": 3144,
|
| 25 |
+
"train_examples": 49321,
|
| 26 |
+
"args": {
|
| 27 |
+
"cmd": "lmtrain",
|
| 28 |
+
"lora_r": 16,
|
| 29 |
+
"loss": "mix",
|
| 30 |
+
"max_per_task": 22000,
|
| 31 |
+
"epochs": 1,
|
| 32 |
+
"lr": 0.0001,
|
| 33 |
+
"anchor": 0.1
|
| 34 |
+
},
|
| 35 |
+
"metrics": {
|
| 36 |
+
"traps": {
|
| 37 |
+
"n": 300,
|
| 38 |
+
"acc": 0.9466666666666667,
|
| 39 |
+
"nll": 0.20538718146178303,
|
| 40 |
+
"brier": 0.06905301894228903,
|
| 41 |
+
"ece": 0.04965091367562613,
|
| 42 |
+
"mean_conf": 0.92676440179348,
|
| 43 |
+
"score_mae": 0.47862898526946085,
|
| 44 |
+
"cov@0.5": 0.9866666666666667,
|
| 45 |
+
"acc@0.5": 0.9493243243243243,
|
| 46 |
+
"cov@0.7": 0.9466666666666667,
|
| 47 |
+
"acc@0.7": 0.971830985915493,
|
| 48 |
+
"cov@0.9": 0.8433333333333334,
|
| 49 |
+
"acc@0.9": 0.9920948616600791
|
| 50 |
+
},
|
| 51 |
+
"reason": {
|
| 52 |
+
"n": 300,
|
| 53 |
+
"acc": 0.98,
|
| 54 |
+
"nll": 0.046410952195114846,
|
| 55 |
+
"brier": 0.025619819302402664,
|
| 56 |
+
"ece": 0.025865860184033737,
|
| 57 |
+
"mean_conf": 0.9718742754062016,
|
| 58 |
+
"cov@0.5": 1.0,
|
| 59 |
+
"acc@0.5": 0.98,
|
| 60 |
+
"cov@0.7": 0.97,
|
| 61 |
+
"acc@0.7": 0.9896907216494846,
|
| 62 |
+
"cov@0.9": 0.95,
|
| 63 |
+
"acc@0.9": 1.0
|
| 64 |
+
},
|
| 65 |
+
"skills": {
|
| 66 |
+
"n": 300,
|
| 67 |
+
"acc": 0.9033333333333333,
|
| 68 |
+
"nll": 0.20629042731885439,
|
| 69 |
+
"brier": 0.11973303077943658,
|
| 70 |
+
"ece": 0.061399669448534644,
|
| 71 |
+
"mean_conf": 0.8790679361422856,
|
| 72 |
+
"cov@0.5": 1.0,
|
| 73 |
+
"acc@0.5": 0.9033333333333333,
|
| 74 |
+
"cov@0.7": 0.83,
|
| 75 |
+
"acc@0.7": 0.9759036144578314,
|
| 76 |
+
"cov@0.9": 0.7166666666666667,
|
| 77 |
+
"acc@0.9": 1.0
|
| 78 |
+
}
|
| 79 |
+
},
|
| 80 |
+
"unseen_test_uncalibrated": {
|
| 81 |
+
"probe": {
|
| 82 |
+
"n": 97,
|
| 83 |
+
"acc": 0.9381443298969072,
|
| 84 |
+
"nll": 0.1893354459761264,
|
| 85 |
+
"brier": 0.09341768317288839,
|
| 86 |
+
"ece": 0.04105151006855912,
|
| 87 |
+
"mean_conf": 0.9446589375279614,
|
| 88 |
+
"score_mae": 0.18023038718577786,
|
| 89 |
+
"cov@0.5": 1.0,
|
| 90 |
+
"acc@0.5": 0.9381443298969072,
|
| 91 |
+
"cov@0.7": 0.9381443298969072,
|
| 92 |
+
"acc@0.7": 0.967032967032967,
|
| 93 |
+
"cov@0.9": 0.865979381443299,
|
| 94 |
+
"acc@0.9": 0.9761904761904762,
|
| 95 |
+
"families": {
|
| 96 |
+
"desc": [
|
| 97 |
+
14,
|
| 98 |
+
15
|
| 99 |
+
],
|
| 100 |
+
"negation": [
|
| 101 |
+
10,
|
| 102 |
+
10
|
| 103 |
+
],
|
| 104 |
+
"logic": [
|
| 105 |
+
15,
|
| 106 |
+
17
|
| 107 |
+
],
|
| 108 |
+
"score": [
|
| 109 |
+
11,
|
| 110 |
+
12
|
| 111 |
+
],
|
| 112 |
+
"json": [
|
| 113 |
+
6,
|
| 114 |
+
6
|
| 115 |
+
],
|
| 116 |
+
"taxonomy": [
|
| 117 |
+
14,
|
| 118 |
+
14
|
| 119 |
+
],
|
| 120 |
+
"plausible": [
|
| 121 |
+
4,
|
| 122 |
+
4
|
| 123 |
+
],
|
| 124 |
+
"twist": [
|
| 125 |
+
3,
|
| 126 |
+
3
|
| 127 |
+
],
|
| 128 |
+
"time": [
|
| 129 |
+
4,
|
| 130 |
+
5
|
| 131 |
+
],
|
| 132 |
+
"intent": [
|
| 133 |
+
2,
|
| 134 |
+
3
|
| 135 |
+
],
|
| 136 |
+
"compare": [
|
| 137 |
+
4,
|
| 138 |
+
4
|
| 139 |
+
],
|
| 140 |
+
"criteria": [
|
| 141 |
+
4,
|
| 142 |
+
4
|
| 143 |
+
]
|
| 144 |
+
}
|
| 145 |
+
}
|
| 146 |
+
},
|
| 147 |
+
"summary": {
|
| 148 |
+
"mean_acc": 0.9433333333333334,
|
| 149 |
+
"mean_ece": 0.04563881443606484
|
| 150 |
+
},
|
| 151 |
+
"history": []
|
| 152 |
+
}
|
v0007-safety/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-safety/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 16,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 8,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"v_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"o_proj",
|
| 38 |
+
"q_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_bdlora": null,
|
| 44 |
+
"use_dora": false,
|
| 45 |
+
"use_qalora": false,
|
| 46 |
+
"use_rslora": false,
|
| 47 |
+
"velora_config": null
|
| 48 |
+
}
|
v0007-safety/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5f965c1e859e8aa35ef4f37b347ca108e50f84b7e8cce29eee581ffe48f2de0
|
| 3 |
+
size 8745704
|
v0007-safety/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-safety/manifest.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-safety",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-18T13:21:25+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"jailbreak",
|
| 13 |
+
"toxic",
|
| 14 |
+
"tweet_hate",
|
| 15 |
+
"tweet_offensive"
|
| 16 |
+
],
|
| 17 |
+
"trained_on": [
|
| 18 |
+
"jailbreak",
|
| 19 |
+
"toxic",
|
| 20 |
+
"tweet_hate",
|
| 21 |
+
"tweet_offensive"
|
| 22 |
+
],
|
| 23 |
+
"holdout": [],
|
| 24 |
+
"steps": 607,
|
| 25 |
+
"train_examples": 8344,
|
| 26 |
+
"args": {
|
| 27 |
+
"cmd": "lmtrain",
|
| 28 |
+
"lora_r": 8,
|
| 29 |
+
"loss": "mix",
|
| 30 |
+
"max_per_task": 2500,
|
| 31 |
+
"epochs": 1,
|
| 32 |
+
"lr": 0.0001,
|
| 33 |
+
"anchor": 0.1
|
| 34 |
+
},
|
| 35 |
+
"metrics": {
|
| 36 |
+
"jailbreak": {
|
| 37 |
+
"n": 200,
|
| 38 |
+
"acc": 0.98,
|
| 39 |
+
"nll": 0.06724073947718683,
|
| 40 |
+
"brier": 0.03142695878535079,
|
| 41 |
+
"ece": 0.008043854534626017,
|
| 42 |
+
"mean_conf": 0.988043854534626,
|
| 43 |
+
"cov@0.5": 1.0,
|
| 44 |
+
"acc@0.5": 0.98,
|
| 45 |
+
"cov@0.7": 0.995,
|
| 46 |
+
"acc@0.7": 0.9849246231155779,
|
| 47 |
+
"cov@0.9": 0.99,
|
| 48 |
+
"acc@0.9": 0.98989898989899
|
| 49 |
+
},
|
| 50 |
+
"toxic": {
|
| 51 |
+
"n": 300,
|
| 52 |
+
"acc": 0.8666666666666667,
|
| 53 |
+
"nll": 0.3084903371258136,
|
| 54 |
+
"brier": 0.19258679203988513,
|
| 55 |
+
"ece": 0.03767327169577279,
|
| 56 |
+
"mean_conf": 0.8952765788634618,
|
| 57 |
+
"cov@0.5": 1.0,
|
| 58 |
+
"acc@0.5": 0.8666666666666667,
|
| 59 |
+
"cov@0.7": 0.8966666666666666,
|
| 60 |
+
"acc@0.7": 0.9033457249070632,
|
| 61 |
+
"cov@0.9": 0.6766666666666666,
|
| 62 |
+
"acc@0.9": 0.9655172413793104
|
| 63 |
+
},
|
| 64 |
+
"tweet_hate": {
|
| 65 |
+
"n": 300,
|
| 66 |
+
"acc": 0.7433333333333333,
|
| 67 |
+
"nll": 0.5153975753819442,
|
| 68 |
+
"brier": 0.3425311312237358,
|
| 69 |
+
"ece": 0.08356260061264038,
|
| 70 |
+
"mean_conf": 0.8240628039836884,
|
| 71 |
+
"cov@0.5": 1.0,
|
| 72 |
+
"acc@0.5": 0.7433333333333333,
|
| 73 |
+
"cov@0.7": 0.78,
|
| 74 |
+
"acc@0.7": 0.811965811965812,
|
| 75 |
+
"cov@0.9": 0.39,
|
| 76 |
+
"acc@0.9": 0.9145299145299145
|
| 77 |
+
},
|
| 78 |
+
"tweet_offensive": {
|
| 79 |
+
"n": 300,
|
| 80 |
+
"acc": 0.7866666666666666,
|
| 81 |
+
"nll": 0.4662258180163463,
|
| 82 |
+
"brier": 0.3043113272015309,
|
| 83 |
+
"ece": 0.053681320548057555,
|
| 84 |
+
"mean_conf": 0.8303003575404485,
|
| 85 |
+
"cov@0.5": 1.0,
|
| 86 |
+
"acc@0.5": 0.7866666666666666,
|
| 87 |
+
"cov@0.7": 0.7933333333333333,
|
| 88 |
+
"acc@0.7": 0.8403361344537815,
|
| 89 |
+
"cov@0.9": 0.4533333333333333,
|
| 90 |
+
"acc@0.9": 0.9191176470588235
|
| 91 |
+
}
|
| 92 |
+
},
|
| 93 |
+
"unseen_test_uncalibrated": {},
|
| 94 |
+
"summary": {
|
| 95 |
+
"mean_acc": 0.8441666666666666,
|
| 96 |
+
"mean_ece": 0.04574026184777419
|
| 97 |
+
},
|
| 98 |
+
"history": []
|
| 99 |
+
}
|
v0007-sentiment/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-sentiment/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 16,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 8,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"o_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
+
"k_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_bdlora": null,
|
| 44 |
+
"use_dora": false,
|
| 45 |
+
"use_qalora": false,
|
| 46 |
+
"use_rslora": false,
|
| 47 |
+
"velora_config": null
|
| 48 |
+
}
|
v0007-sentiment/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3852848d0d44b8247bae59335f4a5a8a8a01cd798a324471378a451ceb8a3e6e
|
| 3 |
+
size 8745704
|
v0007-sentiment/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-sentiment/manifest.json
ADDED
|
@@ -0,0 +1,235 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-sentiment",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-22T06:27:25+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"sst2",
|
| 13 |
+
"sst5",
|
| 14 |
+
"yelp",
|
| 15 |
+
"tweet_sentiment",
|
| 16 |
+
"emotion",
|
| 17 |
+
"goemo_soft",
|
| 18 |
+
"tweet_irony",
|
| 19 |
+
"imdb",
|
| 20 |
+
"formality",
|
| 21 |
+
"politeness",
|
| 22 |
+
"sarcasm"
|
| 23 |
+
],
|
| 24 |
+
"trained_on": [
|
| 25 |
+
"sst2",
|
| 26 |
+
"sst5",
|
| 27 |
+
"yelp",
|
| 28 |
+
"tweet_sentiment",
|
| 29 |
+
"emotion",
|
| 30 |
+
"goemo_soft",
|
| 31 |
+
"tweet_irony",
|
| 32 |
+
"imdb",
|
| 33 |
+
"formality",
|
| 34 |
+
"politeness",
|
| 35 |
+
"sarcasm"
|
| 36 |
+
],
|
| 37 |
+
"holdout": [
|
| 38 |
+
"fin_sentiment",
|
| 39 |
+
"counterfactual"
|
| 40 |
+
],
|
| 41 |
+
"steps": 1782,
|
| 42 |
+
"train_examples": 22000,
|
| 43 |
+
"args": {
|
| 44 |
+
"cmd": "lmtrain",
|
| 45 |
+
"lora_r": 8,
|
| 46 |
+
"loss": "mix",
|
| 47 |
+
"max_per_task": 2000,
|
| 48 |
+
"epochs": 1,
|
| 49 |
+
"lr": 0.0001,
|
| 50 |
+
"anchor": 0.1
|
| 51 |
+
},
|
| 52 |
+
"metrics": {
|
| 53 |
+
"sst2": {
|
| 54 |
+
"n": 300,
|
| 55 |
+
"acc": 0.9466666666666667,
|
| 56 |
+
"nll": 0.1605975828277054,
|
| 57 |
+
"brier": 0.0888536530799026,
|
| 58 |
+
"ece": 0.027998056411743223,
|
| 59 |
+
"mean_conf": 0.9642687650521596,
|
| 60 |
+
"cov@0.5": 1.0,
|
| 61 |
+
"acc@0.5": 0.9466666666666667,
|
| 62 |
+
"cov@0.7": 0.9766666666666667,
|
| 63 |
+
"acc@0.7": 0.9556313993174061,
|
| 64 |
+
"cov@0.9": 0.9066666666666666,
|
| 65 |
+
"acc@0.9": 0.9632352941176471
|
| 66 |
+
},
|
| 67 |
+
"sst5": {
|
| 68 |
+
"n": 300,
|
| 69 |
+
"acc": 0.5766666666666667,
|
| 70 |
+
"nll": 1.030410210134918,
|
| 71 |
+
"brier": 0.5736773828010426,
|
| 72 |
+
"ece": 0.05870265493790308,
|
| 73 |
+
"mean_conf": 0.5829293202360472,
|
| 74 |
+
"score_mae": 0.5457962888351175,
|
| 75 |
+
"cov@0.5": 0.79,
|
| 76 |
+
"acc@0.5": 0.6075949367088608,
|
| 77 |
+
"cov@0.7": 0.11666666666666667,
|
| 78 |
+
"acc@0.7": 0.7142857142857143,
|
| 79 |
+
"cov@0.9": 0.0,
|
| 80 |
+
"acc@0.9": NaN
|
| 81 |
+
},
|
| 82 |
+
"yelp": {
|
| 83 |
+
"n": 300,
|
| 84 |
+
"acc": 0.69,
|
| 85 |
+
"nll": 0.7307452479655708,
|
| 86 |
+
"brier": 0.4235077727191108,
|
| 87 |
+
"ece": 0.08372766455014549,
|
| 88 |
+
"mean_conf": 0.7693662059307098,
|
| 89 |
+
"score_mae": 0.36723209824798686,
|
| 90 |
+
"cov@0.5": 0.9533333333333334,
|
| 91 |
+
"acc@0.5": 0.7027972027972028,
|
| 92 |
+
"cov@0.7": 0.69,
|
| 93 |
+
"acc@0.7": 0.782608695652174,
|
| 94 |
+
"cov@0.9": 0.21333333333333335,
|
| 95 |
+
"acc@0.9": 0.921875
|
| 96 |
+
},
|
| 97 |
+
"tweet_sentiment": {
|
| 98 |
+
"n": 300,
|
| 99 |
+
"acc": 0.7233333333333334,
|
| 100 |
+
"nll": 0.6324473977408053,
|
| 101 |
+
"brier": 0.37319421960896293,
|
| 102 |
+
"ece": 0.061867911020914726,
|
| 103 |
+
"mean_conf": 0.7788027099768321,
|
| 104 |
+
"score_mae": 0.3486348866733412,
|
| 105 |
+
"cov@0.5": 0.99,
|
| 106 |
+
"acc@0.5": 0.7239057239057239,
|
| 107 |
+
"cov@0.7": 0.69,
|
| 108 |
+
"acc@0.7": 0.8115942028985508,
|
| 109 |
+
"cov@0.9": 0.2733333333333333,
|
| 110 |
+
"acc@0.9": 0.9024390243902439
|
| 111 |
+
},
|
| 112 |
+
"emotion": {
|
| 113 |
+
"n": 300,
|
| 114 |
+
"acc": 0.78,
|
| 115 |
+
"nll": 0.6305815624709215,
|
| 116 |
+
"brier": 0.3066913792466958,
|
| 117 |
+
"ece": 0.07204169511795044,
|
| 118 |
+
"mean_conf": 0.8520416951179505,
|
| 119 |
+
"cov@0.5": 0.96,
|
| 120 |
+
"acc@0.5": 0.7951388888888888,
|
| 121 |
+
"cov@0.7": 0.8166666666666667,
|
| 122 |
+
"acc@0.7": 0.8612244897959184,
|
| 123 |
+
"cov@0.9": 0.55,
|
| 124 |
+
"acc@0.9": 0.9575757575757575
|
| 125 |
+
},
|
| 126 |
+
"tweet_irony": {
|
| 127 |
+
"n": 300,
|
| 128 |
+
"acc": 0.7366666666666667,
|
| 129 |
+
"nll": 0.5502091578371892,
|
| 130 |
+
"brier": 0.3718147638320287,
|
| 131 |
+
"ece": 0.08492387334505717,
|
| 132 |
+
"mean_conf": 0.7882708374659221,
|
| 133 |
+
"cov@0.5": 1.0,
|
| 134 |
+
"acc@0.5": 0.7366666666666667,
|
| 135 |
+
"cov@0.7": 0.74,
|
| 136 |
+
"acc@0.7": 0.7837837837837838,
|
| 137 |
+
"cov@0.9": 0.23333333333333334,
|
| 138 |
+
"acc@0.9": 0.9142857142857143
|
| 139 |
+
},
|
| 140 |
+
"imdb": {
|
| 141 |
+
"n": 300,
|
| 142 |
+
"acc": 0.9633333333333334,
|
| 143 |
+
"nll": 0.13351794521006682,
|
| 144 |
+
"brier": 0.060667604680717205,
|
| 145 |
+
"ece": 0.025028558770815598,
|
| 146 |
+
"mean_conf": 0.9825289577245713,
|
| 147 |
+
"cov@0.5": 1.0,
|
| 148 |
+
"acc@0.5": 0.9633333333333334,
|
| 149 |
+
"cov@0.7": 0.99,
|
| 150 |
+
"acc@0.7": 0.9696969696969697,
|
| 151 |
+
"cov@0.9": 0.9633333333333334,
|
| 152 |
+
"acc@0.9": 0.9792387543252595
|
| 153 |
+
},
|
| 154 |
+
"formality": {
|
| 155 |
+
"n": 300,
|
| 156 |
+
"acc": 0.6133333333333333,
|
| 157 |
+
"nll": 0.9954126704919857,
|
| 158 |
+
"brier": 0.25669049533824123,
|
| 159 |
+
"ece": 0.061814626157283774,
|
| 160 |
+
"mean_conf": 0.5946429490049681,
|
| 161 |
+
"score_mae": 0.4740935998460433,
|
| 162 |
+
"cov@0.5": 0.89,
|
| 163 |
+
"acc@0.5": 0.6179775280898876,
|
| 164 |
+
"cov@0.7": 0.06666666666666667,
|
| 165 |
+
"acc@0.7": 0.75,
|
| 166 |
+
"cov@0.9": 0.0,
|
| 167 |
+
"acc@0.9": NaN
|
| 168 |
+
},
|
| 169 |
+
"politeness": {
|
| 170 |
+
"n": 300,
|
| 171 |
+
"acc": 0.8566666666666667,
|
| 172 |
+
"nll": 0.3775658668930503,
|
| 173 |
+
"brier": 0.19322453000823264,
|
| 174 |
+
"ece": 0.03797433485587436,
|
| 175 |
+
"mean_conf": 0.8931960561871528,
|
| 176 |
+
"score_mae": 0.2005545631381392,
|
| 177 |
+
"cov@0.5": 0.9766666666666667,
|
| 178 |
+
"acc@0.5": 0.8703071672354948,
|
| 179 |
+
"cov@0.7": 0.87,
|
| 180 |
+
"acc@0.7": 0.9233716475095786,
|
| 181 |
+
"cov@0.9": 0.6633333333333333,
|
| 182 |
+
"acc@0.9": 0.9748743718592965
|
| 183 |
+
},
|
| 184 |
+
"sarcasm": {
|
| 185 |
+
"n": 300,
|
| 186 |
+
"acc": 0.8766666666666667,
|
| 187 |
+
"nll": 0.45201081925126335,
|
| 188 |
+
"brier": 0.10946457478491955,
|
| 189 |
+
"ece": 0.08731486479441326,
|
| 190 |
+
"mean_conf": 0.8211214067538579,
|
| 191 |
+
"score_mae": 0.4119935893134519,
|
| 192 |
+
"cov@0.5": 0.94,
|
| 193 |
+
"acc@0.5": 0.8971631205673759,
|
| 194 |
+
"cov@0.7": 0.7633333333333333,
|
| 195 |
+
"acc@0.7": 0.9606986899563319,
|
| 196 |
+
"cov@0.9": 0.49,
|
| 197 |
+
"acc@0.9": 0.9931972789115646
|
| 198 |
+
}
|
| 199 |
+
},
|
| 200 |
+
"unseen_test_uncalibrated": {
|
| 201 |
+
"fin_sentiment": {
|
| 202 |
+
"n": 1000,
|
| 203 |
+
"acc": 0.807,
|
| 204 |
+
"nll": 0.4482609479897583,
|
| 205 |
+
"brier": 0.2712111023947865,
|
| 206 |
+
"ece": 0.025465373486280456,
|
| 207 |
+
"mean_conf": 0.8211387673318387,
|
| 208 |
+
"cov@0.5": 0.992,
|
| 209 |
+
"acc@0.5": 0.8104838709677419,
|
| 210 |
+
"cov@0.7": 0.799,
|
| 211 |
+
"acc@0.7": 0.8685857321652065,
|
| 212 |
+
"cov@0.9": 0.369,
|
| 213 |
+
"acc@0.9": 0.9376693766937669
|
| 214 |
+
},
|
| 215 |
+
"counterfactual": {
|
| 216 |
+
"n": 1000,
|
| 217 |
+
"acc": 0.855,
|
| 218 |
+
"nll": 0.3709632075470155,
|
| 219 |
+
"brier": 0.2216712187729024,
|
| 220 |
+
"ece": 0.07320722198486329,
|
| 221 |
+
"mean_conf": 0.7820079625844956,
|
| 222 |
+
"cov@0.5": 1.0,
|
| 223 |
+
"acc@0.5": 0.855,
|
| 224 |
+
"cov@0.7": 0.748,
|
| 225 |
+
"acc@0.7": 0.9251336898395722,
|
| 226 |
+
"cov@0.9": 0.135,
|
| 227 |
+
"acc@0.9": 0.9703703703703703
|
| 228 |
+
}
|
| 229 |
+
},
|
| 230 |
+
"summary": {
|
| 231 |
+
"mean_acc": 0.7763333333333333,
|
| 232 |
+
"mean_ece": 0.06013942399621011
|
| 233 |
+
},
|
| 234 |
+
"history": []
|
| 235 |
+
}
|
v0007-spam/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-spam/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 16,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 8,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"v_proj",
|
| 36 |
+
"o_proj",
|
| 37 |
+
"up_proj",
|
| 38 |
+
"k_proj",
|
| 39 |
+
"gate_proj",
|
| 40 |
+
"down_proj",
|
| 41 |
+
"q_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false,
|
| 50 |
+
"velora_config": null
|
| 51 |
+
}
|
v0007-spam/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cdf75e1415b9c0771726ce43a0c4012dcb48bc9c1de8b68b7b718815312c7fb
|
| 3 |
+
size 36981072
|
v0007-spam/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-spam/manifest.json
ADDED
|
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-spam",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-18T06:05:30+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"spam"
|
| 13 |
+
],
|
| 14 |
+
"trained_on": [
|
| 15 |
+
"spam"
|
| 16 |
+
],
|
| 17 |
+
"holdout": [
|
| 18 |
+
"probe",
|
| 19 |
+
"sst2",
|
| 20 |
+
"mnli",
|
| 21 |
+
"cola"
|
| 22 |
+
],
|
| 23 |
+
"steps": 589,
|
| 24 |
+
"train_examples": 4000,
|
| 25 |
+
"args": {
|
| 26 |
+
"cmd": "lmtrain",
|
| 27 |
+
"lora_r": 8,
|
| 28 |
+
"loss": "mix",
|
| 29 |
+
"max_per_task": 4000,
|
| 30 |
+
"epochs": 1,
|
| 31 |
+
"lr": 0.0001,
|
| 32 |
+
"anchor": 0.1
|
| 33 |
+
},
|
| 34 |
+
"metrics": {
|
| 35 |
+
"spam": {
|
| 36 |
+
"n": 300,
|
| 37 |
+
"acc": 0.99,
|
| 38 |
+
"nll": 0.04094129466820647,
|
| 39 |
+
"brier": 0.01309215253075488,
|
| 40 |
+
"ece": 0.031613957881927515,
|
| 41 |
+
"mean_conf": 0.9694881041844686,
|
| 42 |
+
"cov@0.5": 1.0,
|
| 43 |
+
"acc@0.5": 0.99,
|
| 44 |
+
"cov@0.7": 0.9933333333333333,
|
| 45 |
+
"acc@0.7": 0.9966442953020134,
|
| 46 |
+
"cov@0.9": 0.9666666666666667,
|
| 47 |
+
"acc@0.9": 1.0
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
"unseen_test_uncalibrated": {
|
| 51 |
+
"probe": {
|
| 52 |
+
"n": 97,
|
| 53 |
+
"acc": 0.8969072164948454,
|
| 54 |
+
"nll": 0.21773648728926945,
|
| 55 |
+
"brier": 0.1273214505148998,
|
| 56 |
+
"ece": 0.07348626329726782,
|
| 57 |
+
"mean_conf": 0.9161194676590949,
|
| 58 |
+
"score_mae": 0.15704563955659978,
|
| 59 |
+
"cov@0.5": 0.9896907216494846,
|
| 60 |
+
"acc@0.5": 0.90625,
|
| 61 |
+
"cov@0.7": 0.8969072164948454,
|
| 62 |
+
"acc@0.7": 0.9540229885057471,
|
| 63 |
+
"cov@0.9": 0.7938144329896907,
|
| 64 |
+
"acc@0.9": 0.987012987012987,
|
| 65 |
+
"families": {
|
| 66 |
+
"desc": [
|
| 67 |
+
13,
|
| 68 |
+
15
|
| 69 |
+
],
|
| 70 |
+
"negation": [
|
| 71 |
+
10,
|
| 72 |
+
10
|
| 73 |
+
],
|
| 74 |
+
"logic": [
|
| 75 |
+
13,
|
| 76 |
+
17
|
| 77 |
+
],
|
| 78 |
+
"score": [
|
| 79 |
+
11,
|
| 80 |
+
12
|
| 81 |
+
],
|
| 82 |
+
"json": [
|
| 83 |
+
6,
|
| 84 |
+
6
|
| 85 |
+
],
|
| 86 |
+
"taxonomy": [
|
| 87 |
+
14,
|
| 88 |
+
14
|
| 89 |
+
],
|
| 90 |
+
"plausible": [
|
| 91 |
+
4,
|
| 92 |
+
4
|
| 93 |
+
],
|
| 94 |
+
"twist": [
|
| 95 |
+
3,
|
| 96 |
+
3
|
| 97 |
+
],
|
| 98 |
+
"time": [
|
| 99 |
+
4,
|
| 100 |
+
5
|
| 101 |
+
],
|
| 102 |
+
"intent": [
|
| 103 |
+
2,
|
| 104 |
+
3
|
| 105 |
+
],
|
| 106 |
+
"compare": [
|
| 107 |
+
3,
|
| 108 |
+
4
|
| 109 |
+
],
|
| 110 |
+
"criteria": [
|
| 111 |
+
4,
|
| 112 |
+
4
|
| 113 |
+
]
|
| 114 |
+
}
|
| 115 |
+
},
|
| 116 |
+
"sst2": {
|
| 117 |
+
"n": 872,
|
| 118 |
+
"acc": 0.9575688073394495,
|
| 119 |
+
"nll": 0.1396011574813463,
|
| 120 |
+
"brier": 0.07172239838956931,
|
| 121 |
+
"ece": 0.014292597087151384,
|
| 122 |
+
"mean_conf": 0.9680821417121712,
|
| 123 |
+
"cov@0.5": 1.0,
|
| 124 |
+
"acc@0.5": 0.9575688073394495,
|
| 125 |
+
"cov@0.7": 0.9793577981651376,
|
| 126 |
+
"acc@0.7": 0.9637002341920374,
|
| 127 |
+
"cov@0.9": 0.9438073394495413,
|
| 128 |
+
"acc@0.9": 0.9732685297691372
|
| 129 |
+
},
|
| 130 |
+
"mnli": {
|
| 131 |
+
"n": 1000,
|
| 132 |
+
"acc": 0.859,
|
| 133 |
+
"nll": 0.3888388354725572,
|
| 134 |
+
"brier": 0.21223603757591059,
|
| 135 |
+
"ece": 0.04788112017512322,
|
| 136 |
+
"mean_conf": 0.8856889481842518,
|
| 137 |
+
"cov@0.5": 0.987,
|
| 138 |
+
"acc@0.5": 0.8662613981762918,
|
| 139 |
+
"cov@0.7": 0.909,
|
| 140 |
+
"acc@0.7": 0.8954895489548955,
|
| 141 |
+
"cov@0.9": 0.655,
|
| 142 |
+
"acc@0.9": 0.9587786259541985
|
| 143 |
+
},
|
| 144 |
+
"cola": {
|
| 145 |
+
"n": 1000,
|
| 146 |
+
"acc": 0.759,
|
| 147 |
+
"nll": 0.5066963657737495,
|
| 148 |
+
"brier": 0.33443985155856215,
|
| 149 |
+
"ece": 0.0523103475570679,
|
| 150 |
+
"mean_conf": 0.791339822769165,
|
| 151 |
+
"cov@0.5": 1.0,
|
| 152 |
+
"acc@0.5": 0.759,
|
| 153 |
+
"cov@0.7": 0.764,
|
| 154 |
+
"acc@0.7": 0.8167539267015707,
|
| 155 |
+
"cov@0.9": 0.207,
|
| 156 |
+
"acc@0.9": 0.9516908212560387
|
| 157 |
+
}
|
| 158 |
+
},
|
| 159 |
+
"summary": {
|
| 160 |
+
"mean_acc": 0.99,
|
| 161 |
+
"mean_ece": 0.031613957881927515
|
| 162 |
+
},
|
| 163 |
+
"history": []
|
| 164 |
+
}
|
v0007-support/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-support/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 16,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 8,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"o_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"v_proj",
|
| 38 |
+
"q_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_bdlora": null,
|
| 44 |
+
"use_dora": false,
|
| 45 |
+
"use_qalora": false,
|
| 46 |
+
"use_rslora": false,
|
| 47 |
+
"velora_config": null
|
| 48 |
+
}
|
v0007-support/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7946a71e55508a0d6c003df763e4dc48a5a68936214e12c732155b2947c7196d
|
| 3 |
+
size 8745704
|
v0007-support/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-support/manifest.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-support",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-18T12:52:37+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"banking77",
|
| 13 |
+
"clinc150",
|
| 14 |
+
"massive_intent"
|
| 15 |
+
],
|
| 16 |
+
"trained_on": [
|
| 17 |
+
"banking77",
|
| 18 |
+
"clinc150",
|
| 19 |
+
"massive_intent"
|
| 20 |
+
],
|
| 21 |
+
"holdout": [
|
| 22 |
+
"trec"
|
| 23 |
+
],
|
| 24 |
+
"steps": 1067,
|
| 25 |
+
"train_examples": 12000,
|
| 26 |
+
"args": {
|
| 27 |
+
"cmd": "lmtrain",
|
| 28 |
+
"lora_r": 8,
|
| 29 |
+
"loss": "mix",
|
| 30 |
+
"max_per_task": 4000,
|
| 31 |
+
"epochs": 1,
|
| 32 |
+
"lr": 0.0001,
|
| 33 |
+
"anchor": 0.1
|
| 34 |
+
},
|
| 35 |
+
"metrics": {},
|
| 36 |
+
"unseen_test_uncalibrated": {
|
| 37 |
+
"trec": {
|
| 38 |
+
"n": 500,
|
| 39 |
+
"acc": 0.758,
|
| 40 |
+
"nll": 0.767611707548029,
|
| 41 |
+
"brier": 0.37113630112335455,
|
| 42 |
+
"ece": 0.08773053616285323,
|
| 43 |
+
"mean_conf": 0.8239709965586662,
|
| 44 |
+
"cov@0.5": 0.924,
|
| 45 |
+
"acc@0.5": 0.7835497835497836,
|
| 46 |
+
"cov@0.7": 0.762,
|
| 47 |
+
"acc@0.7": 0.8293963254593176,
|
| 48 |
+
"cov@0.9": 0.474,
|
| 49 |
+
"acc@0.9": 0.8734177215189873
|
| 50 |
+
}
|
| 51 |
+
},
|
| 52 |
+
"summary": {
|
| 53 |
+
"mean_acc": null,
|
| 54 |
+
"mean_ece": null
|
| 55 |
+
},
|
| 56 |
+
"history": []
|
| 57 |
+
}
|
v0007-typed/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007-typed/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 32,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 16,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"q_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"down_proj",
|
| 38 |
+
"up_proj",
|
| 39 |
+
"o_proj",
|
| 40 |
+
"gate_proj",
|
| 41 |
+
"v_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false,
|
| 50 |
+
"velora_config": null
|
| 51 |
+
}
|
v0007-typed/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:149d0ab7101690ea40791ef8eec305fda05ffb73a72fff13260c2ef0827deb88
|
| 3 |
+
size 73911112
|
v0007-typed/config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"parents": [
|
| 6 |
+
"v0007"
|
| 7 |
+
],
|
| 8 |
+
"max_state_tokens": 700,
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"temperature": 1.0
|
| 11 |
+
}
|
v0007-typed/manifest.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "v0007-typed",
|
| 3 |
+
"parent": "v0007",
|
| 4 |
+
"parents": [
|
| 5 |
+
"v0007"
|
| 6 |
+
],
|
| 7 |
+
"kind": "lmhead",
|
| 8 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 9 |
+
"max_len": 1024,
|
| 10 |
+
"created": "2026-09-22T11:39:50+00:00",
|
| 11 |
+
"tasks": [
|
| 12 |
+
"typed_decisions"
|
| 13 |
+
],
|
| 14 |
+
"trained_on": [
|
| 15 |
+
"typed_decisions"
|
| 16 |
+
],
|
| 17 |
+
"holdout": [],
|
| 18 |
+
"steps": 1352,
|
| 19 |
+
"train_examples": 5400,
|
| 20 |
+
"args": {
|
| 21 |
+
"cmd": "lmtrain",
|
| 22 |
+
"lora_r": 16,
|
| 23 |
+
"loss": "mix",
|
| 24 |
+
"max_per_task": 6000,
|
| 25 |
+
"epochs": 2,
|
| 26 |
+
"lr": 0.0001,
|
| 27 |
+
"anchor": 0.1
|
| 28 |
+
},
|
| 29 |
+
"metrics": {
|
| 30 |
+
"typed_decisions": {
|
| 31 |
+
"n": 300,
|
| 32 |
+
"acc": 0.85,
|
| 33 |
+
"nll": 0.7897254475627804,
|
| 34 |
+
"brier": 0.04430931889174507,
|
| 35 |
+
"ece": 0.21966197381416955,
|
| 36 |
+
"mean_conf": 0.6374534544348717,
|
| 37 |
+
"score_mae": 0.34401526501434937,
|
| 38 |
+
"cov@0.5": 0.76,
|
| 39 |
+
"acc@0.5": 0.9342105263157895,
|
| 40 |
+
"cov@0.7": 0.30666666666666664,
|
| 41 |
+
"acc@0.7": 0.9891304347826086,
|
| 42 |
+
"cov@0.9": 0.13666666666666666,
|
| 43 |
+
"acc@0.9": 1.0
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"unseen_test_uncalibrated": {},
|
| 47 |
+
"summary": {
|
| 48 |
+
"mean_acc": 0.85,
|
| 49 |
+
"mean_ece": 0.21966197381416955
|
| 50 |
+
},
|
| 51 |
+
"history": []
|
| 52 |
+
}
|
v0007/adapter/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen2.5-1.5B-Instruct
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2.5-1.5B-Instruct
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.21.0
|
v0007/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"kasa_config": null,
|
| 16 |
+
"layer_replication": null,
|
| 17 |
+
"layers_pattern": null,
|
| 18 |
+
"layers_to_transform": null,
|
| 19 |
+
"loftq_config": {},
|
| 20 |
+
"lora_alpha": 32,
|
| 21 |
+
"lora_bias": false,
|
| 22 |
+
"lora_dropout": 0.05,
|
| 23 |
+
"lora_ga_config": null,
|
| 24 |
+
"megatron_config": null,
|
| 25 |
+
"megatron_core": "megatron.core",
|
| 26 |
+
"modules_to_save": null,
|
| 27 |
+
"monteclora_config": null,
|
| 28 |
+
"peft_type": "LORA",
|
| 29 |
+
"peft_version": "0.21.0",
|
| 30 |
+
"qalora_group_size": 16,
|
| 31 |
+
"r": 16,
|
| 32 |
+
"rank_pattern": {},
|
| 33 |
+
"revision": null,
|
| 34 |
+
"target_modules": [
|
| 35 |
+
"gate_proj",
|
| 36 |
+
"up_proj",
|
| 37 |
+
"v_proj",
|
| 38 |
+
"down_proj",
|
| 39 |
+
"q_proj",
|
| 40 |
+
"k_proj",
|
| 41 |
+
"o_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": "CAUSAL_LM",
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false,
|
| 50 |
+
"velora_config": null
|
| 51 |
+
}
|
v0007/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1440f82c9cf591ec770b21d1f2f30b542ea8a368ea875b11a74027bba549d199
|
| 3 |
+
size 73911112
|
v0007/config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "lmhead",
|
| 3 |
+
"backbone": "Qwen/Qwen2.5-1.5B-Instruct",
|
| 4 |
+
"adapter": "adapter",
|
| 5 |
+
"max_state_tokens": 700,
|
| 6 |
+
"max_len": 1024,
|
| 7 |
+
"temperature": 1.0194810628890991,
|
| 8 |
+
"temperature_by_k": {
|
| 9 |
+
"2-2": 0.9909,
|
| 10 |
+
"3-5": 1.0355,
|
| 11 |
+
"6-20": 1.0193
|
| 12 |
+
}
|
| 13 |
+
}
|
v0007/eval_test.json
ADDED
|
@@ -0,0 +1,1017 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ag_news": {
|
| 3 |
+
"n": 500,
|
| 4 |
+
"acc": 0.904,
|
| 5 |
+
"nll": 0.2952045052830233,
|
| 6 |
+
"brier": 0.14562407385514445,
|
| 7 |
+
"ece": 0.03137661844491955,
|
| 8 |
+
"mean_conf": 0.9168671212792396,
|
| 9 |
+
"cov@0.5": 0.992,
|
| 10 |
+
"acc@0.5": 0.9092741935483871,
|
| 11 |
+
"cov@0.7": 0.91,
|
| 12 |
+
"acc@0.7": 0.945054945054945,
|
| 13 |
+
"cov@0.9": 0.762,
|
| 14 |
+
"acc@0.9": 0.963254593175853
|
| 15 |
+
},
|
| 16 |
+
"boolq": {
|
| 17 |
+
"n": 500,
|
| 18 |
+
"acc": 0.822,
|
| 19 |
+
"nll": 0.38821684995019157,
|
| 20 |
+
"brier": 0.24384808029659086,
|
| 21 |
+
"ece": 0.044399895310401956,
|
| 22 |
+
"mean_conf": 0.8563220142126083,
|
| 23 |
+
"cov@0.5": 1.0,
|
| 24 |
+
"acc@0.5": 0.822,
|
| 25 |
+
"cov@0.7": 0.866,
|
| 26 |
+
"acc@0.7": 0.8729792147806005,
|
| 27 |
+
"cov@0.9": 0.486,
|
| 28 |
+
"acc@0.9": 0.9465020576131687
|
| 29 |
+
},
|
| 30 |
+
"commonsense_qa": {
|
| 31 |
+
"n": 500,
|
| 32 |
+
"acc": 0.792,
|
| 33 |
+
"nll": 0.6138367100376695,
|
| 34 |
+
"brier": 0.31621131048467216,
|
| 35 |
+
"ece": 0.04827169889211652,
|
| 36 |
+
"mean_conf": 0.795568238556385,
|
| 37 |
+
"cov@0.5": 0.896,
|
| 38 |
+
"acc@0.5": 0.8125,
|
| 39 |
+
"cov@0.7": 0.704,
|
| 40 |
+
"acc@0.7": 0.8835227272727273,
|
| 41 |
+
"cov@0.9": 0.422,
|
| 42 |
+
"acc@0.9": 0.933649289099526
|
| 43 |
+
},
|
| 44 |
+
"copa": {
|
| 45 |
+
"n": 100,
|
| 46 |
+
"acc": 0.93,
|
| 47 |
+
"nll": 0.16677208632899737,
|
| 48 |
+
"brier": 0.09258839384263035,
|
| 49 |
+
"ece": 0.04937064290046691,
|
| 50 |
+
"mean_conf": 0.9120474457740784,
|
| 51 |
+
"cov@0.5": 1.0,
|
| 52 |
+
"acc@0.5": 0.93,
|
| 53 |
+
"cov@0.7": 0.94,
|
| 54 |
+
"acc@0.7": 0.9680851063829787,
|
| 55 |
+
"cov@0.9": 0.71,
|
| 56 |
+
"acc@0.9": 1.0
|
| 57 |
+
},
|
| 58 |
+
"dbpedia": {
|
| 59 |
+
"n": 500,
|
| 60 |
+
"acc": 0.978,
|
| 61 |
+
"nll": 0.08366780531041144,
|
| 62 |
+
"brier": 0.034640499350234014,
|
| 63 |
+
"ece": 0.01524236822128298,
|
| 64 |
+
"mean_conf": 0.9774349620342254,
|
| 65 |
+
"cov@0.5": 1.0,
|
| 66 |
+
"acc@0.5": 0.978,
|
| 67 |
+
"cov@0.7": 0.986,
|
| 68 |
+
"acc@0.7": 0.9858012170385395,
|
| 69 |
+
"cov@0.9": 0.96,
|
| 70 |
+
"acc@0.9": 0.99375
|
| 71 |
+
},
|
| 72 |
+
"emotion": {
|
| 73 |
+
"n": 500,
|
| 74 |
+
"acc": 0.794,
|
| 75 |
+
"nll": 0.5465345826535903,
|
| 76 |
+
"brier": 0.28449990068829645,
|
| 77 |
+
"ece": 0.048147320568561594,
|
| 78 |
+
"mean_conf": 0.8112419300675392,
|
| 79 |
+
"cov@0.5": 0.936,
|
| 80 |
+
"acc@0.5": 0.8247863247863247,
|
| 81 |
+
"cov@0.7": 0.744,
|
| 82 |
+
"acc@0.7": 0.8978494623655914,
|
| 83 |
+
"cov@0.9": 0.426,
|
| 84 |
+
"acc@0.9": 0.9765258215962441
|
| 85 |
+
},
|
| 86 |
+
"facts": {
|
| 87 |
+
"n": 30,
|
| 88 |
+
"acc": 0.9,
|
| 89 |
+
"nll": 0.2075752172314097,
|
| 90 |
+
"brier": 0.12133284522807337,
|
| 91 |
+
"ece": 0.09556647539138795,
|
| 92 |
+
"mean_conf": 0.9290410478909811,
|
| 93 |
+
"cov@0.5": 0.9666666666666667,
|
| 94 |
+
"acc@0.5": 0.9310344827586207,
|
| 95 |
+
"cov@0.7": 0.9,
|
| 96 |
+
"acc@0.7": 0.9629629629629629,
|
| 97 |
+
"cov@0.9": 0.8666666666666667,
|
| 98 |
+
"acc@0.9": 0.9615384615384616
|
| 99 |
+
},
|
| 100 |
+
"fits": {
|
| 101 |
+
"n": 207,
|
| 102 |
+
"acc": 0.8985507246376812,
|
| 103 |
+
"nll": 0.4405018217697743,
|
| 104 |
+
"brier": 0.07160491583881325,
|
| 105 |
+
"ece": 0.08918811791185018,
|
| 106 |
+
"mean_conf": 0.8246165606134755,
|
| 107 |
+
"cov@0.5": 1.0,
|
| 108 |
+
"acc@0.5": 0.8985507246376812,
|
| 109 |
+
"cov@0.7": 0.8405797101449275,
|
| 110 |
+
"acc@0.7": 0.9425287356321839,
|
| 111 |
+
"cov@0.9": 0.3333333333333333,
|
| 112 |
+
"acc@0.9": 0.9855072463768116
|
| 113 |
+
},
|
| 114 |
+
"imdb": {
|
| 115 |
+
"n": 500,
|
| 116 |
+
"acc": 0.964,
|
| 117 |
+
"nll": 0.10838915214226351,
|
| 118 |
+
"brier": 0.05855760938480377,
|
| 119 |
+
"ece": 0.017840196132660004,
|
| 120 |
+
"mean_conf": 0.9783704316616059,
|
| 121 |
+
"cov@0.5": 1.0,
|
| 122 |
+
"acc@0.5": 0.964,
|
| 123 |
+
"cov@0.7": 0.988,
|
| 124 |
+
"acc@0.7": 0.9696356275303644,
|
| 125 |
+
"cov@0.9": 0.944,
|
| 126 |
+
"acc@0.9": 0.9809322033898306
|
| 127 |
+
},
|
| 128 |
+
"jailbreak": {
|
| 129 |
+
"n": 262,
|
| 130 |
+
"acc": 0.9847328244274809,
|
| 131 |
+
"nll": 0.053944837311566685,
|
| 132 |
+
"brier": 0.02485429640642806,
|
| 133 |
+
"ece": 0.027110507470050817,
|
| 134 |
+
"mean_conf": 0.9702985978308525,
|
| 135 |
+
"cov@0.5": 1.0,
|
| 136 |
+
"acc@0.5": 0.9847328244274809,
|
| 137 |
+
"cov@0.7": 0.9885496183206107,
|
| 138 |
+
"acc@0.7": 0.9884169884169884,
|
| 139 |
+
"cov@0.9": 0.9541984732824428,
|
| 140 |
+
"acc@0.9": 0.996
|
| 141 |
+
},
|
| 142 |
+
"mnli": {
|
| 143 |
+
"n": 500,
|
| 144 |
+
"acc": 0.872,
|
| 145 |
+
"nll": 0.37104603358653826,
|
| 146 |
+
"brier": 0.2035345314241094,
|
| 147 |
+
"ece": 0.04369585227966309,
|
| 148 |
+
"mean_conf": 0.8777530242204666,
|
| 149 |
+
"cov@0.5": 0.976,
|
| 150 |
+
"acc@0.5": 0.8770491803278688,
|
| 151 |
+
"cov@0.7": 0.888,
|
| 152 |
+
"acc@0.7": 0.9054054054054054,
|
| 153 |
+
"cov@0.9": 0.634,
|
| 154 |
+
"acc@0.9": 0.9589905362776026
|
| 155 |
+
},
|
| 156 |
+
"mrpc": {
|
| 157 |
+
"n": 408,
|
| 158 |
+
"acc": 0.8382352941176471,
|
| 159 |
+
"nll": 0.3661221842177323,
|
| 160 |
+
"brier": 0.2271248635333212,
|
| 161 |
+
"ece": 0.0363529923499799,
|
| 162 |
+
"mean_conf": 0.8275741233545191,
|
| 163 |
+
"cov@0.5": 1.0,
|
| 164 |
+
"acc@0.5": 0.8382352941176471,
|
| 165 |
+
"cov@0.7": 0.8112745098039216,
|
| 166 |
+
"acc@0.7": 0.9003021148036254,
|
| 167 |
+
"cov@0.9": 0.40931372549019607,
|
| 168 |
+
"acc@0.9": 0.9640718562874252
|
| 169 |
+
},
|
| 170 |
+
"openbookqa": {
|
| 171 |
+
"n": 500,
|
| 172 |
+
"acc": 0.844,
|
| 173 |
+
"nll": 0.4436366222899719,
|
| 174 |
+
"brier": 0.23142732591676246,
|
| 175 |
+
"ece": 0.03274157041311261,
|
| 176 |
+
"mean_conf": 0.8326144033074379,
|
| 177 |
+
"cov@0.5": 0.92,
|
| 178 |
+
"acc@0.5": 0.8717391304347826,
|
| 179 |
+
"cov@0.7": 0.778,
|
| 180 |
+
"acc@0.7": 0.9203084832904884,
|
| 181 |
+
"cov@0.9": 0.544,
|
| 182 |
+
"acc@0.9": 0.9742647058823529
|
| 183 |
+
},
|
| 184 |
+
"paws": {
|
| 185 |
+
"n": 500,
|
| 186 |
+
"acc": 0.916,
|
| 187 |
+
"nll": 0.20104104238901066,
|
| 188 |
+
"brier": 0.12062216912045075,
|
| 189 |
+
"ece": 0.03848682808876038,
|
| 190 |
+
"mean_conf": 0.9170866451263427,
|
| 191 |
+
"cov@0.5": 1.0,
|
| 192 |
+
"acc@0.5": 0.916,
|
| 193 |
+
"cov@0.7": 0.942,
|
| 194 |
+
"acc@0.7": 0.9384288747346072,
|
| 195 |
+
"cov@0.9": 0.736,
|
| 196 |
+
"acc@0.9": 0.9918478260869565
|
| 197 |
+
},
|
| 198 |
+
"qnli": {
|
| 199 |
+
"n": 500,
|
| 200 |
+
"acc": 0.906,
|
| 201 |
+
"nll": 0.26933529241738075,
|
| 202 |
+
"brier": 0.15768804149138618,
|
| 203 |
+
"ece": 0.02181814336776728,
|
| 204 |
+
"mean_conf": 0.8996418695449829,
|
| 205 |
+
"cov@0.5": 1.0,
|
| 206 |
+
"acc@0.5": 0.906,
|
| 207 |
+
"cov@0.7": 0.918,
|
| 208 |
+
"acc@0.7": 0.9215686274509803,
|
| 209 |
+
"cov@0.9": 0.688,
|
| 210 |
+
"acc@0.9": 0.9563953488372093
|
| 211 |
+
},
|
| 212 |
+
"read": {
|
| 213 |
+
"n": 400,
|
| 214 |
+
"acc": 1.0,
|
| 215 |
+
"nll": 0.013971105909523766,
|
| 216 |
+
"brier": 0.0006018934900539811,
|
| 217 |
+
"ece": 0.01377617731690402,
|
| 218 |
+
"mean_conf": 0.9862238226830959,
|
| 219 |
+
"cov@0.5": 1.0,
|
| 220 |
+
"acc@0.5": 1.0,
|
| 221 |
+
"cov@0.7": 1.0,
|
| 222 |
+
"acc@0.7": 1.0,
|
| 223 |
+
"cov@0.9": 0.9975,
|
| 224 |
+
"acc@0.9": 1.0
|
| 225 |
+
},
|
| 226 |
+
"rte": {
|
| 227 |
+
"n": 277,
|
| 228 |
+
"acc": 0.855595667870036,
|
| 229 |
+
"nll": 0.3405857359516095,
|
| 230 |
+
"brier": 0.20732145191787296,
|
| 231 |
+
"ece": 0.04871643859126507,
|
| 232 |
+
"mean_conf": 0.8968358597170145,
|
| 233 |
+
"cov@0.5": 1.0,
|
| 234 |
+
"acc@0.5": 0.855595667870036,
|
| 235 |
+
"cov@0.7": 0.9169675090252708,
|
| 236 |
+
"acc@0.7": 0.889763779527559,
|
| 237 |
+
"cov@0.9": 0.6895306859205776,
|
| 238 |
+
"acc@0.9": 0.93717277486911
|
| 239 |
+
},
|
| 240 |
+
"sciq": {
|
| 241 |
+
"n": 500,
|
| 242 |
+
"acc": 0.974,
|
| 243 |
+
"nll": 0.06468619566328364,
|
| 244 |
+
"brier": 0.03523030876753992,
|
| 245 |
+
"ece": 0.020325540423393212,
|
| 246 |
+
"mean_conf": 0.9750150481462478,
|
| 247 |
+
"cov@0.5": 0.996,
|
| 248 |
+
"acc@0.5": 0.9759036144578314,
|
| 249 |
+
"cov@0.7": 0.972,
|
| 250 |
+
"acc@0.7": 0.9876543209876543,
|
| 251 |
+
"cov@0.9": 0.94,
|
| 252 |
+
"acc@0.9": 0.997872340425532
|
| 253 |
+
},
|
| 254 |
+
"sst2": {
|
| 255 |
+
"n": 500,
|
| 256 |
+
"acc": 0.952,
|
| 257 |
+
"nll": 0.15055633344092564,
|
| 258 |
+
"brier": 0.0785655014897793,
|
| 259 |
+
"ece": 0.015440203905105584,
|
| 260 |
+
"mean_conf": 0.9604808611869812,
|
| 261 |
+
"cov@0.5": 1.0,
|
| 262 |
+
"acc@0.5": 0.952,
|
| 263 |
+
"cov@0.7": 0.978,
|
| 264 |
+
"acc@0.7": 0.9611451942740287,
|
| 265 |
+
"cov@0.9": 0.894,
|
| 266 |
+
"acc@0.9": 0.9731543624161074
|
| 267 |
+
},
|
| 268 |
+
"swag": {
|
| 269 |
+
"n": 500,
|
| 270 |
+
"acc": 0.836,
|
| 271 |
+
"nll": 0.46389228138841154,
|
| 272 |
+
"brier": 0.23638607587807828,
|
| 273 |
+
"ece": 0.05372774058580401,
|
| 274 |
+
"mean_conf": 0.792816475212574,
|
| 275 |
+
"cov@0.5": 0.908,
|
| 276 |
+
"acc@0.5": 0.8854625550660793,
|
| 277 |
+
"cov@0.7": 0.722,
|
| 278 |
+
"acc@0.7": 0.9390581717451524,
|
| 279 |
+
"cov@0.9": 0.384,
|
| 280 |
+
"acc@0.9": 0.984375
|
| 281 |
+
},
|
| 282 |
+
"tweet_emoji": {
|
| 283 |
+
"n": 500,
|
| 284 |
+
"acc": 0.412,
|
| 285 |
+
"nll": 2.0648460126740087,
|
| 286 |
+
"brier": 0.7092518610639151,
|
| 287 |
+
"ece": 0.05932182088494301,
|
| 288 |
+
"mean_conf": 0.3580406456887722,
|
| 289 |
+
"cov@0.5": 0.244,
|
| 290 |
+
"acc@0.5": 0.8934426229508197,
|
| 291 |
+
"cov@0.7": 0.192,
|
| 292 |
+
"acc@0.7": 0.9583333333333334,
|
| 293 |
+
"cov@0.9": 0.072,
|
| 294 |
+
"acc@0.9": 0.9444444444444444
|
| 295 |
+
},
|
| 296 |
+
"tweet_hate": {
|
| 297 |
+
"n": 500,
|
| 298 |
+
"acc": 0.46,
|
| 299 |
+
"nll": 1.2138538786047812,
|
| 300 |
+
"brier": 0.8031272788007013,
|
| 301 |
+
"ece": 0.39924867236614225,
|
| 302 |
+
"mean_conf": 0.8592486723661422,
|
| 303 |
+
"cov@0.5": 1.0,
|
| 304 |
+
"acc@0.5": 0.46,
|
| 305 |
+
"cov@0.7": 0.892,
|
| 306 |
+
"acc@0.7": 0.47533632286995514,
|
| 307 |
+
"cov@0.9": 0.486,
|
| 308 |
+
"acc@0.9": 0.5432098765432098
|
| 309 |
+
},
|
| 310 |
+
"tweet_irony": {
|
| 311 |
+
"n": 500,
|
| 312 |
+
"acc": 0.766,
|
| 313 |
+
"nll": 0.4896152915870031,
|
| 314 |
+
"brier": 0.3183358836195773,
|
| 315 |
+
"ece": 0.06906565117836,
|
| 316 |
+
"mean_conf": 0.7235815870761871,
|
| 317 |
+
"cov@0.5": 1.0,
|
| 318 |
+
"acc@0.5": 0.766,
|
| 319 |
+
"cov@0.7": 0.578,
|
| 320 |
+
"acc@0.7": 0.8788927335640139,
|
| 321 |
+
"cov@0.9": 0.092,
|
| 322 |
+
"acc@0.9": 0.9565217391304348
|
| 323 |
+
},
|
| 324 |
+
"tweet_offensive": {
|
| 325 |
+
"n": 500,
|
| 326 |
+
"acc": 0.83,
|
| 327 |
+
"nll": 0.3822173999368801,
|
| 328 |
+
"brier": 0.2395516581467213,
|
| 329 |
+
"ece": 0.03853944563865664,
|
| 330 |
+
"mean_conf": 0.8170348312854767,
|
| 331 |
+
"cov@0.5": 1.0,
|
| 332 |
+
"acc@0.5": 0.83,
|
| 333 |
+
"cov@0.7": 0.8,
|
| 334 |
+
"acc@0.7": 0.9,
|
| 335 |
+
"cov@0.9": 0.346,
|
| 336 |
+
"acc@0.9": 0.976878612716763
|
| 337 |
+
},
|
| 338 |
+
"tweet_sentiment": {
|
| 339 |
+
"n": 500,
|
| 340 |
+
"acc": 0.738,
|
| 341 |
+
"nll": 0.58249910191355,
|
| 342 |
+
"brier": 0.3534792677090853,
|
| 343 |
+
"ece": 0.03204844713211058,
|
| 344 |
+
"mean_conf": 0.733830077290535,
|
| 345 |
+
"score_mae": 0.335998848663643,
|
| 346 |
+
"cov@0.5": 0.946,
|
| 347 |
+
"acc@0.5": 0.7547568710359408,
|
| 348 |
+
"cov@0.7": 0.61,
|
| 349 |
+
"acc@0.7": 0.8459016393442623,
|
| 350 |
+
"cov@0.9": 0.13,
|
| 351 |
+
"acc@0.9": 0.9538461538461539
|
| 352 |
+
},
|
| 353 |
+
"yahoo": {
|
| 354 |
+
"n": 500,
|
| 355 |
+
"acc": 0.746,
|
| 356 |
+
"nll": 0.835068198749748,
|
| 357 |
+
"brier": 0.36347902333918586,
|
| 358 |
+
"ece": 0.05916145133972168,
|
| 359 |
+
"mean_conf": 0.7927027177810669,
|
| 360 |
+
"cov@0.5": 0.864,
|
| 361 |
+
"acc@0.5": 0.8125,
|
| 362 |
+
"cov@0.7": 0.718,
|
| 363 |
+
"acc@0.7": 0.8523676880222841,
|
| 364 |
+
"cov@0.9": 0.444,
|
| 365 |
+
"acc@0.9": 0.9504504504504504
|
| 366 |
+
},
|
| 367 |
+
"yelp": {
|
| 368 |
+
"n": 500,
|
| 369 |
+
"acc": 0.672,
|
| 370 |
+
"nll": 0.7321823700995426,
|
| 371 |
+
"brier": 0.4442138012250366,
|
| 372 |
+
"ece": 0.07660222238302232,
|
| 373 |
+
"mean_conf": 0.7385406532883644,
|
| 374 |
+
"score_mae": 0.39326068315636076,
|
| 375 |
+
"cov@0.5": 0.952,
|
| 376 |
+
"acc@0.5": 0.6848739495798319,
|
| 377 |
+
"cov@0.7": 0.634,
|
| 378 |
+
"acc@0.7": 0.7444794952681388,
|
| 379 |
+
"cov@0.9": 0.148,
|
| 380 |
+
"acc@0.9": 0.9324324324324325
|
| 381 |
+
},
|
| 382 |
+
"anli": {
|
| 383 |
+
"n": 500,
|
| 384 |
+
"acc": 0.532,
|
| 385 |
+
"nll": 1.1065353592560714,
|
| 386 |
+
"brier": 0.663176574205106,
|
| 387 |
+
"ece": 0.22013714534044268,
|
| 388 |
+
"mean_conf": 0.7495694995522499,
|
| 389 |
+
"cov@0.5": 0.904,
|
| 390 |
+
"acc@0.5": 0.5398230088495575,
|
| 391 |
+
"cov@0.7": 0.652,
|
| 392 |
+
"acc@0.7": 0.5858895705521472,
|
| 393 |
+
"cov@0.9": 0.222,
|
| 394 |
+
"acc@0.9": 0.6036036036036037
|
| 395 |
+
},
|
| 396 |
+
"winogrande": {
|
| 397 |
+
"n": 500,
|
| 398 |
+
"acc": 0.676,
|
| 399 |
+
"nll": 0.6965373426873016,
|
| 400 |
+
"brier": 0.4634204682399545,
|
| 401 |
+
"ece": 0.148663760304451,
|
| 402 |
+
"mean_conf": 0.8135936650037765,
|
| 403 |
+
"cov@0.5": 1.0,
|
| 404 |
+
"acc@0.5": 0.676,
|
| 405 |
+
"cov@0.7": 0.766,
|
| 406 |
+
"acc@0.7": 0.7154046997389034,
|
| 407 |
+
"cov@0.9": 0.384,
|
| 408 |
+
"acc@0.9": 0.7916666666666666
|
| 409 |
+
},
|
| 410 |
+
"hellaswag": {
|
| 411 |
+
"n": 500,
|
| 412 |
+
"acc": 0.854,
|
| 413 |
+
"nll": 0.40399329923562644,
|
| 414 |
+
"brier": 0.21240321793802722,
|
| 415 |
+
"ece": 0.0430728812813759,
|
| 416 |
+
"mean_conf": 0.8583100009560585,
|
| 417 |
+
"cov@0.5": 0.954,
|
| 418 |
+
"acc@0.5": 0.870020964360587,
|
| 419 |
+
"cov@0.7": 0.828,
|
| 420 |
+
"acc@0.7": 0.9202898550724637,
|
| 421 |
+
"cov@0.9": 0.578,
|
| 422 |
+
"acc@0.9": 0.9826989619377162
|
| 423 |
+
},
|
| 424 |
+
"race": {
|
| 425 |
+
"n": 500,
|
| 426 |
+
"acc": 0.79,
|
| 427 |
+
"nll": 0.617019975755489,
|
| 428 |
+
"brier": 0.3096390749225188,
|
| 429 |
+
"ece": 0.05949199843406676,
|
| 430 |
+
"mean_conf": 0.8478295928239823,
|
| 431 |
+
"cov@0.5": 0.934,
|
| 432 |
+
"acc@0.5": 0.8222698072805139,
|
| 433 |
+
"cov@0.7": 0.796,
|
| 434 |
+
"acc@0.7": 0.864321608040201,
|
| 435 |
+
"cov@0.9": 0.574,
|
| 436 |
+
"acc@0.9": 0.926829268292683
|
| 437 |
+
},
|
| 438 |
+
"scitail": {
|
| 439 |
+
"n": 500,
|
| 440 |
+
"acc": 0.93,
|
| 441 |
+
"nll": 0.1743719026375374,
|
| 442 |
+
"brier": 0.101472771827948,
|
| 443 |
+
"ece": 0.02574878227710722,
|
| 444 |
+
"mean_conf": 0.9325147467851639,
|
| 445 |
+
"cov@0.5": 1.0,
|
| 446 |
+
"acc@0.5": 0.93,
|
| 447 |
+
"cov@0.7": 0.942,
|
| 448 |
+
"acc@0.7": 0.9554140127388535,
|
| 449 |
+
"cov@0.9": 0.808,
|
| 450 |
+
"acc@0.9": 0.9801980198019802
|
| 451 |
+
},
|
| 452 |
+
"qqp": {
|
| 453 |
+
"n": 500,
|
| 454 |
+
"acc": 0.848,
|
| 455 |
+
"nll": 0.3165067298532316,
|
| 456 |
+
"brier": 0.20145011381454622,
|
| 457 |
+
"ece": 0.04761451995372773,
|
| 458 |
+
"mean_conf": 0.8586561111211777,
|
| 459 |
+
"cov@0.5": 1.0,
|
| 460 |
+
"acc@0.5": 0.848,
|
| 461 |
+
"cov@0.7": 0.83,
|
| 462 |
+
"acc@0.7": 0.9156626506024096,
|
| 463 |
+
"cov@0.9": 0.526,
|
| 464 |
+
"acc@0.9": 0.9771863117870723
|
| 465 |
+
},
|
| 466 |
+
"stsb": {
|
| 467 |
+
"n": 500,
|
| 468 |
+
"acc": 0.61,
|
| 469 |
+
"nll": 1.0147768329027056,
|
| 470 |
+
"brier": 0.2755420434300338,
|
| 471 |
+
"ece": 0.06956788003444671,
|
| 472 |
+
"mean_conf": 0.5404321199655533,
|
| 473 |
+
"score_mae": 0.5215406965478323,
|
| 474 |
+
"cov@0.5": 0.59,
|
| 475 |
+
"acc@0.5": 0.6474576271186441,
|
| 476 |
+
"cov@0.7": 0.09,
|
| 477 |
+
"acc@0.7": 0.9111111111111111,
|
| 478 |
+
"cov@0.9": 0.002,
|
| 479 |
+
"acc@0.9": 1.0
|
| 480 |
+
},
|
| 481 |
+
"toxic": {
|
| 482 |
+
"n": 500,
|
| 483 |
+
"acc": 0.864,
|
| 484 |
+
"nll": 0.3133165936564978,
|
| 485 |
+
"brier": 0.19149039831133785,
|
| 486 |
+
"ece": 0.031214740157127406,
|
| 487 |
+
"mean_conf": 0.8684242066144944,
|
| 488 |
+
"cov@0.5": 1.0,
|
| 489 |
+
"acc@0.5": 0.864,
|
| 490 |
+
"cov@0.7": 0.87,
|
| 491 |
+
"acc@0.7": 0.9126436781609195,
|
| 492 |
+
"cov@0.9": 0.586,
|
| 493 |
+
"acc@0.9": 0.9692832764505119
|
| 494 |
+
},
|
| 495 |
+
"stance_abortion": {
|
| 496 |
+
"n": 280,
|
| 497 |
+
"acc": 0.6392857142857142,
|
| 498 |
+
"nll": 0.7371370510055495,
|
| 499 |
+
"brier": 0.4538894518081303,
|
| 500 |
+
"ece": 0.11449087389877866,
|
| 501 |
+
"mean_conf": 0.7491982987948826,
|
| 502 |
+
"cov@0.5": 0.9285714285714286,
|
| 503 |
+
"acc@0.5": 0.6615384615384615,
|
| 504 |
+
"cov@0.7": 0.6607142857142857,
|
| 505 |
+
"acc@0.7": 0.7567567567567568,
|
| 506 |
+
"cov@0.9": 0.14285714285714285,
|
| 507 |
+
"acc@0.9": 0.95
|
| 508 |
+
},
|
| 509 |
+
"stance_atheism": {
|
| 510 |
+
"n": 220,
|
| 511 |
+
"acc": 0.759090909090909,
|
| 512 |
+
"nll": 0.5504364743881415,
|
| 513 |
+
"brier": 0.3295810547096517,
|
| 514 |
+
"ece": 0.06360254734754561,
|
| 515 |
+
"mean_conf": 0.7973180409182202,
|
| 516 |
+
"cov@0.5": 0.95,
|
| 517 |
+
"acc@0.5": 0.7751196172248804,
|
| 518 |
+
"cov@0.7": 0.7181818181818181,
|
| 519 |
+
"acc@0.7": 0.8481012658227848,
|
| 520 |
+
"cov@0.9": 0.33181818181818185,
|
| 521 |
+
"acc@0.9": 0.9178082191780822
|
| 522 |
+
},
|
| 523 |
+
"stance_feminist": {
|
| 524 |
+
"n": 285,
|
| 525 |
+
"acc": 0.7087719298245614,
|
| 526 |
+
"nll": 0.6968129609369124,
|
| 527 |
+
"brier": 0.41241720905885676,
|
| 528 |
+
"ece": 0.07303431546478939,
|
| 529 |
+
"mean_conf": 0.7419619864539096,
|
| 530 |
+
"cov@0.5": 0.9122807017543859,
|
| 531 |
+
"acc@0.5": 0.7192307692307692,
|
| 532 |
+
"cov@0.7": 0.6350877192982456,
|
| 533 |
+
"acc@0.7": 0.8011049723756906,
|
| 534 |
+
"cov@0.9": 0.15789473684210525,
|
| 535 |
+
"acc@0.9": 0.9555555555555556
|
| 536 |
+
},
|
| 537 |
+
"stance_hillary": {
|
| 538 |
+
"n": 295,
|
| 539 |
+
"acc": 0.7457627118644068,
|
| 540 |
+
"nll": 0.5526740804818927,
|
| 541 |
+
"brier": 0.32719331452723405,
|
| 542 |
+
"ece": 0.06370943774611264,
|
| 543 |
+
"mean_conf": 0.7728302831366911,
|
| 544 |
+
"cov@0.5": 0.9491525423728814,
|
| 545 |
+
"acc@0.5": 0.7714285714285715,
|
| 546 |
+
"cov@0.7": 0.6813559322033899,
|
| 547 |
+
"acc@0.7": 0.8756218905472637,
|
| 548 |
+
"cov@0.9": 0.27796610169491526,
|
| 549 |
+
"acc@0.9": 0.9634146341463414
|
| 550 |
+
},
|
| 551 |
+
"match": {
|
| 552 |
+
"n": 500,
|
| 553 |
+
"acc": 0.99,
|
| 554 |
+
"nll": 0.031114264246498352,
|
| 555 |
+
"brier": 0.012187918203564489,
|
| 556 |
+
"ece": 0.015517388939857501,
|
| 557 |
+
"mean_conf": 0.9813971043825149,
|
| 558 |
+
"cov@0.5": 1.0,
|
| 559 |
+
"acc@0.5": 0.99,
|
| 560 |
+
"cov@0.7": 0.992,
|
| 561 |
+
"acc@0.7": 0.9959677419354839,
|
| 562 |
+
"cov@0.9": 0.968,
|
| 563 |
+
"acc@0.9": 0.9979338842975206
|
| 564 |
+
},
|
| 565 |
+
"reason": {
|
| 566 |
+
"n": 500,
|
| 567 |
+
"acc": 0.946,
|
| 568 |
+
"nll": 0.16985629533349725,
|
| 569 |
+
"brier": 0.08885515226028988,
|
| 570 |
+
"ece": 0.05641485232114797,
|
| 571 |
+
"mean_conf": 0.8917767191529274,
|
| 572 |
+
"cov@0.5": 0.974,
|
| 573 |
+
"acc@0.5": 0.9630390143737166,
|
| 574 |
+
"cov@0.7": 0.852,
|
| 575 |
+
"acc@0.7": 0.9835680751173709,
|
| 576 |
+
"cov@0.9": 0.736,
|
| 577 |
+
"acc@0.9": 0.9945652173913043
|
| 578 |
+
},
|
| 579 |
+
"formality": {
|
| 580 |
+
"n": 500,
|
| 581 |
+
"acc": 0.634,
|
| 582 |
+
"nll": 1.0050057317205758,
|
| 583 |
+
"brier": 0.2292107567592736,
|
| 584 |
+
"ece": 0.11595214062929157,
|
| 585 |
+
"mean_conf": 0.5217105874419212,
|
| 586 |
+
"score_mae": 0.4580765849482268,
|
| 587 |
+
"cov@0.5": 0.622,
|
| 588 |
+
"acc@0.5": 0.6816720257234726,
|
| 589 |
+
"cov@0.7": 0.006,
|
| 590 |
+
"acc@0.7": 0.3333333333333333,
|
| 591 |
+
"cov@0.9": 0.0,
|
| 592 |
+
"acc@0.9": NaN
|
| 593 |
+
},
|
| 594 |
+
"politeness": {
|
| 595 |
+
"n": 500,
|
| 596 |
+
"acc": 0.884,
|
| 597 |
+
"nll": 0.30688122991376177,
|
| 598 |
+
"brier": 0.16651920171747073,
|
| 599 |
+
"ece": 0.04738429147005082,
|
| 600 |
+
"mean_conf": 0.8626298355460167,
|
| 601 |
+
"score_mae": 0.18424055973393844,
|
| 602 |
+
"cov@0.5": 0.964,
|
| 603 |
+
"acc@0.5": 0.9004149377593361,
|
| 604 |
+
"cov@0.7": 0.834,
|
| 605 |
+
"acc@0.7": 0.947242206235012,
|
| 606 |
+
"cov@0.9": 0.574,
|
| 607 |
+
"acc@0.9": 0.9895470383275261
|
| 608 |
+
},
|
| 609 |
+
"strategyqa": {
|
| 610 |
+
"n": 500,
|
| 611 |
+
"acc": 0.656,
|
| 612 |
+
"nll": 0.5973554241686542,
|
| 613 |
+
"brier": 0.41449589929170566,
|
| 614 |
+
"ece": 0.04992203032970431,
|
| 615 |
+
"mean_conf": 0.6695813618898392,
|
| 616 |
+
"cov@0.5": 1.0,
|
| 617 |
+
"acc@0.5": 0.656,
|
| 618 |
+
"cov@0.7": 0.346,
|
| 619 |
+
"acc@0.7": 0.8034682080924855,
|
| 620 |
+
"cov@0.9": 0.06,
|
| 621 |
+
"acc@0.9": 0.9666666666666667
|
| 622 |
+
},
|
| 623 |
+
"vitaminc": {
|
| 624 |
+
"n": 500,
|
| 625 |
+
"acc": 0.816,
|
| 626 |
+
"nll": 0.5219780039570592,
|
| 627 |
+
"brier": 0.28570030051715434,
|
| 628 |
+
"ece": 0.039564442515373215,
|
| 629 |
+
"mean_conf": 0.823793786406517,
|
| 630 |
+
"cov@0.5": 0.962,
|
| 631 |
+
"acc@0.5": 0.8295218295218295,
|
| 632 |
+
"cov@0.7": 0.802,
|
| 633 |
+
"acc@0.7": 0.8678304239401496,
|
| 634 |
+
"cov@0.9": 0.404,
|
| 635 |
+
"acc@0.9": 0.9504950495049505
|
| 636 |
+
},
|
| 637 |
+
"ruletaker": {
|
| 638 |
+
"n": 500,
|
| 639 |
+
"acc": 0.82,
|
| 640 |
+
"nll": 0.38612913783564756,
|
| 641 |
+
"brier": 0.252674128497622,
|
| 642 |
+
"ece": 0.05111093926429748,
|
| 643 |
+
"mean_conf": 0.7891134247779846,
|
| 644 |
+
"cov@0.5": 1.0,
|
| 645 |
+
"acc@0.5": 0.82,
|
| 646 |
+
"cov@0.7": 0.658,
|
| 647 |
+
"acc@0.7": 0.9148936170212766,
|
| 648 |
+
"cov@0.9": 0.39,
|
| 649 |
+
"acc@0.9": 0.9846153846153847
|
| 650 |
+
},
|
| 651 |
+
"proofwriter": {
|
| 652 |
+
"n": 500,
|
| 653 |
+
"acc": 0.846,
|
| 654 |
+
"nll": 0.42337107551622927,
|
| 655 |
+
"brier": 0.2461669688565621,
|
| 656 |
+
"ece": 0.0678113833665848,
|
| 657 |
+
"mean_conf": 0.8122986115217209,
|
| 658 |
+
"cov@0.5": 0.972,
|
| 659 |
+
"acc@0.5": 0.8415637860082305,
|
| 660 |
+
"cov@0.7": 0.772,
|
| 661 |
+
"acc@0.7": 0.8860103626943006,
|
| 662 |
+
"cov@0.9": 0.394,
|
| 663 |
+
"acc@0.9": 0.9746192893401016
|
| 664 |
+
},
|
| 665 |
+
"folio": {
|
| 666 |
+
"n": 203,
|
| 667 |
+
"acc": 0.6600985221674877,
|
| 668 |
+
"nll": 0.7939969248617568,
|
| 669 |
+
"brier": 0.46891455062020077,
|
| 670 |
+
"ece": 0.08365710674248306,
|
| 671 |
+
"mean_conf": 0.6265559084896971,
|
| 672 |
+
"cov@0.5": 0.7339901477832512,
|
| 673 |
+
"acc@0.5": 0.7181208053691275,
|
| 674 |
+
"cov@0.7": 0.3054187192118227,
|
| 675 |
+
"acc@0.7": 0.8709677419354839,
|
| 676 |
+
"cov@0.9": 0.04433497536945813,
|
| 677 |
+
"acc@0.9": 0.8888888888888888
|
| 678 |
+
},
|
| 679 |
+
"logiqa": {
|
| 680 |
+
"n": 500,
|
| 681 |
+
"acc": 0.624,
|
| 682 |
+
"nll": 0.6597909275993277,
|
| 683 |
+
"brier": 0.46379411691209055,
|
| 684 |
+
"ece": 0.032960258245468124,
|
| 685 |
+
"mean_conf": 0.6369408411979676,
|
| 686 |
+
"cov@0.5": 1.0,
|
| 687 |
+
"acc@0.5": 0.624,
|
| 688 |
+
"cov@0.7": 0.27,
|
| 689 |
+
"acc@0.7": 0.7333333333333333,
|
| 690 |
+
"cov@0.9": 0.01,
|
| 691 |
+
"acc@0.9": 0.8
|
| 692 |
+
},
|
| 693 |
+
"tracie": {
|
| 694 |
+
"n": 500,
|
| 695 |
+
"acc": 0.712,
|
| 696 |
+
"nll": 0.5713794439647892,
|
| 697 |
+
"brier": 0.3878056407184628,
|
| 698 |
+
"ece": 0.054143391370773314,
|
| 699 |
+
"mean_conf": 0.7030656831264496,
|
| 700 |
+
"cov@0.5": 1.0,
|
| 701 |
+
"acc@0.5": 0.712,
|
| 702 |
+
"cov@0.7": 0.538,
|
| 703 |
+
"acc@0.7": 0.8066914498141264,
|
| 704 |
+
"cov@0.9": 0.032,
|
| 705 |
+
"acc@0.9": 0.9375
|
| 706 |
+
},
|
| 707 |
+
"temporal_nli": {
|
| 708 |
+
"n": 500,
|
| 709 |
+
"acc": 0.832,
|
| 710 |
+
"nll": 0.4014951934609327,
|
| 711 |
+
"brier": 0.23685619378316686,
|
| 712 |
+
"ece": 0.04163959693908693,
|
| 713 |
+
"mean_conf": 0.7919499685764313,
|
| 714 |
+
"cov@0.5": 0.988,
|
| 715 |
+
"acc@0.5": 0.8380566801619433,
|
| 716 |
+
"cov@0.7": 0.754,
|
| 717 |
+
"acc@0.7": 0.9018567639257294,
|
| 718 |
+
"cov@0.9": 0.232,
|
| 719 |
+
"acc@0.9": 1.0
|
| 720 |
+
},
|
| 721 |
+
"piqa": {
|
| 722 |
+
"n": 500,
|
| 723 |
+
"acc": 0.826,
|
| 724 |
+
"nll": 0.3592462708765769,
|
| 725 |
+
"brier": 0.22998577175129606,
|
| 726 |
+
"ece": 0.027211105823516855,
|
| 727 |
+
"mean_conf": 0.8398146278858185,
|
| 728 |
+
"cov@0.5": 1.0,
|
| 729 |
+
"acc@0.5": 0.826,
|
| 730 |
+
"cov@0.7": 0.788,
|
| 731 |
+
"acc@0.7": 0.9010152284263959,
|
| 732 |
+
"cov@0.9": 0.462,
|
| 733 |
+
"acc@0.9": 0.9567099567099567
|
| 734 |
+
},
|
| 735 |
+
"siqa": {
|
| 736 |
+
"n": 500,
|
| 737 |
+
"acc": 0.744,
|
| 738 |
+
"nll": 0.5927271855927616,
|
| 739 |
+
"brier": 0.34397084336114087,
|
| 740 |
+
"ece": 0.056237839221954314,
|
| 741 |
+
"mean_conf": 0.8002378392219544,
|
| 742 |
+
"cov@0.5": 0.948,
|
| 743 |
+
"acc@0.5": 0.770042194092827,
|
| 744 |
+
"cov@0.7": 0.738,
|
| 745 |
+
"acc@0.7": 0.8536585365853658,
|
| 746 |
+
"cov@0.9": 0.386,
|
| 747 |
+
"acc@0.9": 0.9378238341968912
|
| 748 |
+
},
|
| 749 |
+
"clutrr": {
|
| 750 |
+
"n": 500,
|
| 751 |
+
"acc": 0.342,
|
| 752 |
+
"nll": 1.7583232741068568,
|
| 753 |
+
"brier": 0.784316384590205,
|
| 754 |
+
"ece": 0.18587388846278188,
|
| 755 |
+
"mean_conf": 0.527041629999876,
|
| 756 |
+
"cov@0.5": 0.55,
|
| 757 |
+
"acc@0.5": 0.41818181818181815,
|
| 758 |
+
"cov@0.7": 0.106,
|
| 759 |
+
"acc@0.7": 0.6037735849056604,
|
| 760 |
+
"cov@0.9": 0.008,
|
| 761 |
+
"acc@0.9": 1.0
|
| 762 |
+
},
|
| 763 |
+
"gsm8k": {
|
| 764 |
+
"n": 500,
|
| 765 |
+
"acc": 0.69,
|
| 766 |
+
"nll": 0.7243987473415922,
|
| 767 |
+
"brier": 0.3908694153304782,
|
| 768 |
+
"ece": 0.05401642280817035,
|
| 769 |
+
"mean_conf": 0.6785197833180427,
|
| 770 |
+
"cov@0.5": 0.746,
|
| 771 |
+
"acc@0.5": 0.7989276139410187,
|
| 772 |
+
"cov@0.7": 0.48,
|
| 773 |
+
"acc@0.7": 0.9208333333333333,
|
| 774 |
+
"cov@0.9": 0.19,
|
| 775 |
+
"acc@0.9": 1.0
|
| 776 |
+
},
|
| 777 |
+
"svamp": {
|
| 778 |
+
"n": 300,
|
| 779 |
+
"acc": 0.6333333333333333,
|
| 780 |
+
"nll": 0.8223909804125111,
|
| 781 |
+
"brier": 0.46969116350636153,
|
| 782 |
+
"ece": 0.05721060862143834,
|
| 783 |
+
"mean_conf": 0.6183922579884529,
|
| 784 |
+
"cov@0.5": 0.6966666666666667,
|
| 785 |
+
"acc@0.5": 0.7081339712918661,
|
| 786 |
+
"cov@0.7": 0.3,
|
| 787 |
+
"acc@0.7": 0.8444444444444444,
|
| 788 |
+
"cov@0.9": 0.08333333333333333,
|
| 789 |
+
"acc@0.9": 0.96
|
| 790 |
+
},
|
| 791 |
+
"aqua": {
|
| 792 |
+
"n": 247,
|
| 793 |
+
"acc": 0.3441295546558704,
|
| 794 |
+
"nll": 1.4699616183019182,
|
| 795 |
+
"brier": 0.7386751804022209,
|
| 796 |
+
"ece": 0.047319990299973885,
|
| 797 |
+
"mean_conf": 0.36171867695414583,
|
| 798 |
+
"cov@0.5": 0.08502024291497975,
|
| 799 |
+
"acc@0.5": 0.7142857142857143,
|
| 800 |
+
"cov@0.7": 0.03643724696356275,
|
| 801 |
+
"acc@0.7": 0.7777777777777778,
|
| 802 |
+
"cov@0.9": 0.008097165991902834,
|
| 803 |
+
"acc@0.9": 1.0
|
| 804 |
+
},
|
| 805 |
+
"probe": {
|
| 806 |
+
"n": 97,
|
| 807 |
+
"acc": 0.8969072164948454,
|
| 808 |
+
"nll": 0.20803647221069066,
|
| 809 |
+
"brier": 0.1236771392560089,
|
| 810 |
+
"ece": 0.07140122492288804,
|
| 811 |
+
"mean_conf": 0.9083748072693029,
|
| 812 |
+
"score_mae": 0.1922900263549915,
|
| 813 |
+
"cov@0.5": 0.9896907216494846,
|
| 814 |
+
"acc@0.5": 0.90625,
|
| 815 |
+
"cov@0.7": 0.9072164948453608,
|
| 816 |
+
"acc@0.7": 0.9545454545454546,
|
| 817 |
+
"cov@0.9": 0.7525773195876289,
|
| 818 |
+
"acc@0.9": 0.9863013698630136
|
| 819 |
+
},
|
| 820 |
+
"bbh": {
|
| 821 |
+
"n": 500,
|
| 822 |
+
"acc": 0.5,
|
| 823 |
+
"nll": 1.126052411237626,
|
| 824 |
+
"brier": 0.6115770776560393,
|
| 825 |
+
"ece": 0.09403421479463578,
|
| 826 |
+
"mean_conf": 0.5716841769814491,
|
| 827 |
+
"cov@0.5": 0.62,
|
| 828 |
+
"acc@0.5": 0.6129032258064516,
|
| 829 |
+
"cov@0.7": 0.268,
|
| 830 |
+
"acc@0.7": 0.6865671641791045,
|
| 831 |
+
"cov@0.9": 0.07,
|
| 832 |
+
"acc@0.9": 0.7428571428571429
|
| 833 |
+
},
|
| 834 |
+
"cola": {
|
| 835 |
+
"n": 500,
|
| 836 |
+
"acc": 0.75,
|
| 837 |
+
"nll": 0.5091424880432279,
|
| 838 |
+
"brier": 0.33440911474778157,
|
| 839 |
+
"ece": 0.055637175679206806,
|
| 840 |
+
"mean_conf": 0.7200385755300522,
|
| 841 |
+
"cov@0.5": 1.0,
|
| 842 |
+
"acc@0.5": 0.75,
|
| 843 |
+
"cov@0.7": 0.6,
|
| 844 |
+
"acc@0.7": 0.8333333333333334,
|
| 845 |
+
"cov@0.9": 0.012,
|
| 846 |
+
"acc@0.9": 1.0
|
| 847 |
+
},
|
| 848 |
+
"wic": {
|
| 849 |
+
"n": 500,
|
| 850 |
+
"acc": 0.59,
|
| 851 |
+
"nll": 0.6902373164882011,
|
| 852 |
+
"brier": 0.4917619322792045,
|
| 853 |
+
"ece": 0.10841803991794587,
|
| 854 |
+
"mean_conf": 0.6887881902456283,
|
| 855 |
+
"cov@0.5": 1.0,
|
| 856 |
+
"acc@0.5": 0.59,
|
| 857 |
+
"cov@0.7": 0.454,
|
| 858 |
+
"acc@0.7": 0.6696035242290749,
|
| 859 |
+
"cov@0.9": 0.022,
|
| 860 |
+
"acc@0.9": 0.8181818181818182
|
| 861 |
+
},
|
| 862 |
+
"subj": {
|
| 863 |
+
"n": 500,
|
| 864 |
+
"acc": 0.684,
|
| 865 |
+
"nll": 0.5901592380772634,
|
| 866 |
+
"brier": 0.4103341799810123,
|
| 867 |
+
"ece": 0.12139748227596285,
|
| 868 |
+
"mean_conf": 0.7990830732584,
|
| 869 |
+
"cov@0.5": 1.0,
|
| 870 |
+
"acc@0.5": 0.684,
|
| 871 |
+
"cov@0.7": 0.738,
|
| 872 |
+
"acc@0.7": 0.7452574525745257,
|
| 873 |
+
"cov@0.9": 0.3,
|
| 874 |
+
"acc@0.9": 0.94
|
| 875 |
+
},
|
| 876 |
+
"spam": {
|
| 877 |
+
"n": 500,
|
| 878 |
+
"acc": 0.764,
|
| 879 |
+
"nll": 0.4650097482775654,
|
| 880 |
+
"brier": 0.3136384680751385,
|
| 881 |
+
"ece": 0.0984970170259476,
|
| 882 |
+
"mean_conf": 0.8226811863183975,
|
| 883 |
+
"cov@0.5": 1.0,
|
| 884 |
+
"acc@0.5": 0.764,
|
| 885 |
+
"cov@0.7": 0.82,
|
| 886 |
+
"acc@0.7": 0.8121951219512196,
|
| 887 |
+
"cov@0.9": 0.374,
|
| 888 |
+
"acc@0.9": 0.9679144385026738
|
| 889 |
+
},
|
| 890 |
+
"counterfactual": {
|
| 891 |
+
"n": 500,
|
| 892 |
+
"acc": 0.82,
|
| 893 |
+
"nll": 0.4700970053735378,
|
| 894 |
+
"brier": 0.2962126097422747,
|
| 895 |
+
"ece": 0.09646137535572051,
|
| 896 |
+
"mean_conf": 0.7235386246442794,
|
| 897 |
+
"cov@0.5": 1.0,
|
| 898 |
+
"acc@0.5": 0.82,
|
| 899 |
+
"cov@0.7": 0.636,
|
| 900 |
+
"acc@0.7": 0.8867924528301887,
|
| 901 |
+
"cov@0.9": 0.008,
|
| 902 |
+
"acc@0.9": 0.75
|
| 903 |
+
},
|
| 904 |
+
"cb": {
|
| 905 |
+
"n": 56,
|
| 906 |
+
"acc": 0.875,
|
| 907 |
+
"nll": 0.38689621339204633,
|
| 908 |
+
"brier": 0.1985667895578788,
|
| 909 |
+
"ece": 0.12361876879419596,
|
| 910 |
+
"mean_conf": 0.7997828998735973,
|
| 911 |
+
"cov@0.5": 0.9821428571428571,
|
| 912 |
+
"acc@0.5": 0.8909090909090909,
|
| 913 |
+
"cov@0.7": 0.75,
|
| 914 |
+
"acc@0.7": 0.9761904761904762,
|
| 915 |
+
"cov@0.9": 0.2857142857142857,
|
| 916 |
+
"acc@0.9": 1.0
|
| 917 |
+
},
|
| 918 |
+
"arc_challenge": {
|
| 919 |
+
"n": 500,
|
| 920 |
+
"acc": 0.786,
|
| 921 |
+
"nll": 0.594010773816455,
|
| 922 |
+
"brier": 0.3166836699331607,
|
| 923 |
+
"ece": 0.04794279056787492,
|
| 924 |
+
"mean_conf": 0.7890923760533333,
|
| 925 |
+
"cov@0.5": 0.882,
|
| 926 |
+
"acc@0.5": 0.8276643990929705,
|
| 927 |
+
"cov@0.7": 0.69,
|
| 928 |
+
"acc@0.7": 0.881159420289855,
|
| 929 |
+
"cov@0.9": 0.418,
|
| 930 |
+
"acc@0.9": 0.9665071770334929
|
| 931 |
+
},
|
| 932 |
+
"stance_climate": {
|
| 933 |
+
"n": 169,
|
| 934 |
+
"acc": 0.7100591715976331,
|
| 935 |
+
"nll": 0.7974690104995089,
|
| 936 |
+
"brier": 0.43555373727561586,
|
| 937 |
+
"ece": 0.081085235938518,
|
| 938 |
+
"mean_conf": 0.7026936018608025,
|
| 939 |
+
"cov@0.5": 0.8579881656804734,
|
| 940 |
+
"acc@0.5": 0.7241379310344828,
|
| 941 |
+
"cov@0.7": 0.5029585798816568,
|
| 942 |
+
"acc@0.7": 0.8941176470588236,
|
| 943 |
+
"cov@0.9": 0.11834319526627218,
|
| 944 |
+
"acc@0.9": 0.95
|
| 945 |
+
},
|
| 946 |
+
"trec": {
|
| 947 |
+
"n": 500,
|
| 948 |
+
"acc": 0.728,
|
| 949 |
+
"nll": 0.7760585628620453,
|
| 950 |
+
"brier": 0.3906730053560261,
|
| 951 |
+
"ece": 0.044884639918804176,
|
| 952 |
+
"mean_conf": 0.7680628853440284,
|
| 953 |
+
"cov@0.5": 0.886,
|
| 954 |
+
"acc@0.5": 0.781038374717833,
|
| 955 |
+
"cov@0.7": 0.66,
|
| 956 |
+
"acc@0.7": 0.8333333333333334,
|
| 957 |
+
"cov@0.9": 0.348,
|
| 958 |
+
"acc@0.9": 0.8908045977011494
|
| 959 |
+
},
|
| 960 |
+
"sst5": {
|
| 961 |
+
"n": 500,
|
| 962 |
+
"acc": 0.588,
|
| 963 |
+
"nll": 0.962300751103116,
|
| 964 |
+
"brier": 0.5442527844220892,
|
| 965 |
+
"ece": 0.07062593251466752,
|
| 966 |
+
"mean_conf": 0.5504769374728202,
|
| 967 |
+
"score_mae": 0.533001714671962,
|
| 968 |
+
"cov@0.5": 0.652,
|
| 969 |
+
"acc@0.5": 0.6595092024539877,
|
| 970 |
+
"cov@0.7": 0.112,
|
| 971 |
+
"acc@0.7": 0.7678571428571429,
|
| 972 |
+
"cov@0.9": 0.002,
|
| 973 |
+
"acc@0.9": 1.0
|
| 974 |
+
},
|
| 975 |
+
"fin_sentiment": {
|
| 976 |
+
"n": 500,
|
| 977 |
+
"acc": 0.806,
|
| 978 |
+
"nll": 0.48616881277175833,
|
| 979 |
+
"brier": 0.28441906000643985,
|
| 980 |
+
"ece": 0.07165524899959566,
|
| 981 |
+
"mean_conf": 0.7506626476049423,
|
| 982 |
+
"cov@0.5": 0.986,
|
| 983 |
+
"acc@0.5": 0.8133874239350912,
|
| 984 |
+
"cov@0.7": 0.66,
|
| 985 |
+
"acc@0.7": 0.9,
|
| 986 |
+
"cov@0.9": 0.108,
|
| 987 |
+
"acc@0.9": 0.9814814814814815
|
| 988 |
+
},
|
| 989 |
+
"arc_easy": {
|
| 990 |
+
"n": 500,
|
| 991 |
+
"acc": 0.9,
|
| 992 |
+
"nll": 0.3002959193224214,
|
| 993 |
+
"brier": 0.15472624642094474,
|
| 994 |
+
"ece": 0.018672479689121238,
|
| 995 |
+
"mean_conf": 0.8853230164647102,
|
| 996 |
+
"cov@0.5": 0.954,
|
| 997 |
+
"acc@0.5": 0.9182389937106918,
|
| 998 |
+
"cov@0.7": 0.852,
|
| 999 |
+
"acc@0.7": 0.9530516431924883,
|
| 1000 |
+
"cov@0.9": 0.706,
|
| 1001 |
+
"acc@0.9": 0.9745042492917847
|
| 1002 |
+
},
|
| 1003 |
+
"newsgroups": {
|
| 1004 |
+
"n": 500,
|
| 1005 |
+
"acc": 0.648,
|
| 1006 |
+
"nll": 1.2328933369252837,
|
| 1007 |
+
"brier": 0.46483539399426466,
|
| 1008 |
+
"ece": 0.060195389032363905,
|
| 1009 |
+
"mean_conf": 0.6613510022163391,
|
| 1010 |
+
"cov@0.5": 0.69,
|
| 1011 |
+
"acc@0.5": 0.8260869565217391,
|
| 1012 |
+
"cov@0.7": 0.51,
|
| 1013 |
+
"acc@0.7": 0.8862745098039215,
|
| 1014 |
+
"cov@0.9": 0.234,
|
| 1015 |
+
"acc@0.9": 0.9829059829059829
|
| 1016 |
+
}
|
| 1017 |
+
}
|
v0007/eval_unseen.json
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"probe": {
|
| 3 |
+
"n": 97,
|
| 4 |
+
"acc": 0.8969072164948454,
|
| 5 |
+
"nll": 0.20803647221069066,
|
| 6 |
+
"brier": 0.1236771392560089,
|
| 7 |
+
"ece": 0.07140122492288804,
|
| 8 |
+
"mean_conf": 0.9083748072693029,
|
| 9 |
+
"score_mae": 0.1922900263549915,
|
| 10 |
+
"cov@0.5": 0.9896907216494846,
|
| 11 |
+
"acc@0.5": 0.90625,
|
| 12 |
+
"cov@0.7": 0.9072164948453608,
|
| 13 |
+
"acc@0.7": 0.9545454545454546,
|
| 14 |
+
"cov@0.9": 0.7525773195876289,
|
| 15 |
+
"acc@0.9": 0.9863013698630136
|
| 16 |
+
},
|
| 17 |
+
"bbh": {
|
| 18 |
+
"n": 1000,
|
| 19 |
+
"acc": 0.518,
|
| 20 |
+
"nll": 1.107520868909578,
|
| 21 |
+
"brier": 0.6032782669998853,
|
| 22 |
+
"ece": 0.06898981089144945,
|
| 23 |
+
"mean_conf": 0.5686697762086987,
|
| 24 |
+
"cov@0.5": 0.628,
|
| 25 |
+
"acc@0.5": 0.6146496815286624,
|
| 26 |
+
"cov@0.7": 0.267,
|
| 27 |
+
"acc@0.7": 0.700374531835206,
|
| 28 |
+
"cov@0.9": 0.068,
|
| 29 |
+
"acc@0.9": 0.8235294117647058
|
| 30 |
+
},
|
| 31 |
+
"cola": {
|
| 32 |
+
"n": 1000,
|
| 33 |
+
"acc": 0.75,
|
| 34 |
+
"nll": 0.5099731314764989,
|
| 35 |
+
"brier": 0.335630165723175,
|
| 36 |
+
"ece": 0.053903984308242794,
|
| 37 |
+
"mean_conf": 0.7203543915748596,
|
| 38 |
+
"cov@0.5": 1.0,
|
| 39 |
+
"acc@0.5": 0.75,
|
| 40 |
+
"cov@0.7": 0.599,
|
| 41 |
+
"acc@0.7": 0.8430717863105175,
|
| 42 |
+
"cov@0.9": 0.013,
|
| 43 |
+
"acc@0.9": 1.0
|
| 44 |
+
},
|
| 45 |
+
"wic": {
|
| 46 |
+
"n": 638,
|
| 47 |
+
"acc": 0.5909090909090909,
|
| 48 |
+
"nll": 0.7010703101999811,
|
| 49 |
+
"brier": 0.49889730712479824,
|
| 50 |
+
"ece": 0.10223101868898521,
|
| 51 |
+
"mean_conf": 0.6885135976311555,
|
| 52 |
+
"cov@0.5": 1.0,
|
| 53 |
+
"acc@0.5": 0.5909090909090909,
|
| 54 |
+
"cov@0.7": 0.45768025078369906,
|
| 55 |
+
"acc@0.7": 0.6541095890410958,
|
| 56 |
+
"cov@0.9": 0.0219435736677116,
|
| 57 |
+
"acc@0.9": 0.7142857142857143
|
| 58 |
+
},
|
| 59 |
+
"subj": {
|
| 60 |
+
"n": 1000,
|
| 61 |
+
"acc": 0.683,
|
| 62 |
+
"nll": 0.5926543222501754,
|
| 63 |
+
"brier": 0.41087208590491625,
|
| 64 |
+
"ece": 0.12136625003814697,
|
| 65 |
+
"mean_conf": 0.7989181578159332,
|
| 66 |
+
"cov@0.5": 1.0,
|
| 67 |
+
"acc@0.5": 0.683,
|
| 68 |
+
"cov@0.7": 0.733,
|
| 69 |
+
"acc@0.7": 0.7517053206002728,
|
| 70 |
+
"cov@0.9": 0.31,
|
| 71 |
+
"acc@0.9": 0.9193548387096774
|
| 72 |
+
},
|
| 73 |
+
"spam": {
|
| 74 |
+
"n": 1000,
|
| 75 |
+
"acc": 0.748,
|
| 76 |
+
"nll": 0.47593394568919184,
|
| 77 |
+
"brier": 0.32194300022971223,
|
| 78 |
+
"ece": 0.10650516629219058,
|
| 79 |
+
"mean_conf": 0.8214155542850494,
|
| 80 |
+
"cov@0.5": 1.0,
|
| 81 |
+
"acc@0.5": 0.748,
|
| 82 |
+
"cov@0.7": 0.823,
|
| 83 |
+
"acc@0.7": 0.8031591737545565,
|
| 84 |
+
"cov@0.9": 0.359,
|
| 85 |
+
"acc@0.9": 0.9721448467966574
|
| 86 |
+
},
|
| 87 |
+
"counterfactual": {
|
| 88 |
+
"n": 1000,
|
| 89 |
+
"acc": 0.818,
|
| 90 |
+
"nll": 0.4552239557499372,
|
| 91 |
+
"brier": 0.283997494798605,
|
| 92 |
+
"ece": 0.1028595191836357,
|
| 93 |
+
"mean_conf": 0.7230052413344383,
|
| 94 |
+
"cov@0.5": 1.0,
|
| 95 |
+
"acc@0.5": 0.818,
|
| 96 |
+
"cov@0.7": 0.626,
|
| 97 |
+
"acc@0.7": 0.9137380191693291,
|
| 98 |
+
"cov@0.9": 0.012,
|
| 99 |
+
"acc@0.9": 0.8333333333333334
|
| 100 |
+
},
|
| 101 |
+
"cb": {
|
| 102 |
+
"n": 56,
|
| 103 |
+
"acc": 0.875,
|
| 104 |
+
"nll": 0.38689621339204633,
|
| 105 |
+
"brier": 0.1985667895578788,
|
| 106 |
+
"ece": 0.12361876879419596,
|
| 107 |
+
"mean_conf": 0.7997828998735973,
|
| 108 |
+
"cov@0.5": 0.9821428571428571,
|
| 109 |
+
"acc@0.5": 0.8909090909090909,
|
| 110 |
+
"cov@0.7": 0.75,
|
| 111 |
+
"acc@0.7": 0.9761904761904762,
|
| 112 |
+
"cov@0.9": 0.2857142857142857,
|
| 113 |
+
"acc@0.9": 1.0
|
| 114 |
+
},
|
| 115 |
+
"arc_challenge": {
|
| 116 |
+
"n": 1000,
|
| 117 |
+
"acc": 0.788,
|
| 118 |
+
"nll": 0.5769762419571128,
|
| 119 |
+
"brier": 0.3077434279537125,
|
| 120 |
+
"ece": 0.037862662196159365,
|
| 121 |
+
"mean_conf": 0.8004423229694366,
|
| 122 |
+
"cov@0.5": 0.892,
|
| 123 |
+
"acc@0.5": 0.827354260089686,
|
| 124 |
+
"cov@0.7": 0.711,
|
| 125 |
+
"acc@0.7": 0.8874824191279888,
|
| 126 |
+
"cov@0.9": 0.443,
|
| 127 |
+
"acc@0.9": 0.9616252821670429
|
| 128 |
+
},
|
| 129 |
+
"stance_climate": {
|
| 130 |
+
"n": 169,
|
| 131 |
+
"acc": 0.7100591715976331,
|
| 132 |
+
"nll": 0.7974690104995089,
|
| 133 |
+
"brier": 0.43555373727561586,
|
| 134 |
+
"ece": 0.081085235938518,
|
| 135 |
+
"mean_conf": 0.7026936018608025,
|
| 136 |
+
"cov@0.5": 0.8579881656804734,
|
| 137 |
+
"acc@0.5": 0.7241379310344828,
|
| 138 |
+
"cov@0.7": 0.5029585798816568,
|
| 139 |
+
"acc@0.7": 0.8941176470588236,
|
| 140 |
+
"cov@0.9": 0.11834319526627218,
|
| 141 |
+
"acc@0.9": 0.95
|
| 142 |
+
},
|
| 143 |
+
"trec": {
|
| 144 |
+
"n": 500,
|
| 145 |
+
"acc": 0.728,
|
| 146 |
+
"nll": 0.7760585628620453,
|
| 147 |
+
"brier": 0.3906730053560261,
|
| 148 |
+
"ece": 0.044884639918804176,
|
| 149 |
+
"mean_conf": 0.7680628853440284,
|
| 150 |
+
"cov@0.5": 0.886,
|
| 151 |
+
"acc@0.5": 0.781038374717833,
|
| 152 |
+
"cov@0.7": 0.66,
|
| 153 |
+
"acc@0.7": 0.8333333333333334,
|
| 154 |
+
"cov@0.9": 0.348,
|
| 155 |
+
"acc@0.9": 0.8908045977011494
|
| 156 |
+
},
|
| 157 |
+
"sst5": {
|
| 158 |
+
"n": 1000,
|
| 159 |
+
"acc": 0.57,
|
| 160 |
+
"nll": 0.9575963019793726,
|
| 161 |
+
"brier": 0.5502522678043481,
|
| 162 |
+
"ece": 0.04297695386409761,
|
| 163 |
+
"mean_conf": 0.5516400979757309,
|
| 164 |
+
"score_mae": 0.5123533978683991,
|
| 165 |
+
"cov@0.5": 0.662,
|
| 166 |
+
"acc@0.5": 0.6314199395770392,
|
| 167 |
+
"cov@0.7": 0.108,
|
| 168 |
+
"acc@0.7": 0.7037037037037037,
|
| 169 |
+
"cov@0.9": 0.003,
|
| 170 |
+
"acc@0.9": 0.6666666666666666
|
| 171 |
+
},
|
| 172 |
+
"fin_sentiment": {
|
| 173 |
+
"n": 1000,
|
| 174 |
+
"acc": 0.821,
|
| 175 |
+
"nll": 0.4648561801968352,
|
| 176 |
+
"brier": 0.26997927134112937,
|
| 177 |
+
"ece": 0.07628561544418336,
|
| 178 |
+
"mean_conf": 0.7507960308790207,
|
| 179 |
+
"cov@0.5": 0.981,
|
| 180 |
+
"acc@0.5": 0.8297655453618756,
|
| 181 |
+
"cov@0.7": 0.669,
|
| 182 |
+
"acc@0.7": 0.9118086696562033,
|
| 183 |
+
"cov@0.9": 0.11,
|
| 184 |
+
"acc@0.9": 0.9727272727272728
|
| 185 |
+
},
|
| 186 |
+
"arc_easy": {
|
| 187 |
+
"n": 1000,
|
| 188 |
+
"acc": 0.891,
|
| 189 |
+
"nll": 0.3075507787046519,
|
| 190 |
+
"brier": 0.1610970984803839,
|
| 191 |
+
"ece": 0.01694161868095395,
|
| 192 |
+
"mean_conf": 0.8852402422428131,
|
| 193 |
+
"cov@0.5": 0.956,
|
| 194 |
+
"acc@0.5": 0.9131799163179917,
|
| 195 |
+
"cov@0.7": 0.858,
|
| 196 |
+
"acc@0.7": 0.9463869463869464,
|
| 197 |
+
"cov@0.9": 0.691,
|
| 198 |
+
"acc@0.9": 0.9768451519536903
|
| 199 |
+
},
|
| 200 |
+
"newsgroups": {
|
| 201 |
+
"n": 1000,
|
| 202 |
+
"acc": 0.646,
|
| 203 |
+
"nll": 1.2419649776122939,
|
| 204 |
+
"brier": 0.46508339674462584,
|
| 205 |
+
"ece": 0.05238002217561006,
|
| 206 |
+
"mean_conf": 0.6502969245538115,
|
| 207 |
+
"cov@0.5": 0.676,
|
| 208 |
+
"acc@0.5": 0.834319526627219,
|
| 209 |
+
"cov@0.7": 0.492,
|
| 210 |
+
"acc@0.7": 0.9004065040650406,
|
| 211 |
+
"cov@0.9": 0.232,
|
| 212 |
+
"acc@0.9": 0.9870689655172413
|
| 213 |
+
}
|
| 214 |
+
}
|