nlpso commited on
Commit
138d1e6
1 Parent(s): 62d3824

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -12
README.md CHANGED
@@ -14,12 +14,12 @@ widget:
14
 
15
  ## Introduction
16
 
17
- This model is a fine-tuned verion from [HueyNemud/das22-10-camembert_pretrained](https://huggingface.co/nlpso/HueyNemud/das22-10-camembert_pretrained) for **nested NER task** on a nested NER Paris trade directories dataset.
18
 
19
  ## Dataset
20
 
21
  Abbreviation|Description
22
- -|-|-
23
  O |Outside of a named entity
24
  PER |Person or company name
25
  ACT |Person or company professional activity
@@ -33,13 +33,4 @@ FT |2|Geographical feature
33
  * Pretrained-model : [HueyNemud/das22-10-camembert_pretrained](https://huggingface.co/nlpso/HueyNemud/das22-10-camembert_pretrained)
34
  * Dataset : noisy (Pero OCR)
35
  * Tagging format : IO
36
- * Recognised entities : 'All (flat entities)'
37
-
38
- ## Load model from the Hugging Face
39
-
40
- ```python
41
- from transformers import AutoTokenizer, AutoModelForTokenClassification
42
-
43
- tokenizer = AutoTokenizer.from_pretrained("m0_flat_ner_ocr_cmbert_io")
44
- model = AutoModelForTokenClassification.from_pretrained("m0_flat_ner_ocr_cmbert_io")
45
-
 
14
 
15
  ## Introduction
16
 
17
+ This model is a fine-tuned verion from [HueyNemud/das22-10-camembert_pretrained](https://huggingface.co/HueyNemud/das22-10-camembert_pretrained) for **nested NER task** on a nested NER Paris trade directories dataset.
18
 
19
  ## Dataset
20
 
21
  Abbreviation|Description
22
+ -|-
23
  O |Outside of a named entity
24
  PER |Person or company name
25
  ACT |Person or company professional activity
 
33
  * Pretrained-model : [HueyNemud/das22-10-camembert_pretrained](https://huggingface.co/nlpso/HueyNemud/das22-10-camembert_pretrained)
34
  * Dataset : noisy (Pero OCR)
35
  * Tagging format : IO
36
+ * Recognised entities : All (flat entities)