vanpelt commited on
Commit
87c7c6d
·
verified ·
1 Parent(s): 59e78da

Add model card with metadata

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,21 +39,21 @@ ollama run hf.co/vanpelt/summarizer
39
 
40
  ```bash
41
  # Download the GGUF file
42
- huggingface-cli download vanpelt/summarizer gemma3-270m-synthetic-v11-Q4_K_M-unsloth.gguf
43
 
44
  # Run with llama.cpp
45
- ./main -m gemma3-270m-synthetic-v11-Q4_K_M-unsloth.gguf -p 'Your prompt here'
46
  ```
47
 
48
  ## Files
49
 
50
  - `tokenizer.json` (31.8 MB)
51
- - `gemma3-270m-synthetic-v11-Q4_K_M-unsloth.gguf` (241.4 MB)
52
  - `tokenizer_config.json` (1.1 MB)
53
  - `added_tokens.json` (0.0 MB)
54
  - `chat_template.jinja` (0.0 MB)
55
  - `Modelfile` (0.0 MB)
56
  - `model.safetensors` (511.4 MB)
 
57
  - `special_tokens_map.json` (0.0 MB)
58
  - `config.json` (0.0 MB)
59
  - `tokenizer.model` (4.5 MB)
 
39
 
40
  ```bash
41
  # Download the GGUF file
42
+ huggingface-cli download vanpelt/summarizer gemma3-270m-summarizer-Q4_K_M.gguf
43
 
44
  # Run with llama.cpp
45
+ ./main -m gemma3-270m-summarizer-Q4_K_M.gguf -p 'Your prompt here'
46
  ```
47
 
48
  ## Files
49
 
50
  - `tokenizer.json` (31.8 MB)
 
51
  - `tokenizer_config.json` (1.1 MB)
52
  - `added_tokens.json` (0.0 MB)
53
  - `chat_template.jinja` (0.0 MB)
54
  - `Modelfile` (0.0 MB)
55
  - `model.safetensors` (511.4 MB)
56
+ - `gemma3-270m-summarizer-Q4_K_M.gguf` (241.4 MB)
57
  - `special_tokens_map.json` (0.0 MB)
58
  - `config.json` (0.0 MB)
59
  - `tokenizer.model` (4.5 MB)