RJuro commited on
Commit
daf9723
1 Parent(s): 940018d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -5,6 +5,7 @@ widget:
5
  - text: "Text-to-image generation has traditionally focused on finding better modeling assumptions for training on a fixed dataset. These assumptions might involve complex architectures, auxiliary losses, or side information such as object part labels or segmentation masks supplied during training. We describe a simple approach for this task based on a transformer that autoregressively models the text and image tokens as a single stream of data. With sufficient data and scale, our approach is competitive with previous domain-specific models when evaluated in a zero-shot fashion."
6
  ---
7
 
 
8
 
9
  NER model based on `allenai/scibert_scivocab_cased`
10
  Fine-tuned using the [SciERC Dataset](http://nlp.cs.washington.edu/sciIE/) to identify scientific terms:
@@ -30,7 +31,7 @@ E.g model, approach, prior knowledge, them, it...
30
 
31
  Check out how this model is used for NER-enhanced topic modelling.
32
 
33
- ![https://colab.research.google.com/assets/colab-badge.svg](https://colab.research.google.com/github/AI-Growth-Lab/SciNerTopic/blob/main/notebooks/Sci_NERTopic.ipynb)
34
 
35
 
36
  ## Use
 
5
  - text: "Text-to-image generation has traditionally focused on finding better modeling assumptions for training on a fixed dataset. These assumptions might involve complex architectures, auxiliary losses, or side information such as object part labels or segmentation masks supplied during training. We describe a simple approach for this task based on a transformer that autoregressively models the text and image tokens as a single stream of data. With sufficient data and scale, our approach is competitive with previous domain-specific models when evaluated in a zero-shot fashion."
6
  ---
7
 
8
+ [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AI-Growth-Lab/SciNerTopic/blob/main/notebooks/Sci_NERTopic.ipynb)
9
 
10
  NER model based on `allenai/scibert_scivocab_cased`
11
  Fine-tuned using the [SciERC Dataset](http://nlp.cs.washington.edu/sciIE/) to identify scientific terms:
 
31
 
32
  Check out how this model is used for NER-enhanced topic modelling.
33
 
34
+ [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AI-Growth-Lab/SciNerTopic/blob/main/notebooks/Sci_NERTopic.ipynb)
35
 
36
 
37
  ## Use