caseykennington commited on
Commit
23611ec
·
verified ·
1 Parent(s): 31b682f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -8,3 +8,18 @@ pinned: false
8
  ---
9
 
10
  Models, data, and software created and maintained by the **Speech, Langauge, and Interactive Machines** group at Boise State University.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  Models, data, and software created and maintained by the **Speech, Langauge, and Interactive Machines** group at Boise State University.
11
+
12
+ ## Software
13
+
14
+ ### Renaissance: A Multimodal Transformer Modeling Platform
15
+
16
+ Reanissance is a straight-forward modeling platform that allows the user to train and test a variety of vision-language model configurations with minimal programming requirements. The novel feature of this platform is that models from the Huggingface hub can be easily plugged into text and vision transformer modules. This allows users to easily test and train a huge variety of novel models on a suite of benchmarks with relatively little programming.
17
+
18
+ https://github.com/bsu-slim/renaissance
19
+
20
+
21
+ ### Retico: real-time, incremental communication
22
+
23
+ Retico is an open-source framework for building state-of-the-art incremental processing systems. This python package contains the functionality of the major supported retico modules and makes them easily accessible.
24
+
25
+ https://github.com/retico-team?view_as=public