MyModel

A demonstration model repository with a complete folder structure.

Architecture

The overall model architecture is illustrated below:

Architecture Diagram

Results

Quantitative evaluation results on the benchmark suite:

Results Chart

Full numerical results are available in artifacts/report/table.csv.

Checkpoints

File Description
config.json Model configuration
model.safetensors Trained weights (fp32)
tokenizer_config.json Tokenizer settings
special_tokens_map.json Special token mappings

Usage

from transformers import AutoModel, AutoTokenizer

model = AutoModel.from_pretrained("dongbobo/my-demo-model")
tokenizer = AutoTokenizer.from_pretrained("dongbobo/my-demo-model")

Citation

@misc{mymodel2024,
  author = {dongbobo},
  title  = {MyModel: A Demonstration Repository},
  year   = {2024}
}
Downloads last month
58
Safetensors
Model size
16 params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support