Update metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# trankit pretrained weights
|
| 2 |
|
| 3 |
This repository simply hosts the decompressed model weights that come from the open-source [`nlp-uoregon/trankit`](https://github.com/nlp-uoregon/trankit) project. All archives in the original HuggingFace model `uonlp/trankit` have been extracted to their respective directories so the parameters can be consumed without additional unzip steps.
|
|
@@ -18,3 +26,14 @@ models/
|
|
| 18 |
```
|
| 19 |
|
| 20 |
No additional code changes were made; if you need the training or inference library please refer to the upstream GitHub repository.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- multilingual
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- trankit
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
# trankit pretrained weights
|
| 10 |
|
| 11 |
This repository simply hosts the decompressed model weights that come from the open-source [`nlp-uoregon/trankit`](https://github.com/nlp-uoregon/trankit) project. All archives in the original HuggingFace model `uonlp/trankit` have been extracted to their respective directories so the parameters can be consumed without additional unzip steps.
|
|
|
|
| 26 |
```
|
| 27 |
|
| 28 |
No additional code changes were made; if you need the training or inference library please refer to the upstream GitHub repository.
|
| 29 |
+
---
|
| 30 |
+
language:
|
| 31 |
+
- multilingual
|
| 32 |
+
license: apache-2.0
|
| 33 |
+
tags:
|
| 34 |
+
- trankit
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
This repository simply hosts the decompressed model weights that come from the open-source [`nlp-uoregon/trankit`](https://github.com/nlp-uoregon/trankit) project. All archives in the original HuggingFace model `uonlp/trankit` have been extracted to their respective directories so the parameters can be consumed without additional unzip steps.
|
| 38 |
+
|
| 39 |
+
The upstream project distributes the assets under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). The same license therefore applies to this copy of the weights—make sure every downstream consumer is aware of the original terms.
|