VladCarare commited on
Commit
1e67661
1 Parent(s): 9b557a4

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +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": "/home/vc381/rds/hpc-work/09052024-distillBertFineTunningSentiment/distil/test",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
 
1
  {
2
+ "_name_or_path": "gpt2-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2ForSequenceClassification"
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91f049bdc8d02233a0f92faab042ed730b976e68a63a020d3a3cdfebd16a97fc
3
  size 3096181368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1dfcd1dde83364ab9f5a866f6ddc2b9b4fddac3b3540553e847404f697c71f
3
  size 3096181368
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": 1024,
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:3fe6246f18ddddfc621bcde5f41e588b950be17713d78a1e0c469475de2c6ebc
3
  size 4603
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2749ea2a468446017c9727672f1a9f4736e858e5e12f8588053dd86802f4e5
3
  size 4603