ibm-research_PowerMoE-3b
ibm-research · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
pipeline_tag: text-generation inference: false license: apache-2.0 library_name: transformers model-index:
- name: ibm/PowerMoE-3b
results:
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: ARC
metrics:
- name: accuracy-norm type: accuracy-norm value: 58.1 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: BoolQ
metrics:
- name: accuracy type: accuracy value: 65.0 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: Hellaswag
metrics:
- name: accuracy-norm type: accuracy-norm value: 71.5 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: OpenBookQA
metrics:
- name: accuracy-norm type: accuracy-norm value: 41.0 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: PIQA
metrics:
- name: accuracy-norm type: accuracy-norm value: 79.1 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: Winogrande
metrics:
- name: accuracy-norm type: accuracy-norm value: 65.0 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: MMLU (5 shot)
metrics:
- name: accuracy type: accuracy value: 42.8 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: GSM8k (5 shot)
metrics:
- name: accuracy type: accuracy value: 25.9 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: math (4 shot)
metrics:
- name: accuracy type: accuracy value: 14.8 verified: false
- task:
type: text-generation
dataset:
type: bigcode-eval
name: humaneval
metrics:
- name: pass@1 type: pass@1 value: 20.1 verified: false
- task:
type: text-generation
dataset:
type: bigcode-eval
name: MBPP
metrics:
- name: pass@1 type: pass@1 value: 32.4 verified: false
- task:
type: text-generation
dataset:
type: lm-eval-harness
name: ARC
metrics:
Model Summary
PowerMoE-3B is a 3B sparse Mixture-of-Experts (sMoE) language model trained with the Power learning rate scheduler. It sparsely activates 800M parameters for each token. It is trained on a mix of open-source and proprietary datasets. PowerMoE-3B has shown promising results compared to other dense models with 2x activate parameters across various benchmarks, including natural language multi-choices, code generation, and math reasoning. Paper: https://arxiv.org/abs/2408.13359
Usage
Note: Requires installing HF transformers from source.
Generation
This is a simple example of how to use PowerMoE-3b model.
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
device = "cuda" # or "cpu"
model_path = "ibm/PowerMoE-3b"
tokenizer = AutoTokenizer.from_pretrained(model_path)
# drop device_map if running on CPU
model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
model.eval()
# change input text as desired
prompt = "Write a code to find the maximum value in a list of numbers."
# tokenize the text
input_tokens = tokenizer(prompt, return_tensors="pt")
# transfer tokenized inputs to the device
for i in input_tokens:
input_tokens[i] = input_tokens[i].to(device)
# generate output tokens
output = model.generate(**input_tokens, max_new_tokens=100)
# decode output tokens into text
output = tokenizer.batch_decode(output)
# loop over the batch to print, in this example the batch size is 1
for i in output:
print(i)
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:5be778f484719c25cd115c4f484aaf8bcac532f8&dn=ibm-research_PowerMoE-3bOpen magnet in torrent client · infohash 5be778f484719c25cd115c4f484aaf8bcac532f8
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 3.8 KB (3,849 B) | 96f2d75dfa4104d1bb16b55f6beb5113060867ba | 9b829545269d049958e30da894891580c378ee51e5083a376656f848564f1169 |
| config.json | 928 B (928 B) | 16e897e5b33d1bd9b65bdf25e34b6a8dbd2de415 | c1ab33e5e331b17da2f9e226f8e8ff499bd8e9fcf41ce7a0da5bca519745d65f |
| generation_config.json | 137 B (137 B) | 51ffea4978adc2afd0062606233e4475d115554a | c3a6db8aedb67669dc47156e1961ed597cba442b16e3e2bfd0f4404402730de6 |
| model-00001-of-00003.safetensors | 4.43 GB (4,759,191,760 B) | 59b1882108fc5862deed30ab00fb30cc2854ed82 | 410fe4e5985463497cfab62f2a7e1d1399ca33ea6030966187f106d76b494b5c |
| model-00002-of-00003.safetensors | 4.50 GB (4,834,947,880 B) | 5d06fa0d77da7c42005cac0c09464a036c371cee | 2c318c4e0cb92c1385968a9c03e7a7c1ba4b536d47dab7ab37e2aaf50f221009 |
| model-00003-of-00003.safetensors | 3.63 GB (3,903,040,856 B) | 087ade1712786e88f95fdf79892b529803b3f2a1 | 948cbf3057a50c450d6322bcbaf1e9adb8cdd22915010aee14a58ebd5fcbdf3a |
| model.safetensors.index.json | 25.0 KB (25,582 B) | c3fbf7fa06597bdec97f9d43257a85ae7d5101cf | 04bb94ab9db609969e02ae21606848b3752084898351b67acdcd94228e51884f |
| special_tokens_map.json | 906 B (906 B) | 87a2385ffddf24c750cb09ef69d64faa0d73ff3f | f22e01b022165e8efea3421d9f0aba6b8a13fab084ac291b587286cd2e373d05 |
| tokenizer.json | 2.0 MB (2,057,451 B) | 4aa94164a898c41c89c347f753c08a82b52e620f | d3b4df07a0ce3940b15c77e2ea17ab5627ca0c4bf982d2eb37966aea0a81c918 |
| tokenizer_config.json | 4.0 KB (4,126 B) | e72c686d55d39777040cda554da071a1df3c3f38 | 0764d3ae3830187f63cfe568c754d99900fed85fc9d071e6cfe2add9f555b6bb |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/ibm-research_PowerMoE-3b/
- Slug
- ibm-research_PowerMoE-3b
- Infohash
- 5be778f484719c25cd115c4f484aaf8bcac532f8
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: ibm-research_PowerMoE-3b.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | ibm-research/PowerMoE-3b |
|---|---|
| Revision (pinned) | 13fcb5a98001438bed01cf1ac4b423751dc4c2ea |
| Fetched at | 2026-09-04T00:49:04Z |
| License at fetch | apache-2.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-04T00:52:43Z
apache-2.012.57 GB (13,499,273,475 bytes)transformerssafetensorsgranitemoetext-generationmodel-indexpaper: 2408.13359