CodeXomics commited on
Commit
19db9e9
·
verified ·
1 Parent(s): f6ffa6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -22,6 +22,13 @@ performs native function calling against the CodeXomics tool registry (file load
22
  sequence analysis, annotation, track control, export, BLAST, primer design, database/protein
23
  retrieval, task management, and UI control).
24
 
 
 
 
 
 
 
 
25
  ## Fine-tuning
26
 
27
  - Method: QLoRA (rank 16, scale 32.0, dropout 0.05, 4 layers) with MLX-LM 0.31.2 / MLX 0.32.0
@@ -60,8 +67,6 @@ For deployment in CodeXomics, the model is served through Ollama as `qwen3.5:4b-
60
 
61
  ## Limitations
62
 
63
- - Multi-step workflows can occasionally stop before the final verification step, causing minor
64
- run-to-run variance on the complex suite (27–29/29 across complete sessions).
65
  - The model is specialized for CodeXomics genomic workflows; generalization to other tool-calling
66
  domains was not evaluated.
67
 
 
22
  sequence analysis, annotation, track control, export, BLAST, primer design, database/protein
23
  retrieval, task management, and UI control).
24
 
25
+ CodeXomics is an AI-native genome browser: a cross-platform desktop application in which
26
+ conversational AI agents drive genome visualization and run real biological analyses, with built-in
27
+ tool execution, a dynamic tool registry, plugin development, and Model Context Protocol (MCP)
28
+ integration. Source code and documentation:
29
+ [github.com/Scilence2022/CodeXomics](https://github.com/Scilence2022/CodeXomics) and
30
+ [scilence2022.github.io/CodeXomics](https://scilence2022.github.io/CodeXomics/).
31
+
32
  ## Fine-tuning
33
 
34
  - Method: QLoRA (rank 16, scale 32.0, dropout 0.05, 4 layers) with MLX-LM 0.31.2 / MLX 0.32.0
 
67
 
68
  ## Limitations
69
 
 
 
70
  - The model is specialized for CodeXomics genomic workflows; generalization to other tool-calling
71
  domains was not evaluated.
72