Upload files with `vila-upload`.
Browse filesUpload README.md
Upload .gitattributes
- .gitattributes +0 -1
- README.md +7 -2
.gitattributes
CHANGED
@@ -33,4 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
-
llm/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
README.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
---
|
2 |
-
license: cc
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
Dependency setups:
|
@@ -44,7 +49,7 @@ print(colored(response, "cyan", attrs=["bold"]))
|
|
44 |
|
45 |
## AutoProcessor
|
46 |
|
47 |
-
we also support `AutoProcessor` class
|
48 |
|
49 |
```python
|
50 |
from transformers import AutoProcessor, AutoModel
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
language:
|
4 |
- en
|
5 |
+
tags:
|
6 |
+
- vila
|
7 |
+
- nvila
|
8 |
+
- conversational
|
9 |
+
- multimodal
|
10 |
---
|
11 |
|
12 |
Dependency setups:
|
|
|
49 |
|
50 |
## AutoProcessor
|
51 |
|
52 |
+
we also support `AutoProcessor` class to ease data preparation for training and finetuning.
|
53 |
|
54 |
```python
|
55 |
from transformers import AutoProcessor, AutoModel
|