Update README.md
Browse files
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 |
|