skar0 commited on
Commit
ee33621
·
verified ·
1 Parent(s): a0896ba

Upload tiny random Llama-3.3 model (seed 42)

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
@@ -32,7 +32,7 @@
32
  },
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": false,
35
- "torch_dtype": "bfloat16",
36
  "transformers_version": "4.52.4",
37
  "use_cache": true,
38
  "vocab_size": 1000
 
1
  {
2
  "architectures": [
3
+ "LlamaForSequenceClassification"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
32
  },
33
  "rope_theta": 500000.0,
34
  "tie_word_embeddings": false,
35
+ "torch_dtype": "float32",
36
  "transformers_version": "4.52.4",
37
  "use_cache": true,
38
  "vocab_size": 1000