merve HF staff commited on
Commit
0464042
1 Parent(s): 7fac0dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -20
README.md CHANGED
@@ -9,6 +9,7 @@ tags:
9
  # Model description
10
 
11
  This is a logistic regression model trained with GPT-2 embeddings on imdb dataset.
 
12
 
13
  ## Intended uses & limitations
14
 
@@ -79,26 +80,6 @@ Use the code below to get started with the model.
79
  </details>
80
 
81
 
82
-
83
-
84
- # Model Card Authors
85
-
86
- This model card is written by following authors:
87
-
88
- [More Information Needed]
89
-
90
- # Model Card Contact
91
-
92
- You can contact the model card authors through following channels:
93
- [More Information Needed]
94
-
95
- # Citation
96
-
97
- Below you can find information related to citation.
98
-
99
- **BibTeX:**
100
- ```
101
- [More Information Needed]
102
  ```
103
 
104
 
 
9
  # Model description
10
 
11
  This is a logistic regression model trained with GPT-2 embeddings on imdb dataset.
12
+ The notebook to generate this model is in this repository and in this [kaggle link](https://www.kaggle.com/code/unofficialmerve/fork-of-scikit-learn-with-transformers/notebook).
13
 
14
  ## Intended uses & limitations
15
 
 
80
  </details>
81
 
82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
83
  ```
84
 
85