KoichiYasuoka commited on
Commit
5440776
1 Parent(s): 603b9d0

model improved

Browse files
Files changed (3) hide show
  1. config.json +0 -0
  2. maker.sh +10 -1
  3. pytorch_model.bin +2 -2
config.json CHANGED
The diff for this file is too large to render. See raw diff
 
maker.sh CHANGED
@@ -8,6 +8,15 @@ done
8
  *) cat $F ;;
9
  esac
10
  done
11
- ) | sed 's/\tNOTAG\t/\tX\t/' > all.conllu
 
 
 
 
 
 
 
 
 
12
  python3 -m esupar.train KoichiYasuoka/bert-base-tibetan KoichiYasuoka/bert-base-tibetan-upos 32 /tmp all.conllu
13
  exit 0
 
8
  *) cat $F ;;
9
  esac
10
  done
11
+ ) | awk '
12
+ {
13
+ if($0==""){
14
+ if(u!~/\tNOTAG\t/)
15
+ print u;
16
+ u="";
17
+ }
18
+ else
19
+ u=u$0"\n";
20
+ }'> all.conllu
21
  python3 -m esupar.train KoichiYasuoka/bert-base-tibetan KoichiYasuoka/bert-base-tibetan-upos 32 /tmp all.conllu
22
  exit 0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:084a4a08376e2e50060c5aa8792a0d6ebe903c2c5933c083628c3a25c868f700
3
- size 434730022
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6ec07838381573e1a04d88356166959843837c0395ff42e4d759b39c7a7798f
3
+ size 434456294