buley commited on
Commit
1a44fb9
·
verified ·
1 Parent(s): 5d1e45a

Fix model card accuracy (format/filename)

Browse files
Files changed (1) hide show
  1. README.md +18 -32
README.md CHANGED
@@ -1,53 +1,39 @@
1
  ---
2
- language:
3
- - en
4
  license: apache-2.0
5
- library_name: llama-cpp
6
  tags:
7
- - gguf
8
- - vision
9
- - multimodal
10
  - forkjoin-ai
 
 
11
  base_model: deepseek-ai/DeepSeek-OCR-2
 
12
  pipeline_tag: image-text-to-text
13
  ---
14
 
15
- # Deepseek Ocr 2
16
 
17
- Forkjoin.ai conversion of [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2) to GGUF format for edge deployment.
18
 
19
  ## Model Details
20
 
21
- - **Source Model**: [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2)
22
- - **Format**: GGUF
23
- - **Converted by**: [Forkjoin.ai](https://forkjoin.ai)
 
 
 
24
 
25
  ## Usage
26
 
27
- ### With llama.cpp
28
 
29
  ```bash
30
- ./llama-cli -m deepseek-ocr-2-gguf.gguf -p "Your prompt here" -n 256
31
  ```
32
 
33
- ### With Ollama
34
 
35
- Create a `Modelfile`:
36
- ```
37
- FROM ./deepseek-ocr-2-gguf.gguf
38
- ```
39
-
40
- ```bash
41
- ollama create deepseek-ocr-2-gguf -f Modelfile
42
- ollama run deepseek-ocr-2-gguf
43
- ```
44
-
45
- ## About Forkjoin.ai
46
-
47
- [Forkjoin.ai](https://forkjoin.ai) runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities.
48
-
49
- All conversions are optimized for edge deployment within browser and mobile memory constraints.
50
-
51
- ## License
52
 
53
- Apache 2.0 (follows upstream model license)
 
1
  ---
 
 
2
  license: apache-2.0
3
+ library_name: transformers
4
  tags:
5
+ - safetensors
 
 
6
  - forkjoin-ai
7
+ - edge-deployment
8
+ - aether
9
  base_model: deepseek-ai/DeepSeek-OCR-2
10
+ base_model_relation: finetune
11
  pipeline_tag: image-text-to-text
12
  ---
13
 
14
+ # Deepseek Ocr 2 (SafeTensors)
15
 
16
+ > **SafeTensors mirror** of [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2) for distributed edge inference powered by the [Aether](https://github.com/forkjoin-ai/aether) runtime on [Edgework.ai](https://edgework.ai).
17
 
18
  ## Model Details
19
 
20
+ | Property | Value |
21
+ |----------|-------|
22
+ | Base model | [deepseek-ai/DeepSeek-OCR-2](https://huggingface.co/deepseek-ai/DeepSeek-OCR-2) |
23
+ | Format | SafeTensors |
24
+ | Weight files | 1 shard(s) `*.safetensors` |
25
+ | License | apache-2.0 |
26
 
27
  ## Usage
28
 
29
+ These are **SafeTensors** weights — load them with the model's native framework (e.g. `transformers` / `diffusers`), not llama.cpp.
30
 
31
  ```bash
32
+ huggingface-cli download forkjoin-ai/deepseek-ocr-2 --local-dir ./deepseek-ocr-2
33
  ```
34
 
35
+ ## About
36
 
37
+ Published by [AFFECTIVELY](https://huggingface.co/forkjoin-ai) · Managed by [@buley](https://huggingface.co/buley). Mirrored for distributed edge inference via the [Aether](https://github.com/forkjoin-ai/aether) runtime.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
+ - [All models](https://huggingface.co/forkjoin-ai) · [GitHub](https://github.com/forkjoin-ai) · [Edgework.ai](https://edgework.ai)