mehmettozlu
commited on
Update readme
Browse fileslibrary version added.
README.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
@@ -64,7 +71,11 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
64 |
### Recommendations
|
65 |
|
66 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
|
70 |
## How to Get Started with the Model
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
datasets:
|
5 |
+
- GreenNode/tweet-sentiment-extraction-vn
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
base_model:
|
9 |
+
- openai-community/gpt2
|
10 |
+
pipeline_tag: text-classification
|
11 |
---
|
12 |
|
13 |
# Model Card for Model ID
|
|
|
71 |
### Recommendations
|
72 |
|
73 |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
74 |
+
transformers==4.43.0
|
75 |
+
torch==2.1.0+cu121
|
76 |
+
bitsandbytes==0.45.0
|
77 |
+
datasets==3.1.0
|
78 |
+
numpy==1.26.4
|
79 |
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
80 |
|
81 |
## How to Get Started with the Model
|