Token Classification
Transformers
PyTorch
English
roberta
feature-extraction
Inference Endpoints
AntoineBlanot commited on
Commit
ab8b6ed
1 Parent(s): 602334e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -27,6 +27,9 @@ Basically, this model has learn can detect NER spans (with <u>no differenciation
27
  - 'I-TAG': inside token of span
28
  - 'O': token not a span
29
 
 
 
 
30
  # Data used for training
31
  - tner/bc5cdr
32
  - tner/bionlp2004
 
27
  - 'I-TAG': inside token of span
28
  - 'O': token not a span
29
 
30
+ # Usage
31
+ This model has been trained in an efficient way and thus cannot be load directly from HuggingFace's hub. To use that model, please follow instructions on this [repo](https://github.com/AntoineBlanot/efficient-llm).
32
+
33
  # Data used for training
34
  - tner/bc5cdr
35
  - tner/bionlp2004