RJuro commited on
Commit
e22bb74
1 Parent(s): 6d8b52d

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "KB/bert-base-swedish-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -34,7 +34,7 @@
34
  "pad_token_id": 0,
35
  "position_embedding_type": "absolute",
36
  "torch_dtype": "float32",
37
- "transformers_version": "4.28.0",
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 50325
 
1
  {
2
+ "_name_or_path": "RJuro/bert-swe-skills-ner",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
34
  "pad_token_id": 0,
35
  "position_embedding_type": "absolute",
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.28.1",
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 50325
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85246b38c9e5dc959a83115cd7dfbf8f07296523946893baa39a9a1c6fa60330
3
  size 496488941
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f4135a373604942889aab8ec36c90c678bfbf8bfd988907c6a0d408531b1c1
3
  size 496488941
runs/Apr20_18-11-23_0dd5cd3234b0/1682014424.4726224/events.out.tfevents.1682014424.0dd5cd3234b0.384.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd126399c66273f723cb5063b28f2582b4860b4a2887261ce473f3f78867b5ca
3
+ size 5876
runs/Apr20_18-11-23_0dd5cd3234b0/events.out.tfevents.1682014424.0dd5cd3234b0.384.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f5e2ca60f6a40e45e3373a988cf659c6a2e59268a2bf00eac9cd3a197c4492
3
+ size 4761
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:68362c4a5e3d25ce8eac0dccbee1d7a9880270e3cb2aca4c0eebfbb148df83d6
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443a6a44f86898fc5fc75ba477aa4cdc71b74fe8623c7578dcfb914bf1246831
3
  size 3579