younes0x53 commited on
Commit
08b354c
Β·
verified Β·
1 Parent(s): ca03901

Add Context212 organization card

Browse files
Files changed (1) hide show
  1. README.md +33 -4
README.md CHANGED
@@ -1,10 +1,39 @@
1
  ---
2
  title: README
3
- emoji: πŸ¦€
4
- colorFrom: indigo
5
- colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: πŸ“„
4
+ colorFrom: green
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ **Context212** builds document intelligence for teams that need accurate OCR and RAG over real institutional paperwork β€” including Arabic-first forms, invoices, and handwriting-heavy pages.
11
+
12
+ ### Featured: Alhazen-OCR
13
+
14
+ Compact QLoRA adapter on Qwen3-VL-2B for Arabic institutional OCR. Held-out character error drops from **0.79 β†’ 0.33 CER** vs the untuned base (greedy, n=50).
15
+
16
+ | | |
17
+ |---|---|
18
+ | Model | [`context212/alhazen-ocr`](https://huggingface.co/context212/alhazen-ocr) |
19
+ | Dataset | [`context212/context212-alhazen-ocr`](https://huggingface.co/datasets/context212/context212-alhazen-ocr) |
20
+ | Code | [`github.com/context212/atlas-ocr`](https://github.com/context212/atlas-ocr) |
21
+ | Write-up | [Alhazen-OCR release post](https://context212.com/blog/alhazen-ocr) |
22
+
23
+ ```bash
24
+ vllm serve Qwen/Qwen3-VL-2B-Instruct \
25
+ --enable-lora \
26
+ --lora-modules alhazen=context212/alhazen-ocr \
27
+ --limit-mm-per-prompt '{"image": 1}'
28
+ ```
29
+
30
+ ### On the Hub
31
+
32
+ - **Models** β€” [browse `context212`](https://huggingface.co/context212/models)
33
+ - **Datasets** β€” [browse datasets](https://huggingface.co/context212/datasets)
34
+
35
+ ### Links
36
+
37
+ - Website: [context212.com](https://context212.com)
38
+ - Docs: [docs.context212.com](https://docs.context212.com)
39
+ - GitHub: [github.com/context212](https://github.com/context212)