FlipFlopsNSocks commited on
Commit
8c5600c
1 Parent(s): 9c05d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: wtfpl
3
  ---
4
  from transformers import pipeline
5
  tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large-finetuned-conll03-english")
@@ -196,5 +196,7 @@ classifier("Hello I'm Omar and I live in Zürich.")
196
  'index': 10,
197
  'score': 0.9999906,
198
  'start': 29,
199
- 'word': '▁Zürich'}]
200
-
 
 
 
1
  ---
2
+ license: apache-2.0
3
  ---
4
  from transformers import pipeline
5
  tokenizer = AutoTokenizer.from_pretrained("xlm-roberta-large-finetuned-conll03-english")
 
196
  'index': 10,
197
  'score': 0.9999906,
198
  'start': 29,
199
+ 'word': '▁Zürich'}
200
+ ]from datasets import load_dataset
201
+
202
+ dataset = load_dataset("debatelab/deepa2")