# Tính số Parameter của Transformer

> Hồ sơ MCP chính thức, sinh từ registry BOP.INK.

| Trường | Giá trị |
| --- | --- |
| Slug | `tinh-so-parameter-cua-transformer` |
| Danh mục V2 | AI & Machine Learning (`ai-machine-learning`) |
| Danh mục con V2 | Model Parameters (`ai-machine-learning.model-parameters`) |
| Route legacy tương thích | `lap-trinh-dev` |
| Taxonomy V2 | `ai-machine-learning` / `ai-machine-learning.model-parameters` |
| Phạm vi áp dụng | `global` |
| Trạng thái thực thi MCP | `restricted` |
| Nguồn giao diện/schema | `calculators/tinh-so-parameter-cua-transformer` |
| Website | [Mở công cụ](https://bop.ink/lap-trinh-dev/tinh-so-parameter-cua-transformer/) |

Ước tính tổng số parameter (Billion) của mạng Transformer LLM dựa trên hidden dimension, số layer, intermediate FFN và vocab size.

## Cách dùng qua MCP

### Tính số Parameter của Transformer

- Capability: `calculator.lap_trinh_dev.tinh_so_parameter_cua_transformer`
- MCP availability: `restricted`
- Hành động: capability này chỉ được discovery trên Node MCP; mở website để thực thi trong runtime phù hợp.
- Mô tả: Ước tính tổng số parameter (Billion) của mạng Transformer LLM dựa trên hidden dimension, số layer, intermediate FFN và vocab size.

Các trường đầu vào:

- `dModel`: Theo canonical schema.
- `layers`: Theo canonical schema.
- `dFfn`: Theo canonical schema.
- `vocabSize`: Theo canonical schema.

Ví dụ đầu vào:

```json
{}
```
