Fix links in markdown & additional metadata for license
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
license_name: gemma-terms
|
| 5 |
license_link: https://ai.google.dev/gemma/terms
|
| 6 |
---
|
|
@@ -25,11 +26,11 @@ This model has not been assessed for harm or biases, and should not be used for
|
|
| 25 |
|
| 26 |
## How to Get Started with the Model
|
| 27 |
|
| 28 |
-
Currently using `llava-gemma` requires a [modified preprocessor](
|
| 29 |
|
| 30 |
_We are currently working on modifying the `LlavaProcessor` class to streamline usage (see [PR #30030](https://github.com/huggingface/transformers/pull/30030)), expect updates soon._
|
| 31 |
|
| 32 |
-
For current usage, see [`usage.py`](/usage.py) or the following code block:
|
| 33 |
|
| 34 |
```python
|
| 35 |
import requests
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: other
|
| 5 |
license_name: gemma-terms
|
| 6 |
license_link: https://ai.google.dev/gemma/terms
|
| 7 |
---
|
|
|
|
| 26 |
|
| 27 |
## How to Get Started with the Model
|
| 28 |
|
| 29 |
+
Currently using `llava-gemma` requires a [modified preprocessor](./processing_llavagemma.py).
|
| 30 |
|
| 31 |
_We are currently working on modifying the `LlavaProcessor` class to streamline usage (see [PR #30030](https://github.com/huggingface/transformers/pull/30030)), expect updates soon._
|
| 32 |
|
| 33 |
+
For current usage, see [`usage.py`](./usage.py) or the following code block:
|
| 34 |
|
| 35 |
```python
|
| 36 |
import requests
|