Attach punctuation in examples
Browse files
README.md
CHANGED
@@ -16,20 +16,20 @@ metrics:
|
|
16 |
- f1
|
17 |
widget:
|
18 |
- text: Coexpression of HMG I/Y and Oct-2 in cell lines lacking Oct-2 results in high
|
19 |
-
levels of HLA-DRA gene expression
|
20 |
-
HMG I/Y stimulates Oct-2A binding to the HLA-DRA promoter
|
21 |
- text: In erythroid cells most of the transcription activity was contained in a 150
|
22 |
-
bp promoter fragment with binding sites for transcription factors AP2
|
23 |
-
the erythroid-specific GATA-1
|
24 |
- text: 'Synergy between signal transduction pathways is obligatory for expression
|
25 |
-
of c-fos in B and T cell lines
|
26 |
-
and T cell antigen receptors
|
27 |
-
- text: CIITA mRNA is normally inducible by IFN-gamma in class II non-inducible
|
28 |
-
RB-defective lines
|
29 |
-
mRNA induction levels
|
30 |
-
- text: As we reported previously
|
31 |
-
by IFN-alpha
|
32 |
-
monocyte-derived macrophages
|
33 |
pipeline_tag: token-classification
|
34 |
co2_eq_emissions:
|
35 |
emissions: 45.104
|
@@ -114,7 +114,7 @@ from span_marker import SpanMarkerModel
|
|
114 |
# Download from the 🤗 Hub
|
115 |
model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-bert-base-uncased-bionlp")
|
116 |
# Run inference
|
117 |
-
entities = model.predict("In erythroid cells most of the transcription activity was contained in a 150 bp promoter fragment with binding sites for transcription factors AP2
|
118 |
```
|
119 |
|
120 |
### Downstream Use
|
|
|
16 |
- f1
|
17 |
widget:
|
18 |
- text: Coexpression of HMG I/Y and Oct-2 in cell lines lacking Oct-2 results in high
|
19 |
+
levels of HLA-DRA gene expression, and in vitro DNA-binding studies reveal that
|
20 |
+
HMG I/Y stimulates Oct-2A binding to the HLA-DRA promoter.
|
21 |
- text: In erythroid cells most of the transcription activity was contained in a 150
|
22 |
+
bp promoter fragment with binding sites for transcription factors AP2, Sp1 and
|
23 |
+
the erythroid-specific GATA-1.
|
24 |
- text: 'Synergy between signal transduction pathways is obligatory for expression
|
25 |
+
of c-fos in B and T cell lines: implication for c-fos control via surface immunoglobulin
|
26 |
+
and T cell antigen receptors.'
|
27 |
+
- text: CIITA mRNA is normally inducible by IFN-gamma in class II non-inducible,
|
28 |
+
RB-defective lines, and in one line, re-expression of RB has no effect on CIITA
|
29 |
+
mRNA induction levels.
|
30 |
+
- text: As we reported previously, MNDA mRNA level in adherent monocytes is elevated
|
31 |
+
by IFN-alpha; in this study, we further assessed MNDA expression in in vitro
|
32 |
+
monocyte-derived macrophages.
|
33 |
pipeline_tag: token-classification
|
34 |
co2_eq_emissions:
|
35 |
emissions: 45.104
|
|
|
114 |
# Download from the 🤗 Hub
|
115 |
model = SpanMarkerModel.from_pretrained("tomaarsen/span-marker-bert-base-uncased-bionlp")
|
116 |
# Run inference
|
117 |
+
entities = model.predict("In erythroid cells most of the transcription activity was contained in a 150 bp promoter fragment with binding sites for transcription factors AP2, Sp1 and the erythroid-specific GATA-1.")
|
118 |
```
|
119 |
|
120 |
### Downstream Use
|