Image-to-Text
Transformers
PyTorch
phi3_v
text-generation
latex
custom_code
mjbuehler commited on
Commit
8cdc03b
1 Parent(s): 3d9860d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -1,21 +1,19 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
4
  datasets:
5
  - lamm-mit/OleehyO-latex-formulas
 
 
6
  ---
7
- ## Model Summary
8
 
9
  Cephalo is a series of multimodal materials science focused vision large language models (V-LLMs) designed to integrate visual and linguistic data for advanced understanding and interaction in human-AI or multi-agent AI frameworks.
10
 
11
- A novel aspect of Cephalo's development is the innovative dataset generation method. The extraction process employs advanced algorithms to accurately detect and separate images and their corresponding textual descriptions from complex PDF documents. It involves extracting images and captions from PDFs to create well-reasoned image-text pairs, utilizing large language models (LLMs) for natural language processing. These image-text pairs are then refined and validated through LLM-based NLP processing, ensuring high-quality and contextually relevant data for training.
12
-
13
- Cephalo can interpret complex visual scenes and generating contextually accurate language descriptions and answer queries.
14
-
15
- The model is developed to process diverse inputs, including images and text, facilitating a broad range of applications such as image captioning, visual question answering, and multimodal content generation. The architecture combines a vision encoder model and an autoregressive transformer to process complex natural language understanding.
16
-
17
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/kl5GWBP9WS0D4uwd1t3S7.png)
18
 
19
  ## Model Capabilities
20
 
21
- This version of Cephalo, lamm-mit/Cephalo-LaTeX-Phi-3-vision-128k-4b-alpha, is trained to convert images of equations to LaTeX code.
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - latex
5
+ - image-to-text
6
  datasets:
7
  - lamm-mit/OleehyO-latex-formulas
8
+ - OleehyO/latex-formulas
9
+ license: apache-2.0
10
  ---
11
+ ## Model Summary
12
 
13
  Cephalo is a series of multimodal materials science focused vision large language models (V-LLMs) designed to integrate visual and linguistic data for advanced understanding and interaction in human-AI or multi-agent AI frameworks.
14
 
 
 
 
 
 
 
15
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/kl5GWBP9WS0D4uwd1t3S7.png)
16
 
17
  ## Model Capabilities
18
 
19
+ This version of Cephalo, lamm-mit/Cephalo-LaTeX-Phi-3-vision-128k-4b-alpha, is trained to convert images of equations to LaTeX code.