ArafatBHossain commited on
Commit
d6fd09c
·
1 Parent(s): 45be124

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "textattack/distilbert-base-uncased-SST-2",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -7,7 +7,6 @@
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
10
- "finetuning_task": "sst-2",
11
  "hidden_dim": 3072,
12
  "id2label": {
13
  "0": "negative",
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
7
  "attention_dropout": 0.1,
8
  "dim": 768,
9
  "dropout": 0.1,
 
10
  "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "negative",
logs/1666236086.7579138/events.out.tfevents.1666236086.db2789741dfe.4834.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab6817bd10a8d39b7a2b6235df41a9cf714ae68e8a4bfb16ae533d9eb07e6cf
3
+ size 5511
logs/events.out.tfevents.1666233696.db2789741dfe.1412.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f98a57f54cd1a09968f4f00dae1a3043304ddeb76cce7ed31b3cd9f79df09ba0
3
- size 7179
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a414e19a27fa04c3235d1ee86b42538d2e6df1ac2a9130aceed0d6398bd74e2
3
+ size 7539
logs/events.out.tfevents.1666236086.db2789741dfe.4834.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82cd8dbb7ee46311cbab659b07f9335812c2c8334d7ac05ca95aa7a028e9eed0
3
+ size 4229
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:383256b664fbeda71cbb587a45ee4e2253a11a454d66bee5e06ec2d27b721982
3
  size 267854321
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e03812e6529c59eb84dd4d09381eec5bd5cf2b4ba784d59e875b891a75fe5a
3
  size 267854321
tokenizer_config.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
  "cls_token": "[CLS]",
3
- "do_basic_tokenize": true,
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
- "name_or_path": "textattack/distilbert-base-uncased-SST-2",
8
- "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
- "special_tokens_map_file": "/root/.cache/huggingface/hub/models--textattack--distilbert-base-uncased-SST-2/snapshots/6fea14f6264ea28d8405573dac228b3e11137643/special_tokens_map.json",
12
  "strip_accents": null,
13
  "tokenize_chinese_chars": true,
14
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
  "cls_token": "[CLS]",
 
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "DistilBertTokenizer",