aslan-ng commited on
Commit
19e4d09
·
verified ·
1 Parent(s): 6acdb3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- license: apache-2.0
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
@@ -12,6 +12,10 @@ metrics:
12
  model-index:
13
  - name: finetuned_model
14
  results: []
 
 
 
 
15
  ---
16
 
17
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,15 +33,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
 
@@ -68,4 +72,4 @@ The following hyperparameters were used during training:
68
  - Transformers 4.56.1
69
  - Pytorch 2.8.0+cu126
70
  - Datasets 4.0.0
71
- - Tokenizers 0.22.0
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
  base_model: distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
 
12
  model-index:
13
  - name: finetuned_model
14
  results: []
15
+ datasets:
16
+ - cassieli226/cities-text-dataset
17
+ language:
18
+ - en
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  ## Model description
35
 
36
+ It is a finetuned model for binary classification of description of city. It will result in either Pittsburgh or Shanghai.
37
 
38
  ## Intended uses & limitations
39
 
40
+ This is for education and demonstration purposes.
41
 
42
  ## Training and evaluation data
43
 
44
+ The data for finetuning the model comes from this HF dataset: cassieli226/cities-text-dataset
45
 
46
  ## Training procedure
47
 
 
72
  - Transformers 4.56.1
73
  - Pytorch 2.8.0+cu126
74
  - Datasets 4.0.0
75
+ - Tokenizers 0.22.0