mehmettozlu commited on
Commit
88715f9
·
verified ·
1 Parent(s): ef0575a

Update readme

Browse files

library version added.

Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,6 +1,13 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
 
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