mishkashishka commited on
Commit
50b8330
·
verified ·
1 Parent(s): e5c1e31

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "mishkashishka/dnd",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "neal49/distilbert-sst2-runglue",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebaaad4a1e03f4c676a672a41f6bcdb82429c548acc725758a2e106312cfd687
3
  size 267855978
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037c462a0e4ec83e6aba81b577c30b446db35b1b3f4c627747472a92a4f1288b
3
  size 267855978
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f37f816a3ae84da0d8689b1638e4219ef996071091c88b584817a182cbfa1c68
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd47433d9bb7a3020de3796d4729a0eecf58a2e4bd11f22cbd2ed1bd6ebfeec6
3
  size 4472