File size: 1,044 Bytes
09cac41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "model_name": "CodeAI-7B",
  "model_type": "coding_transformer",
  "version": "1.0.0",
  "base_model": "codellama-7b",
  "architecture": "LlamaForCausalLM",
  "vocab_size": 32016,
  "hidden_size": 4096,
  "intermediate_size": 11008,
  "num_attention_heads": 32,
  "num_hidden_layers": 32,
  "num_key_value_heads": 32,
  "max_position_embeddings": 16384,
  "rope_theta": 1000000.0,
  "rms_norm_eps": 1e-05,
  "use_cache": true,
  "pad_token_id": 0,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "pretraining_tp": 1,
  "tie_word_embeddings": false,
  "torch_dtype": "float16",
  "transformers_version": "4.36.0",
  "coding_specialization": {
    "languages": ["python", "javascript", "typescript", "java", "cpp", "rust", "go"],
    "capabilities": ["code_generation", "code_completion", "bug_fixing", "refactoring", "documentation"],
    "training_data": "mixed_coding_corpus",
    "instruction_tuned": true
  },
  "safetensors_metadata": {
    "format": "safetensors",
    "sharded": true,
    "num_shards": 3,
    "precision": "float16"
  }
}