haibotamiu commited on
Commit
f32d6e4
1 Parent(s): 34581ea

Model save

Browse files
README.md CHANGED
@@ -2,10 +2,7 @@
2
  license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
5
- - question-answering
6
  - generated_from_trainer
7
- datasets:
8
- - squad
9
  model-index:
10
  - name: out
11
  results: []
@@ -16,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # out
18
 
19
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the squad dataset.
20
 
21
  ## Model description
22
 
@@ -41,7 +38,7 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 50.0
45
 
46
  ### Training results
47
 
 
2
  license: apache-2.0
3
  base_model: distilbert-base-uncased
4
  tags:
 
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: out
8
  results: []
 
13
 
14
  # out
15
 
16
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 3.0
42
 
43
  ### Training results
44
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a29e1c1f5c1e84f72f4e4a2d5085ec83b87acad4ead6207d0619f27f47568051
3
- size 435375538
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcd1b44b033f36f9980b758a34af3d30a03dfa069af7f978372f7ee8a8e05a0
3
+ size 265493026
raw_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45d6667c8491f9f945f03c026315a85ac73fdaf336439ef7c06c182a5c304732
3
  size 435382250
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82c70b3ed1ff59b5652c4d9ce28ca5ada191e1158b4d48c1d87923e47e37a9e0
3
  size 435382250
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbe4710a7d75bb922738c70e0850d046bad0e2aad115c2407d7b13fc4f08afe9
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b205e5f738b75f708e4d260cc9de158c8c4faf99799a2eee4a58886e380a1b45
3
  size 4664