wttw commited on
Commit
48c2673
·
verified ·
1 Parent(s): bc67265

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  library_name: transformers
2
  tags: [ner, thai, food, review, token-classification]
3
  ---
@@ -20,12 +28,6 @@ This is the model card of a 🤗 Transformers model that has been pushed to the
20
  - **Shared by:** wttw
21
  - **Model ID:** `wttw/modchelin_thainer-base-model`
22
 
23
- ### Model Sources
24
-
25
- - **Repository:** [More Information Needed]
26
- - **Paper [optional]:** [More Information Needed]
27
- - **Demo [optional]:** [More Information Needed]
28
-
29
  ## Uses
30
 
31
  ### Direct Use
@@ -97,4 +99,4 @@ ner_pipeline = pipeline("ner", model=model, tokenizer=tokenizer, aggregation_str
97
  example = "ต้มยำกุ้งอร่อยมาก แต่บริการช้า"
98
  entities = ner_pipeline(example)
99
 
100
- print(entities)
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - th
5
+ base_model:
6
+ - airesearch/wangchanberta-base-att-spm-uncased
7
+ pipeline_tag: token-classification
8
+ ---
9
  library_name: transformers
10
  tags: [ner, thai, food, review, token-classification]
11
  ---
 
28
  - **Shared by:** wttw
29
  - **Model ID:** `wttw/modchelin_thainer-base-model`
30
 
 
 
 
 
 
 
31
  ## Uses
32
 
33
  ### Direct Use
 
99
  example = "ต้มยำกุ้งอร่อยมาก แต่บริการช้า"
100
  entities = ner_pipeline(example)
101
 
102
+ print(entities)