prithivMLmods commited on
Commit
26aa5ab
·
verified ·
1 Parent(s): 7465772

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -1
README.md CHANGED
@@ -1,7 +1,45 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
 
7
  ## sample inference.
@@ -44,4 +82,13 @@ In an examination 80% of the candidates passed in Urdu and 85% in Hindi, while 7
44
  [{"name": "passing_percentage", "description": "Calculates the passing percentage for an exam given the percentage of students who passed each subject, and the intersection percentage of passing subjects.",
45
  "parameters": {"subject1_percent": {"description": "Percentage of students who passed the first subject (e.g., 85% if Hindi).", "type": "int"},
46
  "subject2_percent": {"description": "Percentage of students who passed the second subject (e.g., 80% if Urdu).", "type": "int"}, "passed_both_percent": {"description": "Percentage of students who passed both subjects.", "type": "int"}}}]
47
- ```
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - prithivMLmods/Gliese-Query_Tool-0.6B
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ tags:
10
+ - text-generation-inference
11
+ - agent
12
+ - tool_calling
13
+ datasets:
14
+ - Salesforce/xlam-function-calling-60k
15
  ---
16
 
17
+ # **Gliese-Query_Tool-0.6B**
18
+
19
+ > Gliese-Query_Tool-0.6B is a function-calling and query-oriented reasoning model fine-tuned from Qwen3-0.6B using Salesforce/xlam-function-calling-60k, designed for tool orchestration, structured query resolution, and operation chaining across diverse tasks. It excels in dynamic function execution, structured reasoning pipelines, and multi-tool decision workflows, making it a powerful lightweight solution for developers, tooling platforms, and automation systems.
20
+
21
+ ## Model Files
22
+ | File Name | Quant Type | File Size |
23
+ | - | - | - |
24
+ | Gliese-Query_Tool-0.6B.BF16.gguf | BF16 | 1.2 GB |
25
+ | Gliese-Query_Tool-0.6B.F16.gguf | F16 | 1.2 GB |
26
+ | Gliese-Query_Tool-0.6B.F32.gguf | F32 | 2.39 GB |
27
+ | Gliese-Query_Tool-0.6B.Q2_K.gguf | Q2_K | 296 MB |
28
+ | Gliese-Query_Tool-0.6B.Q3_K_L.gguf | Q3_K_L | 368 MB |
29
+ | Gliese-Query_Tool-0.6B.Q3_K_M.gguf | Q3_K_M | 347 MB |
30
+ | Gliese-Query_Tool-0.6B.Q3_K_S.gguf | Q3_K_S | 323 MB |
31
+ | Gliese-Query_Tool-0.6B.Q4_0.gguf | Q4_0 | 382 MB |
32
+ | Gliese-Query_Tool-0.6B.Q4_1.gguf | Q4_1 | 409 MB |
33
+ | Gliese-Query_Tool-0.6B.Q4_K.gguf | Q4_K | 397 MB |
34
+ | Gliese-Query_Tool-0.6B.Q4_K_M.gguf | Q4_K_M | 397 MB |
35
+ | Gliese-Query_Tool-0.6B.Q4_K_S.gguf | Q4_K_S | 383 MB |
36
+ | Gliese-Query_Tool-0.6B.Q5_0.gguf | Q5_0 | 437 MB |
37
+ | Gliese-Query_Tool-0.6B.Q5_1.gguf | Q5_1 | 464 MB |
38
+ | Gliese-Query_Tool-0.6B.Q5_K.gguf | Q5_K | 444 MB |
39
+ | Gliese-Query_Tool-0.6B.Q5_K_M.gguf | Q5_K_M | 444 MB |
40
+ | Gliese-Query_Tool-0.6B.Q5_K_S.gguf | Q5_K_S | 437 MB |
41
+ | Gliese-Query_Tool-0.6B.Q6_K.gguf | Q6_K | 495 MB |
42
+ | Gliese-Query_Tool-0.6B.Q8_0.gguf | Q8_0 | 639 MB |
43
 
44
 
45
  ## sample inference.
 
82
  [{"name": "passing_percentage", "description": "Calculates the passing percentage for an exam given the percentage of students who passed each subject, and the intersection percentage of passing subjects.",
83
  "parameters": {"subject1_percent": {"description": "Percentage of students who passed the first subject (e.g., 85% if Hindi).", "type": "int"},
84
  "subject2_percent": {"description": "Percentage of students who passed the second subject (e.g., 80% if Urdu).", "type": "int"}, "passed_both_percent": {"description": "Percentage of students who passed both subjects.", "type": "int"}}}]
85
+ ```
86
+
87
+ ## Quants Usage
88
+
89
+ (sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
90
+
91
+ Here is a handy graph by ikawrakow comparing some lower-quality quant
92
+ types (lower is better):
93
+
94
+ ![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)