Infernaught
commited on
Upload README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ Sample input: Below is a news article. Please classify it under one of the follo
|
|
13 |
---\
|
14 |
Sample output: {"text_label": "World", "explanation": "The article is classified as 'World' because it discusses the poverty rate and lack of health coverage in the United States. Although it is a domestic issue, it has potential implications for the upcoming presidential election, making it relevant to a global audience."}\
|
15 |
---\
|
16 |
-
Try using this adapter yourself
|
17 |
```
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
19 |
|
|
|
13 |
---\
|
14 |
Sample output: {"text_label": "World", "explanation": "The article is classified as 'World' because it discusses the poverty rate and lack of health coverage in the United States. Although it is a domestic issue, it has potential implications for the upcoming presidential election, making it relevant to a global audience."}\
|
15 |
---\
|
16 |
+
Try using this adapter yourself!
|
17 |
```
|
18 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
19 |
|