Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,13 @@ language:
|
|
| 6 |
- tr
|
| 7 |
library_name: peft
|
| 8 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
```python
|
| 12 |
from peft import PeftModel, PeftConfig
|
| 13 |
from transformers import AutoModelForTokenClassification
|
|
|
|
| 6 |
- tr
|
| 7 |
library_name: peft
|
| 8 |
pipeline_tag: token-classification
|
| 9 |
+
base_model:
|
| 10 |
+
- google/byt5-small
|
| 11 |
---
|
| 12 |
|
| 13 |
+
[GitHub Link]([https://github.com/rusenbb/Biting-The-Bytes])
|
| 14 |
+
|
| 15 |
+
|
| 16 |
```python
|
| 17 |
from peft import PeftModel, PeftConfig
|
| 18 |
from transformers import AutoModelForTokenClassification
|