Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,7 @@ Model | #params | Arch. | Max length | Training data
|
|
| 44 |
---|---|---|---|---|---
|
| 45 |
[`tkhangg0910/viconbert-base`](https://huggingface.co/tkhangg0910/viconbert-base) | 135M | base | 256 | [ViConWSD](https://huggingface.co/tkhangg0910/ViConWSD)
|
| 46 |
[`tkhangg0910/viconbert-large`](https://huggingface.co/tkhangg0910/viconbert-large) | 370M | large | 256 | [ViConWSD](https://huggingface.co/tkhangg0910/ViConWSD)
|
|
|
|
| 47 |
### Example usage <a name="usage2"></a>
|
| 48 |
SpanExtractor and text_normalize are implemented in [`code`](https://github.com/tkhangg0910/ViConBERT/tree/main/utils)
|
| 49 |
```python
|
|
|
|
| 44 |
---|---|---|---|---|---
|
| 45 |
[`tkhangg0910/viconbert-base`](https://huggingface.co/tkhangg0910/viconbert-base) | 135M | base | 256 | [ViConWSD](https://huggingface.co/tkhangg0910/ViConWSD)
|
| 46 |
[`tkhangg0910/viconbert-large`](https://huggingface.co/tkhangg0910/viconbert-large) | 370M | large | 256 | [ViConWSD](https://huggingface.co/tkhangg0910/ViConWSD)
|
| 47 |
+
|
| 48 |
### Example usage <a name="usage2"></a>
|
| 49 |
SpanExtractor and text_normalize are implemented in [`code`](https://github.com/tkhangg0910/ViConBERT/tree/main/utils)
|
| 50 |
```python
|