lewiswatson commited on
Commit
8248673
·
verified ·
1 Parent(s): 254f70a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -0
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: llama.cpp
3
+ pipeline_tag: image-text-to-text
4
+ tags:
5
+ - gguf
6
+ - llama.cpp
7
+ - vision-language
8
+ - frame2kg
9
+ - knowledge-graph
10
+ - JSON
11
+ datasets:
12
+ - lewiswatson/Frame2KG-YC2
13
+ base_model: OpenGVLab/InternVL3_5-1B-HF
14
+ ---
15
+
16
+ # Frame2KG-InternVL3.5-1b-JSON
17
+
18
+ This repository contains GGUF quantised files for the Frame2KG fine-tuned InternVL3.5 1b model.
19
+
20
+ These GGUF releases are optimized deployment variants of Frame2KG models. They are provided for practical inference use and may not exactly match the original weights, checkpoints, or evaluation configuration reported in the Frame2KG paper.
21
+
22
+ ## Model Details
23
+
24
+ - Family: InternVL3.5
25
+ - Size: 1b
26
+ - Output format: JSON Frame2KG graph output
27
+ - Base model: OpenGVLab/InternVL3_5-1B-HF
28
+ - Model type: internvl
29
+ - Architecture: InternVLForConditionalGeneration
30
+ - Fine-tuning method: PEFT LoRA
31
+ - LoRA rank: 8
32
+ - LoRA alpha: 16
33
+ - Trainable added token count: 0
34
+
35
+ ## Files
36
+
37
+ | File | Size | Notes |
38
+ |---|---:|---|
39
+ | `Frame2KG-InternVL3.5-1b-JSON.f16.gguf` | 1.41 GB | model weights |
40
+ | `Frame2KG-InternVL3.5-1b-JSON.IQ4_XS.gguf` | 430.99 MB | model weights |
41
+ | `Frame2KG-InternVL3.5-1b-JSON.Q2_K.gguf` | 331.20 MB | model weights |
42
+ | `Frame2KG-InternVL3.5-1b-JSON.Q3_K_L.gguf` | 415.17 MB | model weights |
43
+ | `Frame2KG-InternVL3.5-1b-JSON.Q3_K_M.gguf` | 394.80 MB | model weights |
44
+ | `Frame2KG-InternVL3.5-1b-JSON.Q3_K_S.gguf` | 371.86 MB | model weights |
45
+ | `Frame2KG-InternVL3.5-1b-JSON.Q4_K_M.gguf` | 461.78 MB | model weights |
46
+ | `Frame2KG-InternVL3.5-1b-JSON.Q4_K_S.gguf` | 448.97 MB | model weights |
47
+ | `Frame2KG-InternVL3.5-1b-JSON.Q5_K_M.gguf` | 525.83 MB | model weights |
48
+ | `Frame2KG-InternVL3.5-1b-JSON.Q5_K_S.gguf` | 518.39 MB | model weights |
49
+ | `Frame2KG-InternVL3.5-1b-JSON.Q6_K.gguf` | 593.88 MB | model weights |
50
+ | `Frame2KG-InternVL3.5-1b-JSON.Q8_0.gguf` | 767.47 MB | model weights |
51
+ | `mmproj-Frame2KG-InternVL3.5-1b-JSON.f16.gguf` | 896 B | multimodal projector |
52
+ | `mmproj-Frame2KG-InternVL3.5-1b-JSON.Q8_0.gguf` | 896 B | multimodal projector |
53
+
54
+
55
+
56
+ ## Usage Notes
57
+
58
+ These files are intended for llama.cpp-compatible GGUF runtimes.
59
+
60
+ ## Scope
61
+
62
+ Frame2KG models are intended to convert image or frame content into structured graph-style outputs. The exact output format depends on the variant:
63
+
64
+ - `JSON` variants target JSON-formatted Frame2KG output.
65
+ - `CT` variants target compressed Frame2KG graph tokens.
66
+
67
+ ## Citation
68
+
69
+ If you use this model in your work, please cite the paper:
70
+
71
+ ```bibtex
72
+ @inproceedings{watson2026frame2kg,
73
+ title = {Frame2KG: A Benchmark and Evaluation Toolkit for Interpretable Frame-to-Graph Generation},
74
+ author = {Watson, Lewis N. and Strathearn, Carl and Mitchell, Kenny and Yu, Yanchao},
75
+ booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
76
+ month = {May},
77
+ year = {2026},
78
+ pages = {10912--10926},
79
+ address = {Palma, Mallorca, Spain},
80
+ publisher = {European Language Resources Association (ELRA)},
81
+ editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
82
+ doi = {10.63317/4ys6kofrzoc5},
83
+ url = {https://doi.org/10.63317/4ys6kofrzoc5}
84
+ }
85
+ ```
86
+
87
+ ## Disclaimer
88
+
89
+ This model is provided as is, without warranties or guarantees of any kind, either express or implied. The authors make no representations regarding the accuracy, reliability, safety, suitability, or performance of the model or its outputs.
90
+
91
+ The model may generate incorrect, incomplete, or misleading results and should not be relied upon for critical, safety-sensitive, legal, medical, financial, or other high-stakes decisions. Use of this model is entirely at your own risk.
92
+
93
+ The authors accept no liability for damages, losses, or consequences arising from use, misuse, or inability to use the model.