emircanerol commited on
Commit
bfa66d4
·
verified ·
1 Parent(s): 0d155e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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