AmelieSchreiber
commited on
Commit
•
2d5f3aa
1
Parent(s):
c726944
Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,13 @@ Test metrics:
|
|
36 |
|
37 |
To use this model, run the following:
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
```python
|
40 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
41 |
from peft import PeftModel
|
|
|
36 |
|
37 |
To use this model, run the following:
|
38 |
|
39 |
+
```
|
40 |
+
!pip install transformers -q
|
41 |
+
!pip install peft -q
|
42 |
+
```
|
43 |
+
|
44 |
+
Then run:
|
45 |
+
|
46 |
```python
|
47 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
48 |
from peft import PeftModel
|