luodian commited on
Commit
d841af8
1 Parent(s): 573f01d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -7,11 +7,9 @@ library_name: transformers
7
 
8
  # OpenFlamingo-9B-HF
9
 
10
- This is a Huggingface version of OpenFlamingo. In order to make the model support Huggingface's accelerator feature, we wrapped the original OpenFlamingo into a Huggingface model.
11
 
12
- You can find detailed descriptions in the [luodian/otter](https://github.com/Luodian/otter).
13
-
14
- Current OF-9B-HF model supports training with fully-sharded mechanism and loading to consumer GPUs (e.g. 3090-24G).
15
 
16
  The following is original OpenFlamingo's model description.
17
 
 
7
 
8
  # OpenFlamingo-9B-HF
9
 
10
+ This is a Hugging Face version of OpenFlamingo. To enable the model to support Hugging Face's accelerator feature, we have wrapped the original OpenFlamingo into a Hugging Face model. You can find detailed descriptions in the [luodian/otter](https://github.com/Luodian/otter) repository.
11
 
12
+ The current OF-9B-HF model is equipped with the capability of training with fully-sharded mechanisms and can be loaded onto consumer-grade GPUs (such as 3090-24G).
 
 
13
 
14
  The following is original OpenFlamingo's model description.
15