jinv2 commited on
Commit
a3bf148
·
verified ·
1 Parent(s): 1c02b8d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -1,5 +1,6 @@
1
- "library_name": "transformers"
2
- "pipeline_tag": "text-generation"{
 
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -30,6 +31,5 @@
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.50.1",
32
  "use_cache": true,
33
- "vocab_size": 32256,
34
- "pipeline_tag": "text-generation"
35
  }
 
1
+ {
2
+ "library_name": "transformers",
3
+ "pipeline_tag": "text-generation",
4
  "architectures": [
5
  "LlamaForCausalLM"
6
  ],
 
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.50.1",
33
  "use_cache": true,
34
+ "vocab_size": 32256
 
35
  }