eek commited on
Commit
fd0ad6f
·
verified ·
1 Parent(s): 69e0b0b

Update Readme

Browse files

Add inference example

Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,7 +13,9 @@ metrics:
13
  - precision
14
  - recall
15
  - f1
16
- widget: []
 
 
17
  pipeline_tag: token-classification
18
  license: cc-by-sa-4.0
19
  language:
@@ -80,7 +82,7 @@ The following are some manually-selected checkpoints that correspond to the abov
80
 
81
  ### Model Description
82
  - **Model Type:** SpanMarker
83
- **Encoder:** [muppet-roberta-large](https://huggingface.co/facebook/muppet-roberta-large)
84
  - **Maximum Sequence Length:** 256 tokens
85
  - **Maximum Entity Length:** 6 words
86
  - **Training Dataset:** [DFKI-SLT/few-nerd](https://huggingface.co/datasets/DFKI-SLT/few-nerd)
 
13
  - precision
14
  - recall
15
  - f1
16
+ widget:
17
+ - text: "His name was Radu-Sebastian Amarie, and was building IJW trying to figure out how to properly extract entities from raw data. He's from Romania and he's eager to watch Dune 2."
18
+ - example_title: "Random few NERD examples."
19
  pipeline_tag: token-classification
20
  license: cc-by-sa-4.0
21
  language:
 
82
 
83
  ### Model Description
84
  - **Model Type:** SpanMarker
85
+ - **Encoder:** [muppet-roberta-large](https://huggingface.co/facebook/muppet-roberta-large)
86
  - **Maximum Sequence Length:** 256 tokens
87
  - **Maximum Entity Length:** 6 words
88
  - **Training Dataset:** [DFKI-SLT/few-nerd](https://huggingface.co/datasets/DFKI-SLT/few-nerd)