Kelmeilia commited on
Commit
545a280
·
verified ·
1 Parent(s): 945aacc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -12,10 +12,8 @@ metrics:
12
  model-index:
13
  - name: wk3ex_bert_imdb_sentiment
14
  results: []
15
- ---
16
-
17
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
- should probably proofread and complete it, then remove this comment. -->
19
 
20
  # wk3ex_bert_imdb_sentiment
21
 
@@ -29,15 +27,15 @@ It achieves the following results on the evaluation set:
29
 
30
  ## Model description
31
 
32
- More information needed
33
 
34
  ## Intended uses & limitations
35
 
36
- More information needed
37
 
38
  ## Training and evaluation data
39
 
40
- More information needed
41
 
42
  ## Training procedure
43
 
@@ -65,4 +63,4 @@ The following hyperparameters were used during training:
65
  - Transformers 4.47.1
66
  - Pytorch 2.5.1+cu124
67
  - Datasets 3.2.0
68
- - Tokenizers 0.21.0
 
12
  model-index:
13
  - name: wk3ex_bert_imdb_sentiment
14
  results: []
15
+ datasets:
16
+ Kaggle imdb dataseg
 
 
17
 
18
  # wk3ex_bert_imdb_sentiment
19
 
 
27
 
28
  ## Model description
29
 
30
+ Exercise for University course. Finetuning for sentiment analysis with imdb Kaggle dataset
31
 
32
  ## Intended uses & limitations
33
 
34
+ Sentiment analysis
35
 
36
  ## Training and evaluation data
37
 
38
+ finetuning with imdb dataset
39
 
40
  ## Training procedure
41
 
 
63
  - Transformers 4.47.1
64
  - Pytorch 2.5.1+cu124
65
  - Datasets 3.2.0
66
+ - Tokenizers 0.21.0