cjber commited on
Commit
e32961e
1 Parent(s): c07a699

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -21,6 +21,12 @@ This model was created with two key goals:
21
  1. Improved NER results on social media
22
  2. Target only place names
23
 
 
 
 
 
 
 
24
  In theory this model should be able to detect and ignore metonyms. For example in the sentence:
25
 
26
  `Manchester played Liverpool last night in Liverpool.`
@@ -39,10 +45,6 @@ Both Manchester and the first Liverpool mention refer to football teams, therefo
39
  ]
40
  ```
41
 
42
-
43
-
44
-
45
-
46
  ## Use in `transformers`
47
 
48
  ```python
21
  1. Improved NER results on social media
22
  2. Target only place names
23
 
24
+ ## Model code
25
+
26
+ For the model code please see the following [Model GitHub Repository](https://github.com/cjber/reddit-model).
27
+
28
+ ## Metonymy
29
+
30
  In theory this model should be able to detect and ignore metonyms. For example in the sentence:
31
 
32
  `Manchester played Liverpool last night in Liverpool.`
45
  ]
46
  ```
47
 
 
 
 
 
48
  ## Use in `transformers`
49
 
50
  ```python