mjbuehler commited on
Commit
7333553
1 Parent(s): 78c9e49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -17,20 +17,18 @@ widget:
17
  ---
18
  ## Model Summary
19
 
20
- We introduce Cephalo, 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.
21
 
22
- 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.
23
 
24
  Cephalo can interpret complex visual scenes and generating contextually accurate language descriptions and answer queries.
25
 
26
- 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.
27
 
28
- The architecture combines a vision encoder model and an autoregressive transformer to process complex natural language understanding.
29
 
30
  Cephalo provides a robust framework for multimodal interaction and understanding, including the development of complex generative pipelines to create 2D and 3D renderings of material microstructures as input for additive manufacturing methods.
31
 
32
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/FsdGboq7FinNHOJnwYfWu.png)
33
-
34
  This version of Cephalo, lamm-mit/Cephalo-Phi-3-vision-128k, is based on the Phi-3-Vision-128K-Instruct model. Further details, see: https://huggingface.co/microsoft/Phi-3-vision-128k-instruct.
35
 
36
  ### Chat Format
@@ -87,4 +85,12 @@ generate_ids = generate_ids[:, inputs['input_ids'].shape[1]:]
87
  response = processor.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
88
 
89
  print(response)
90
- ```
 
 
 
 
 
 
 
 
 
17
  ---
18
  ## Model Summary
19
 
20
+ 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.
21
 
22
+ 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.
23
 
24
  Cephalo can interpret complex visual scenes and generating contextually accurate language descriptions and answer queries.
25
 
26
+ 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.
27
 
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/FsdGboq7FinNHOJnwYfWu.png)
29
 
30
  Cephalo provides a robust framework for multimodal interaction and understanding, including the development of complex generative pipelines to create 2D and 3D renderings of material microstructures as input for additive manufacturing methods.
31
 
 
 
32
  This version of Cephalo, lamm-mit/Cephalo-Phi-3-vision-128k, is based on the Phi-3-Vision-128K-Instruct model. Further details, see: https://huggingface.co/microsoft/Phi-3-vision-128k-instruct.
33
 
34
  ### Chat Format
 
85
  response = processor.batch_decode(generate_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
86
 
87
  print(response)
88
+ ```
89
+
90
+ ## Dataset generation
91
+
92
+ The schematic below shows a visualization of the approach to generate datasets for training the vision model. 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.
93
+
94
+
95
+ Reproductions of two representative pages of the scientific article (here, Spivak, Buehler, et al., 2011).
96
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/623ce1c6b66fedf374859fe7/oI-RdExZ0iHhzY5RnAH6d.png)